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

installation not resuming after reboot


1 reply to this topic

rrivera

rrivera
  • Members
  • 2 posts

Posted 19 March 2002 - 15:50

Within the installation of my application, MDAC 2.5 is installed (if needed), the windows installer engine is installed (if needed) and finally the application is installed. If MDAC 2.5 or the Windows Installer engine is installed a reboot occurs. After the reboots the setup isn't resuming with the installation.

Is there a property that can be set to resume the setup after a system reboot?
Raúl

Marie Tupps

Marie Tupps
  • Members
  • 22 posts

Posted 20 March 2002 - 14:56

Yes, use this before the reboot;
BATCH_INSTALL=TRUE;
Marie Tupps