help! how to make a setup for application
-
hi guys, i hv a application which written in VC++. and it need to use a .sys file and 2 dll file. is there any article related to how to make a setup which can automatically place these files in the system directory. ie: WINDOWS\SYSTEM32\Drivers thank you in advance!!
-
hi guys, i hv a application which written in VC++. and it need to use a .sys file and 2 dll file. is there any article related to how to make a setup which can automatically place these files in the system directory. ie: WINDOWS\SYSTEM32\Drivers thank you in advance!!
To do it properally you need something like InstallShield/NSIS/MSI etc etc etc. Personally, Id go for NSIS - free, poweful, and open source. http://nsis.sourceforge.net/home/ If its just a simple app you could write one - but why bother when someone has done it for you.