Results 1 to 4 of 4

Thread: [RESOLVED] Inno: auto start my application after restart

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    37

    Resolved [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.

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    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

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  4. #4

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    37

    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
  •  



Click Here to Expand Forum to Full Width