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

Force Reboot and Continue install


2 replies to this topic

nosligc

nosligc
  • Members
  • 3 posts

Posted 16 August 2004 - 17:28

I have read the information on forcing a reboot during my install, however I am having a little trouble making it work. What I need to do is after all the installation has been created and registered, I need to forcce a reboot in order to register the necessary dl's. After the reboot, I then need to continue on and run an executable containted in my install. Where and how do I accomplish this?

Thanks

Jochen

Jochen
  • Members
  • 40 posts

Posted 17 August 2004 - 07:32

Hi,

you could force a reboot of your setup by setting BATCH_INSTALL=TRUE and you could write your executable into the registry (e.g. "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce" or "HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx").

I hope this helps.

Regards,
Jochen

nosligc

nosligc
  • Members
  • 3 posts

Posted 17 August 2004 - 10:43

Thanks, I'll give that a try.