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
13 years ago
Posted by:
darklord12
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
darklord12
13 years ago
Posted by:
mekaywe
13 years ago
Posted by:
timmsie
13 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
13 years ago

so that the conversation will remain readable.