Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.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: 6832
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.
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: 6832
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.
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