This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Silent install Progress
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 28, 2016
09:08 AM
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
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
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 20, 2016
03:39 PM
Does know how you can see the install progress with a silent install?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 21, 2016
01:13 AM
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
cmd /k install.exe -i silent
This may give the same experience as Linux
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 21, 2016
09:43 AM
Great, thanks