Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

reboot and continue the installation?


1 reply to this topic

julia

julia
  • Members
  • 10 posts

Posted 24 July 2002 - 15:29

In a standart project, i would like to reboot in the middle of my installation and after the reboot I would like that my installation continue normally :
IS IT POSSIBLE?
THANKS FOR YOUR RESPONSE

Marie Tupps

Marie Tupps
  • Members
  • 22 posts

Posted 01 August 2002 - 17:11

Julia,

It sure is,  just add:
           BATCH_INSTALL=TRUE;
Then call:
MessageBox("Setup will now reboot your machine.",INFORMATION);
 System(SYS_BOOTMACHINE);

and continue in the OnRebooted().

Hope it helps
Marie
Marie Tupps