Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Silent install possible?
UweKeim
#1 Posted : Monday, June 22, 2015 10:06:51 AM(UTC)
UweKeim

Groups: Member
Joined: 6/22/2015(UTC)
Posts: 5

Thanks: 6 times
Is it possible to install your setup silent and/or unattended (i.e. without any user-interaction)?

I want to package it inside an NSIS setup and keep the UI consistent for the end-user.
Ultidev Team
#2 Posted : Monday, June 22, 2015 3:25:31 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi there.

Yes, absolutely. Our installer is MSI-based, so standard MSIEXEC.EXE command line switches apply to our installation, making it possible to do quiet and silent installs. By default, our prerequisite packages for InstallShield, SuperInstaller and Visual Studio Setup & Deployment project are done in quiet mode, which we recommend for all bundled installation. Quiet mode shows only progress bar and the product name, insuring better customer experience.

Please let us know if this information was helpful.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
1 user thanked Ultidev Team for this useful post.
UweKeim on 6/23/2015(UTC)
UweKeim
#3 Posted : Tuesday, June 23, 2015 1:58:54 PM(UTC)
UweKeim

Groups: Member
Joined: 6/22/2015(UTC)
Posts: 5

Thanks: 6 times
This information was _very_ helpful. Thanks a lot for your fast reply.
UweKeim
#4 Posted : Tuesday, June 23, 2015 2:22:45 PM(UTC)
UweKeim

Groups: Member
Joined: 6/22/2015(UTC)
Posts: 5

Thanks: 6 times
So i figured out to do e.g. this to install:

"C:\MyPath\UltiDev Web Server Setup.exe" /passive

Unfortunately I found no easy way to uninstall the same way.

I only found this way in your shortcut:

"C:\Program Files (x86)\UltiDev\Web Server\UWS.Explorer.exe" /uninstall

Running this, it shows me a warning about the sites that stop working.

This would hinder me from uninstalling within my NSIS setup.

My question:

Is there a way to quitely and/or passively uninstall?
Ultidev Team
#5 Posted : Tuesday, June 23, 2015 2:44:20 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
Hi!

We do not recommend initiating UWS uninstallation from application's uninstaller, because you can't be sure either that your UWS app was the first one on the system (i.e. that UWS wasn't there before you), or that it is the last one and UWS is not needed anymore. In other words, your attempt to uninstall UWS may disrupt other UWS apps that were installed before or after yours. So we simply do not recommend this for open systems.

If you somehow can ensure that your app is the only one registered with UWS, simply uninstall your app first (and unregister with UWS), and you won't get the warning when you are uninstalling the UWS.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
1 user thanked Ultidev Team for this useful post.
UweKeim on 6/28/2015(UTC)
Ultidev Team
#6 Posted : Tuesday, June 23, 2015 2:46:48 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
We also recommend using the MSI version of our installer rather than an EXE, when shipping UWS as a redistributable application prerequisite. You can find it in "C:\Program Files (x86)\UltiDev\Web Server\Redist\Visual Studio" folder after UWS is installed.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
1 user thanked Ultidev Team for this useful post.
UweKeim on 6/23/2015(UTC)
UweKeim
#7 Posted : Tuesday, June 23, 2015 2:51:06 PM(UTC)
UweKeim

Groups: Member
Joined: 6/22/2015(UTC)
Posts: 5

Thanks: 6 times
OMG, I didn't see that MSI package.

You're awesome, thanks a lot!
Ultidev Team
#8 Posted : Tuesday, June 23, 2015 10:10:12 PM(UTC)
Ultidev Team

Groups: Administration
Joined: 11/3/2005(UTC)
Posts: 2,253

Thanks: 28 times
Was thanked: 60 time(s) in 59 post(s)
You are very welcome!
Thanks for using UltiDev products.

Best regards,
UltiDev Team.
Please donate at http://www.ultidev.com/products/Donate.aspx to help us improve our products.
1 user thanked Ultidev Team for this useful post.
UweKeim on 6/28/2015(UTC)
Rss Feed  Atom Feed
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.