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

Program compatibility messsage

Single Click discussions / bugs
Post Reply
vtach3743
8
8
Posts: 12
Joined: 2015-03-24 18:27

Program compatibility messsage

Post by vtach3743 »

Has anything been created to suppress that message after SC is used (I've seen it on Win 10 machines)?
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6951
Joined: 2004-04-23 10:21
Contact:

Re: Program compatibility messsage

Post by Rudi De Vos »

The manifest for the exe need to change, common issue for win 10.
Possible the manifest for the "self extracting part" of the sc.exe
sc.exe is a sfx 7zip.

When time i check it.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
vtach3743
8
8
Posts: 12
Joined: 2015-03-24 18:27

Re: Program compatibility messsage

Post by vtach3743 »

I was able to get it working.

Used a program called Resource Hacker
http://www.angusj.com/resourcehacker/

Load the support.exe program into it
Choose 'ACTION' from the menu

Choose 'Add using script template'
Choose 'Manifest' for the template type and click ADD


It will populate with the following (add the part in BOLD to the script, then compile the program, green play button and save).

<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!--This Id value indicates the application supports Windows 10 functionality -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>

<!--This Id value indicates the application supports Windows Vista functionality -->
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
<!--This Id value indicates the application supports Windows 7 functionality-->
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<!--This Id value indicates the application supports Windows 8 functionality-->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
<!--This Id value indicates the application supports Windows 8.1 functionality-->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
</application>
</compatibility>

After this change it no longer prompts if it was installed correctly on any version of Windows (I didn't test server versions)
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6951
Joined: 2004-04-23 10:21
Contact:

Re: Program compatibility messsage

Post by Rudi De Vos »

Doesn't this break the singning.

Can this be done on commandline, so i can do this on the server, before the singning is added.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
vtach3743
8
8
Posts: 12
Joined: 2015-03-24 18:27

Re: Program compatibility messsage

Post by vtach3743 »

It doesn't seem to. Everything is working fine and I get no error messages.

Resource Hacker does have many commend line options (I used the GUI). Scrolling down on the main page lists all of the command line options available.
Post Reply