After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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 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
Admin & Developer
Admin & Developer
Posts: 101
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
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/UltraVNC
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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
- uvnc2me: https://uvnc2me.com/
Post Reply