PDA

Click to See Complete Forum and Search --> : autoexec with inno setup


stockton
Sep 14th, 2006, 10:26 AM
Hello people
I have almost finished my installation with inno setup (reaaally great tool!), but i cannot find a way to modify the autoexec.bat in win9x to start a program (that is in the app path) averytime the machine starts (with nt/xp i have no problem since i install that as a service).
I think i have to do a pascal script in innosetup, but well, i have no idea.

thanks,
Ricardo

randem
Sep 14th, 2006, 11:32 PM
Why not just create a shortcut in the startup folder???

stockton
Sep 15th, 2006, 10:00 AM
Why not just create a shortcut in the startup folder???


hehe, How I did not think it before? :blush:
you are right, I'll try that! thanks !

kleinma
Sep 15th, 2006, 02:51 PM
you also have the option of installing a registry key that will launch the application at startup.