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

SdFinishReboot is not rebooting machine...


3 replies to this topic

posty

posty
  • Members
  • 58 posts

Posted 16 June 2003 - 21:04

I do not have this function call anywhere in my code, so it is coming from InstallShield Professional 7.01 process...

When I select YES on this dialog at the end of the install to reboot, nothing happens...

If I put this function call myself into the OnEnd function, I get two of these dialogs and neither of them work...

I am running 7.01 and have installed both hotfixes...

I need help ASAP!!

Thanks.


carsten711

carsten711
  • Members
  • 98 posts

Posted 17 June 2003 - 12:28

Hi,
I'm working with IS Dev7.
I've create a custom action with Probertyname REBOOT and the Proberty ID "F".
It's working fine, the Installation allways reboot at the and of the installation.



vuttex

vuttex
  • Full Members
  • 35 posts

Posted 19 June 2003 - 09:32

The reboot dialog is automatically called by the function SdFinishEx() if the system variable BATCH_INSTALL is TRUE.

The forced reboot should not occur if until all installshield instances are closed.

If you want to call the system reboot you can use the script function System(SYS_BOOTMACHINE);

neouser

neouser
  • Members
  • 4 posts

Posted 07 November 2003 - 16:56

Hi,

You can also you OnFirstUIAfter() function and it contains all the code in there.

The only thing you have to do is to set BATCH_INSTALL = TRUE;

That's all.
Thanks
r.