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 ?
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 package
Re: msi package
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
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
Re: msi package
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
@ 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
Re: msi package
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
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
Re: msi package
@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
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