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 supress Reboot


2 replies to this topic

Devang Parmar

Devang Parmar
  • Members
  • 64 posts

Posted 28 August 2001 - 10:23

Hello,

I have to distribute VBA6.2 with my application. I took redistributable .msi from the CD as instructed by the help files in VBA6.2

Now, when I call installation using this .msi file of VBA6.2 (I am doing silent installation usin command line options) it gives me dialog-box at the end and ask me whether to reboot or not. I dont want this dialog box to appear.

Which command-line parameter should I give for the .msi file so that it should not reboot ?

Thanks in advance,
Devang Parmar


Leigh Ravenhall

Leigh Ravenhall
  • Members
  • 269 posts

Posted 29 August 2001 - 00:14

You could try passing it the REBOOT property, with a value of ReallySupress.

Devang Parmar

Devang Parmar
  • Members
  • 64 posts

Posted 29 August 2001 - 09:09

Hello,

I have placed this installation of VBA after ExecuteAction in UserInterface. When I pass "ReallySupress" to REBOOT property installation of VBA doesn't ask me for reboot, but now my installation also doesnt ask for reboot. My installation doesnt show "SetupCompleteSuccess" dialog box.

Can you suggest something ?

Your help would be appreciated.

Devang.