I have a very old vb6 application that I need to create an installation package so a user can install on his system.
I've used InnoSetup for another vb6 application and it worked great.
But for another vb6 app, I keep getting installation errors and I know it is because I don't know how I'm suppose to install/register (or not) certain DLLs and such.
And I don't know if InnoSetup is the best way to go either.
How do you know what special treatment each DLL or OCX requires or where it needs to go?
Is there simple tool or something that will quickly tell me what DLLs or OCXs I need to package, and where it needs to go on the system, and whether it needs to be registered or not?
Rich
I've used InnoSetup for another vb6 application and it worked great.
But for another vb6 app, I keep getting installation errors and I know it is because I don't know how I'm suppose to install/register (or not) certain DLLs and such.
And I don't know if InnoSetup is the best way to go either.
How do you know what special treatment each DLL or OCX requires or where it needs to go?
Is there simple tool or something that will quickly tell me what DLLs or OCXs I need to package, and where it needs to go on the system, and whether it needs to be registered or not?
Rich