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
10962 update
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
10962 update
3 small updates
1* remove beep on no network
2* grayscale is working back
3* Fix viewer crash when min restored while waiting to reconnect
http://www.uvnc.eu/download/Uvnc10962_Beta.zip
1* remove beep on no network
2* grayscale is working back
3* Fix viewer crash when min restored while waiting to reconnect
http://www.uvnc.eu/download/Uvnc10962_Beta.zip
-
- Posts: 2
- Joined: 2012-01-03 21:54
Re: 10962 update
hi, i have still problem with gray screen.
how do I fix it?
how do I fix it?
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
If you select grayscale you still got colors ?
-
- Posts: 2
- Joined: 2012-01-03 21:54
Re: 10962 update
i have problem with gray screen not with grayscale.
i have 2 server: 1 xp and 1 seven
i have 3 client too: 2 seven and 1 xp ...
only 1 seven client connects to servers... the others show grayscreen... the connection is up... the remote commands work, but I don't see anything, only grayscreen.
i have 2 server: 1 xp and 1 seven
i have 3 client too: 2 seven and 1 xp ...
only 1 seven client connects to servers... the others show grayscreen... the connection is up... the remote commands work, but I don't see anything, only grayscreen.
Re: 10962 update
There is a bug with x64 version https://forum.ultravnc.net/viewtopic.ph ... 418#p91418
Re: 10962 update
Thanks Rudi, That fixes the beep issue for me on XP SP2
Re: 10962 update
Thank you Rudi! Perfect!
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
Making an official update for 10962
inno setup ( with donwload of non gpl files)
msi (only contain gpl files, can be installed without network)
The problem with the installers is that when no previous ultravnc.ini exist, the installer wait
as soon as you start the service. I realy want to avoid a service with empty password...and believe me,
people just keep clicking next... even when you tell to set a password.
To avoid blocking during install..auto set a random password when no passwd exist ?
Anything else for the installers ?
inno setup ( with donwload of non gpl files)
msi (only contain gpl files, can be installed without network)
The problem with the installers is that when no previous ultravnc.ini exist, the installer wait
as soon as you start the service. I realy want to avoid a service with empty password...and believe me,
people just keep clicking next... even when you tell to set a password.
To avoid blocking during install..auto set a random password when no passwd exist ?
Anything else for the installers ?
Re: 10962 update
Yes, this definitely makes sense.Rudi De Vos wrote:To avoid blocking during install..auto set a random password when no passwd exist ?
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
msi created
http://www.uvnc.eu/download/10962/UltraVnc10962.msi
If ultravnc.ini doesn't exist it create a ultravnc.ini with a random password.
You can also try to add some msi command line
UltraVnc10962.msi PASSWORD=mypasswd, this should set the full passwd access.
http://www.uvnc.eu/download/10962/UltraVnc10962.msi
If ultravnc.ini doesn't exist it create a ultravnc.ini with a random password.
You can also try to add some msi command line
UltraVnc10962.msi PASSWORD=mypasswd, this should set the full passwd access.
Re: 10962 update
Sorry, a little late... one more thing I could imagine:Rudi De Vos wrote:Anything else for the installers ?
If installed/installing as service, setting the SAS registry key along with installing the service? If you see a security leak, a option within the installer to check or uncheck this would be thinkable.
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
Made new msi installers
*set random password to avoid properties popup after install
*set allow softwarecad for ctrl-alt-del
Special install functions are done with some little exe
( possible they are usefull for other who create there own installers )
create random password if no passwd exist, can also be used to set the passwords.
setpasswd.exe [full_pass] [viewonly_pass]
set registry to allow software ctrl-alt-del
setcad.exe
msi internal options, i guess this can be used as command line, no msi expert
SERVICE=1
CAD=1
SERVER=1
VIEWER=1
PASSWORD=mypass
DOWNLOADS
MSI
http://www.uvnc.eu/download/10962/Ultra ... 62_x64.msi
http://www.uvnc.eu/download/10962/Ultra ... 62_x86.msi
http://www.uvnc.eu/download/10962/Ultra ... 62_w2k.msi
inno installer
http://www.uvnc.eu/download/10962/Ultra ... _Setup.exe
http://www.uvnc.eu/download/10962/Ultra ... _Setup.exe
*set random password to avoid properties popup after install
*set allow softwarecad for ctrl-alt-del
Special install functions are done with some little exe
( possible they are usefull for other who create there own installers )
create random password if no passwd exist, can also be used to set the passwords.
setpasswd.exe [full_pass] [viewonly_pass]
set registry to allow software ctrl-alt-del
setcad.exe
msi internal options, i guess this can be used as command line, no msi expert
SERVICE=1
CAD=1
SERVER=1
VIEWER=1
PASSWORD=mypass
DOWNLOADS
MSI
http://www.uvnc.eu/download/10962/Ultra ... 62_x64.msi
http://www.uvnc.eu/download/10962/Ultra ... 62_x86.msi
http://www.uvnc.eu/download/10962/Ultra ... 62_w2k.msi
inno installer
http://www.uvnc.eu/download/10962/Ultra ... _Setup.exe
http://www.uvnc.eu/download/10962/Ultra ... _Setup.exe
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
Did some of you already tested the msi files...
I'm getting some report that the x64 msi installer report a corrupt file, but testing the download myself all install correct ?
I'm getting some report that the x64 msi installer report a corrupt file, but testing the download myself all install correct ?
Re: 10962 update
In my case it is the inno x64 file that reports is corrupt on the download.
Actually both the MSI and inno x64 files fail to download for me. Both stop at around 75% done.
Actually both the MSI and inno x64 files fail to download for me. Both stop at around 75% done.
Re: 10962 update
winvnc server 1.0.9.6.1, winvnc viewer 1.0.9.6.2, win 7 x86 and xp x86.
I have two identical VncViewer Message Box - "Server closed connection. - The server running as application.". Server was installed "winvnc -install" and running as service.
Once crush - Application Failure vncviewer.exe 1.0.9.6 in vncviewer.exe 1.0.9.6 at offset 000544bf..
I have two identical VncViewer Message Box - "Server closed connection. - The server running as application.". Server was installed "winvnc -install" and running as service.
Once crush - Application Failure vncviewer.exe 1.0.9.6 in vncviewer.exe 1.0.9.6 at offset 000544bf..
Re: 10962 update
I'm afraid that I'm unable to find the source code for the MSI installer. It certainly isn't a wix project... what technology is being used to build the msi database?
Cheers
Cheers
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
Does MSI install mirror driver?
It will be useful for group policy deployment.
It will be useful for group policy deployment.
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
No, the msi only install the GPL components.
If you require the mirror driver or schook, it need to be installed seperate.
If you require the mirror driver or schook, it need to be installed seperate.
Re: 10962 update
For my personal experience, mirror driver is mandatory for performance reason.
It wasn't included for license problem?
Could you provide a separate MSI installer with mirror driver?
Thank you!
It wasn't included for license problem?
Could you provide a separate MSI installer with mirror driver?
Thank you!
Re: 10962 update
Unfortunately Microsoft Security Essentials still flags the 1.0.9.6.2 setup.exe file as a potentially unwanted program...
Re: 10962 update
I, too, am getting the Microsoft Security Essentals message saying that 1.0.9.6.2 is a threat.
Dick
Dick
- Rudi De Vos
- Admin & Developer
- Posts: 6862
- Joined: 2004-04-23 10:21
- Contact:
Re: 10962 update
Sorry, don't get a msi driver installer working..
Re: 10962 update
Hello,
I've created a Transformation for the MSI Package in which i tried to set the following item in the ultravnc.ini
(along other settings in the registry, like the Active-Directory Logon-Group):
[admin]
UseRegistry=1
I tried it using a new file-entry (to be installed from source) in the hope that it will remain.
I tried it a second time using an IniFile entry, but also no success.
As long as no CustomAction runs, everything is fine. The problem is, that the CustomAction is also required to install the service.
Could you please introduce a switch (e.g. MSI Property) used to tell the CustomAction not to change the ultravnc.ini ?!
Or better: first read the registry for a certain key/value. When that exists, please ignore the ini-file.
Best regards, Uwe
I've created a Transformation for the MSI Package in which i tried to set the following item in the ultravnc.ini
(along other settings in the registry, like the Active-Directory Logon-Group):
[admin]
UseRegistry=1
I tried it using a new file-entry (to be installed from source) in the hope that it will remain.
I tried it a second time using an IniFile entry, but also no success.
As long as no CustomAction runs, everything is fine. The problem is, that the CustomAction is also required to install the service.
Could you please introduce a switch (e.g. MSI Property) used to tell the CustomAction not to change the ultravnc.ini ?!
Or better: first read the registry for a certain key/value. When that exists, please ignore the ini-file.
Best regards, Uwe
Re: 10962 update
i have run the 1.0.9.6.2 x64 msi and the setcad program doesn't seem to be successful in adding the registry key. i've tried running it by hand after the install and still no sign of softwaresasgeneration in registry (i searched to see if it go in the wrong place).
Re: 10962 update
Commit. SoftwareSASGeneration is set neither in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System nor in the corresponding Wow6432Node.