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
Source distribution missing Inno Setup scripts
Source distribution missing Inno Setup scripts
I can find the Inno Setup scripts in the 1.0.8.2 source archive, but when I look in the same place for 1.0.9.5, they aren't there; it looks like all files in the UltraVNC folder were accidentally left out.
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
-
- 8
- Posts: 8
- Joined: 2007-12-07 12:05
- Location: Germany
Re: Source distribution missing Inno Setup scripts
I've downloaded the "UltraVNC_1.0.9.5.bins.zip" also.
But I'm not only missing the Inno Setup scripts. There are a lot of other files missing also.
The last file I've downloaded was "winvnc_1.0.8.2.bins.zip" and there many more files inside the archive.
@Rudi
Could you add the missing files (incl. the Inno Setup scripts) to the bins please?
But I'm not only missing the Inno Setup scripts. There are a lot of other files missing also.
The last file I've downloaded was "winvnc_1.0.8.2.bins.zip" and there many more files inside the archive.
@Rudi
Could you add the missing files (incl. the Inno Setup scripts) to the bins please?
Regards
Thomas
Thomas
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Source distribution missing Inno Setup scripts
The bin zip contain only the files that changed.
All files that are not in this zip file didn't changed between 108 and 109.
The inno setup files are now part of the svn, source distribution.
You can download the source distribution from
http://ultravnc.svn.sourceforge.net/vie ... /UltraVNC/
All files that are not in this zip file didn't changed between 108 and 109.
The inno setup files are now part of the svn, source distribution.
You can download the source distribution from
http://ultravnc.svn.sourceforge.net/vie ... /UltraVNC/
-
- 8
- Posts: 8
- Joined: 2007-12-07 12:05
- Location: Germany
Re: Source distribution missing Inno Setup scripts
Hello Rudi,
thanks for the info. I've just merged the to directories.
When I'm trying to compile the setup script I'm getting an error:
Line 49:
Value of [Setup] section directive "SignTool" is invalid.
In this Line stands:
Used for compiling: Inno Setup QuickStart Pack 5.4.0
thanks for the info. I've just merged the to directories.
When I'm trying to compile the setup script I'm getting an error:
Line 49:
Value of [Setup] section directive "SignTool" is invalid.
In this Line stands:
Code: Select all
SignTool=signing
Last edited by mr.quickly on 2010-12-08 12:02, edited 1 time in total.
Regards
Thomas
Thomas
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Source distribution missing Inno Setup scripts
This only works if you have a valid verisign authenticode certificat and tools installed...
Used to sign setup exe and uninstaller exe
Just remove...
Used to sign setup exe and uninstaller exe
Just remove...
-
- 8
- Posts: 8
- Joined: 2007-12-07 12:05
- Location: Germany
Re: Source distribution missing Inno Setup scripts
Hi Rudi,
thanks again for your help. I removed the line, but now I got this error message:
Line 194: Source file "c:\ultra_vnc_1.0.9.5\sas.dll" does not exist.
Is this file necessary. If so, where could I download this file?
thanks again for your help. I removed the line, but now I got this error message:
Line 194: Source file "c:\ultra_vnc_1.0.9.5\sas.dll" does not exist.
Code: Select all
Source: sas.dll; DestDir: {app}; Components: UltraVNC_Server UltraVNC_Server_S; Flags: restartreplace ignoreversion replacesameversion; Check: Can_cont(); MinVersion: ,6.0.6000; OnlyBelowVersion: 0,6.1.7600;
Last edited by mr.quickly on 2010-12-09 07:05, edited 1 time in total.
Regards
Thomas
Thomas
- Rudi De Vos
- Admin & Developer
- Posts: 6863
- Joined: 2004-04-23 10:21
- Contact:
Re: Source distribution missing Inno Setup scripts
sas.dll is a part from the MS Vista sdk
(redist)
This file is responsible for cad and replace the cad.exe ( only needed on Vista)
(redist)
This file is responsible for cad and replace the cad.exe ( only needed on Vista)