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

Problem building .msi installer to deploy over GP

Should you have problems with the MS-Logon plugin? Here is the place to look for help or report issues
Post Reply
sgiovanni
Posts: 3
Joined: 2008-01-18 03:29

Problem building .msi installer to deploy over GP

Post by sgiovanni »

I want to deploy UltraVNC to my company over Group Policy. I have built an .msi installer for it used Advanced Installer from Caphyon and it installs perfectly. As part of this installer I had it grab my registry settings from HKLM\Software\ORL\ so it *should* take my settings which specify a password and "Requre MS Logon."

Yet for some reason when I try to connect to it I get only the password dialog, not username and password, and when I enter the correct VNC password it tells me VNC Authentication failed!!

I'm at a loss. Can anyone help?
ChrisP
8
8
Posts: 15
Joined: 2007-04-20 06:13
Contact:

Re: Problem building .msi installer to deploy over GP

Post by ChrisP »

you also have to put the HKLM\Software\WinVNC3 Section into your msi files. there should be a key called MSLogonRequired and one NewMSLogon

hope this helps.
sgiovanni
Posts: 3
Joined: 2008-01-18 03:29

Re: Problem building .msi installer to deploy over GP

Post by sgiovanni »

I ended up going with the latest stable version instead of the release candidate and that cleared up my problem. Also, to set a password in the registry (so UltraVNC doesn't complain about not having one set even though you don't care because you use MS Logon), do the following:

Open regedit and navigate to HKLM\SOFTWARE\ORL\WinVNC3\Default and add a REG_DWORD named AllowProperties with a value of 1 and then add a REG_BINARY named Password with a value of basically anything: c10340c02212a199 for example.
eric miller
Posts: 2
Joined: 2008-01-04 15:25
Location: memphis, tn
Contact:

Re: Problem building .msi installer to deploy over GP

Post by eric miller »

SGIOVANNI--I also have created an .msi with the advanced installer application that I had deployed via GPO. Works wonderfully. But I have a question for you.

Did your .msi install winvnc.exe as a service correctly to your target machines? No luck (yet) here. As so far I am limited to connecting to active logon sesions.

-My VNC source configuration that I am pushing out to my workstations is requiring MSlogon. I am getting permission to start service errors upon installation.
-My work around has been to just simply place the winvnc.exe into the allusers/startup folder- so that I can connect once they are actively logged on.
sgiovanni
Posts: 3
Joined: 2008-01-18 03:29

Re: Problem building .msi installer to deploy over GP

Post by sgiovanni »

Eric, sorry I just saw your post. If you're still having trouble email me, I sent you my email address in a PM.
Post Reply