javadev
27th November 2006 05:18 UTC
skip license and welcome page
Hi
In my installer there are some third party installers which requires restart of the machine.When i restart the machine again my installer must start and the instllation should continue from the point where it left.
How do i do this.?
And I want to skip the welcome page and license page after restart of the machine. How do i do this.
Thanks in Advance
Afrow UK
27th November 2006 11:25 UTC
Call Abort if for example a registry key is set (and then delete that registry key). Call Abort in the pages' Pre functions which are defined like so:
!define MUI_PAGE_CUSTOMFUNCTION_PRE PreFunctionName
!insertmacro MUI_PAGE_WELCOME
-Stu
javadev
28th November 2006 03:38 UTC
Hi Afrow
Thanks for the reply.I could skip the pages with your suggestion.But how do i automatically start my installer when windows restarts?
Thanks in Advance
bholliger
28th November 2006 04:23 UTC
Hi javadev!
Add it to RunOnce or Run. Here are some detailed information:
http://forums.winamp.com/showthread....hlight=RunOnce
There might be options available to postpone restarting the machine. Like /norestart for the installations made with Windows Installer.
Cheers
Bruno