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
Currently I use file.exe /s to install silently, but looking for suppressed restart switch
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
ekniranjan
14 years ago
Posted by:
darklord12
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
darklord12
14 years ago
Posted by:
mekaywe
14 years ago
Posted by:
timmsie
14 years ago
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:
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
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.