/build/static/layout/Breadcrumb_cap_w.png

WISE installation suppress restart

How can I suppress restart with a WISE installation .exe via command line?

Currently I use file.exe /s to install silently, but looking for suppressed restart switch

0 Comments   [ + ] Show comments

Answers (10)

Posted by: ekniranjan 14 years ago
Purple Belt
0
Just with your install command type this : REBOOT=REALLYSUPPRESS.

EXAMPLE : msiexec /i "abc.msi" REBOOT=REALLYSUPPRESS

Note : only REBOOT=REALLYSUPPRESS(all caps)
Posted by: darklord12 14 years ago
Senior Yellow Belt
0
I still get a restart prompt with that switch:

Here is my whole command line: websetup.exe /s REBOOT=REALLYSUPPRESS
Posted by: ekniranjan 14 years ago
Purple Belt
0
Try this
REBOOT=ReallySuppress
(only R and S are caps)
Posted by: ekniranjan 14 years ago
Purple Belt
0
have you tried this one, darklord.
Posted by: briggsm 14 years ago
Senior Yellow Belt
0
In your wse file set the variable RESTART equal to blank
Posted by: anonymous_9363 14 years ago
Red Belt
0
Annuj, appreciate that, just because a poster specifies "Wise", it doesn't always mean that there's an MSI involved. It might involve a WiseScript-driven EXE.
Posted by: darklord12 14 years ago
Senior Yellow Belt
0
Can I specify the variable RESTART = "" on the command line? I don't know the format of a WISE answer file.
Posted by: mekaywe 14 years ago
Brown Belt
0
briggsm points you in the right way
Set variable RESTART to "" (blank) in your WSE ----- this should be at the bottom of WSE script
Posted by: timmsie 14 years ago
Fourth Degree Brown Belt
0
you can set it on the command line. But you'd have to add an If loop at the end of your script

If CMDLINE contains RESTART then
set RESTART to " " (noting)
end

or paste this into your script:


item: If/While Statement
Variable=CMDLINE
Value=RESTART
Flags=00000010
end
item: Set Variable
Variable=RESTART
end
item: End Block
end
Posted by: joseph 14 years ago
Orange Belt
0
If that exe is created by wise script then try with the below
file.exe /s /norestart
file.exe /s /noreboot
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ