Hello everyone,
currently we are trying to upgrade/deploy UltraVnc to our machines (~500/600).
The problem is that I can not find any documentation / online posts regarding the MSI installer parameters.
It seems that only the EXE version has been documented.
I tried to use the EXE params to test if they would work, but no success.
Can anyone help me please?
Thank you
UltraVnc MSI Installer parameters
-
- Admin & Developer
- Posts: 6504
- Joined: 2004-04-23 10:21
- Contact:
Re: UltraVnc MSI Installer parameters
The msi is created using this visual studio extention.
https://marketplace.visualstudio.com/it ... s#overview
I didn't found info in the manual about the msi command line options, but expect this to be general options used by all msi.
https://docs.microsoft.com/en-us/window ... ne-options
Run
msiexec /log logfile.txt /i UltraVnc_1381_x86.msi
In the log file you find all property you can customize
https://marketplace.visualstudio.com/it ... s#overview
I didn't found info in the manual about the msi command line options, but expect this to be general options used by all msi.
https://docs.microsoft.com/en-us/window ... ne-options
Run
msiexec /log logfile.txt /i UltraVnc_1381_x86.msi
In the log file you find all property you can customize