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

stop reboot after silent install


2 replies to this topic

misun

misun
  • Members
  • 4 posts

Posted 05 September 2003 - 20:46

I have REBOOT=F in my setup program that allow user to choose YES or NO after regular installation. But I don't want to reboot the system if it is a silent install. How can I achieve this?

its_me

its_me
  • Members
  • 19 posts

Posted 08 September 2003 - 12:35

Just check for the condition "MODE <> SILENTMODE" where you are setting the REBOOT to F. If this condition is checked for, it will not reboot in case of Silent Installation

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 September 2003 - 16:31

You can use the UILevel property in a condition.