My program currently requires a restart to complete, after that I would like windows 98 and higher (up to vista) automatically start my software after the restart. Is there some parameter in INNO where i can define this? :ehh:
Thanks.
Printable View
My program currently requires a restart to complete, after that I would like windows 98 and higher (up to vista) automatically start my software after the restart. Is there some parameter in INNO where i can define this? :ehh:
Thanks.
You could add an entry to the registry to start your program once when the user reboots.
Code:'Key to add your program
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
Look at the registry section in the Inno Setup help doc then use lintz's recommendation to do what you want.
thanks! works great :D