Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

msi package

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
joks
Posts: 5
Joined: 2022-03-10 09:50

msi package

Post by joks »

Hello,
thanks for sharing .msi packages but i have one small problem.
i update ultravnc from domain server with .msi package to all users but after update every user on desktop have new ultravnc icon shortcuts.
in new .exe version we can disable create shortucts but in .msi package were is no such option

any .msi package that i deploy from domain server i usually first install with:
msiexec /i installer.msi /l*v log.txt
and in log.txt file i search for ADDLOCAL and now i can deploy .msi package with options like:
msiexec /i installer.msi ADDLOCAL=options_i_choose_during_install
but i see that ADDLOCAL is not used with msi package for ultravnc.

how can i deploy .msi package silient without desktop shortcuts ?
pk-vnc
8
8
Posts: 9
Joined: 2022-01-07 09:02

Re: msi package

Post by pk-vnc »

Hello,

can you pls share the msi parameters you are using ?
I need to see some other options as well,

generally, is there any kind of documentation regarding msi parameters upon installing ??
I found many more on .exe setup rather than .msi ....this causes problems in GPO in Windows Domains

ANy help would be appreciated

Panagiotis
joks
Posts: 5
Joined: 2022-03-10 09:50

Re: msi package

Post by joks »

hello, sorry but the author did not write back abut msi parameters so for now when i want silient install .msi package i must use second domain script (run at logon or run at once with scheulder) with:

@ echo off
del %SYSTEMDRIVE%"\Users\Public\Desktop\UltraVNC Server.lnk"
del %SYSTEMDRIVE%"\Users\Public\Desktop\UltraVNC Settings.lnk"
del %SYSTEMDRIVE%"\Users\Public\Desktop\UltraVNC Viewer.lnk"

after that shortcuts from desktop are removed but the easiest method would be install msi with parameters
pk-vnc
8
8
Posts: 9
Joined: 2022-01-07 09:02

Re: msi package

Post by pk-vnc »

Hi joks,
can you share pls the msi options you are using ? the parameters I mean inside your domain logon script ?
I'm trying to find a solution too, and would be great to test your options for verification

Many thanks
Panagiotis
Ludovic
Super-Mod
Super-Mod
Posts: 47
Joined: 2021-12-28 18:55

Re: msi package

Post by Ludovic »

@joks, @pk-vnc: Please test the latest version and comment in feedback topic.

Please read the .MSI commandlines in the 1.4.3.5 announcement topic:
- viewtopic.php?t=37866

Feedback topic for 1.4.3.5:
- viewtopic.php?t=37863

Note: It is important to update your UltraVNC version, old versions can have bugs or vulnerabilities.
- viewtopic.php?t=37864
Post Reply