Hi All,
I've been using TightVNC to control machines at my shop, and it's worked well, but the latest version (which I upgraded to due to Windows 10) won't do a silent install and configure a connection password, so I'm looking for alternatives. Two questions:
1)I've been using an install command like this for TightVNC:
msiexec.exe /i tightvnc-2.8.5-gpl-setup-32bit.msi SET_USEVNCAUTHENTICATION=1 VALUE_OF_USEVNCAUTHENTICATION=1 SET_PASSWORD=1 VALUE_OF_PASSWORD=mainpass SET_USECONTROLAUTHENTICATION=1 VALUE_OF_USECONTROLAUTHENTICATION=1 SET_CONTROLPASSWORD=1 VALUE_OF_CONTROLPASSWORD=admpass /quiet /norestart
Is there a similar install command I can use for TigerVNC? I've seen I can create an INF file for the install, but I'm not sure how to configure the password in it - I've looked through the docs with no success.
Thanks,
T