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

how to execute program for reboot.


2 replies to this topic

hahyojin

hahyojin
  • Members
  • 7 posts

Posted 28 January 2002 - 07:29

I used rebootdialog function for reboot in install

but problem was happen.

It's dialog is executable in uninstall.

How to exetute dialog in install only...???

and another problem don't execute program after installation.

ask for a help.

Thank you...


csamara

csamara
  • Members
  • 2 posts

Posted 28 January 2002 - 17:21

Try setting a global variable for the uninstall condition.  My setup does this as a result of which selection is made in the WelcomeMaintenance dialog.  You can use this global to set a condition for Reboot.

Hope this helps.


Bill K

Bill K
  • Members
  • 21 posts

Posted 30 January 2002 - 14:34

You can also use "if (!MAINTENANCE) then" before your function call.  However this will also disable the function for the Modify and Reinstall options - which you likely don't need to have happen anyway.