|
-
Sep 11th, 2007, 01:59 AM
#1
Thread Starter
Member
[RESOLVED] Inno: auto start my application after restart
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?
Thanks.
-
Sep 11th, 2007, 03:08 AM
#2
Re: Inno: auto start my application after restart
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
-
Sep 11th, 2007, 05:14 AM
#3
Re: Inno: auto start my application after restart
Look at the registry section in the Inno Setup help doc then use lintz's recommendation to do what you want.
-
Sep 18th, 2007, 01:52 AM
#4
Thread Starter
Member
Re: Inno: auto start my application after restart
thanks! works great
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|