cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
possum3
Level 4

Windows Silent Install

I am trying to get some indication of the install complete when running a silent install on windows.
After invoking the install, it comes right back as if it is done, but it is still processing.
Is there anyway to notify the user the silent install is done on Windows?
On Linux it will suspend until complete.

Thanks
Labels (1)
0 Kudos
(3) Replies
possum3
Level 4

Does know how you can see the install progress with a silent install?
0 Kudos
vdonga
Moderator Moderator
Moderator

On windows, it doesn't suspend. But if you want the command prompt to suspend run the install like this

cmd /k install.exe -i silent

This may give the same experience as Linux
0 Kudos
possum3
Level 4

Great, thanks
0 Kudos