The MSI installer is a great idea to deploy the software easily, but it kinda gets painful to update manually on 10 or more computers.
The problem with the MSI installer is that the "SERVER" and "CLIENT" components aren't separate MSI installer "Features, but a condition. This makes it impossible to deploy with the option to install only the viewer:
msiexec /i ultraVNC.msi /passive /COMPADDLOCAL=VIEWER="1"
or
msiexec /i ultraVNC.msi /passive /COMPADDLOCAL=SERVER="1"
Both server and client are all part of the DefaultFeature property.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
MSI installer doesnt function with command line arguments
Re: MSI installer doesnt function with command line argument
We have same issue, we want to install only server. It's possible to do via exe installer, but not with MSI installer, we tried transform files already (changed values and changed conditions).
Would like to have that function there because I don't need to install viewers when I only need servers.
Would like to have that function there because I don't need to install viewers when I only need servers.
-
- 20
- Posts: 54
- Joined: 2011-03-26 20:22
Re: MSI installer doesnt function with command line argument
Any news on it with last versions?