ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2021

N.A.N.Y. 2021: ClipURLCleaner - Clean URLs in your clipboard

<< < (2/7) > >>

KodeZwerg:
I do not have things that I need on this sytem to check.
Does your .exe file has a windows manifest integrated? <- that would be my first step
When I am at home I do examine your .exe more deeply, maby patch & upload it so you might be able to reproduce.

Tell a User to disable Windows built-in Software can't be a solution.

Tuxman:
Does your .exe file has a windows manifest integrated? <- that would be my first step
-KodeZwerg (September 24, 2020, 05:42 AM)
--- End quote ---

Not yet. But good point.

Here’s clipurlcleaner.exe.manifest:


--- ---<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="ClipURLCleaner" type="win32"/>
    <dependency>
        <dependentAssembly>
            <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>
        </dependentAssembly>
    </dependency>
</assembly>
Does it work for you? If so, I might embed it.

(I wonder why my Windows 10 has not complained then.)

tomos:
(I wonder why my Windows 10 has not complained then.)
-Tuxman (September 24, 2020, 05:50 AM)
--- End quote ---
Windows 10 appears to be a many headed beast :-\

KodeZwerg:
Does it work for you? If so, I might embed it.

(I wonder why my Windows 10 has not complained then.)
-Tuxman (September 24, 2020, 05:50 AM)
--- End quote ---

Yesterdays research result:
I was not able to add/modify resource section of the .exe since it has none.
On my home pc all works fine!
My workstations Windows Defender is configured/fixed/static/unchangable to block "strange" files.

Testing as external manifest file isnt able aswell since I cannot modify system-registry.
If someone is interested, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide  needs a sub-key PreferExternalManifest with DWORD value of 1.
Afterwards you can do things like "clipurlcleaner.exe.manifest" with content that Tuxman showed to have at least Windows XP look activated what is kinda pointless in that application.
I would suggest to add to that manifest Windows compatiblity and Access-Level "as Invoker".

Best wishes!

Tuxman:
How could I do that?  :-\

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version