Hello ive download UltraVnc_1212_X64.msi and i want to deploy it to all my pc in active directory with GPO
I want to edit the msi with orca to create a MST file so i can only install vnc server and don't install viewer
Can someone help me with this please
Thanks !
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
Modify MSI to exclude viewer
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Modify MSI to exclude viewer
I'm not a msi specialist, but i guess conditions can be passed from cmd
Viewer is installed if condition VIEWER=1 ( msi src)
Server is installed if condition SERVER=1 ( msi src)
msiexec /i MyApp.msi VIEWER=0 or VIEWER="0"
Viewer is installed if condition VIEWER=1 ( msi src)
Server is installed if condition SERVER=1 ( msi src)
msiexec /i MyApp.msi VIEWER=0 or VIEWER="0"
-
- Posts: 6
- Joined: 2010-02-24 01:27
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Modify MSI to exclude viewer
GPO use a MST file to specify the msi options.
https://www.technipages.com/download-orca-msi-editor
https://www.technipages.com/download-orca-msi-editor
-
- Posts: 6
- Joined: 2010-02-24 01:27
Re: Modify MSI to exclude viewer
Yes i know all that but
I use Orca all the time but my question is in Orca what do i modify to just install ultravnc server and not the viewer
Thanks !
I use Orca all the time but my question is in Orca what do i modify to just install ultravnc server and not the viewer
Thanks !
Jac
Re: Modify MSI to exclude viewer
To achieve only server installation with Orca.
table: Component
In column "Condition" element "VIEWER=1" set to "VIEWER=0". Worked for me.
P.S. sorry for lame English.
table: Component
In column "Condition" element "VIEWER=1" set to "VIEWER=0". Worked for me.
P.S. sorry for lame English.