Hallo zusammen,
Ich wollte einem mit D7 erstellten Programm ein neueres Outfit verpassen und habe mit Himitsus Manifest-Creator eine Manifest-Datei erstellt (progname.exe.manifest) einmal mit BS=W7 und einmal ohne Angabe des BS (XP-Kompatibel?).
In beiden Fällen wird die Manifest-Datei ignoriert. BS ist W7home.
Da es auf dem Firmen Rechner (W7prof) funktioniert -bei anderen Programmen-, nehme ich an, daß ich da irgendeine Kleinigkeit übersehen habe, aber welche?
Gruß
K-H
Code:
<?
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"
name="Private.Unknown.wavplay"
type="*"/>
<trustInfo xmlns="urn:schemas-microsoft-
com:
asm.v2">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-
com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
</application>
</compatibility>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="
win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
publicKeyToken="6595b64144ccf1df"
language="*"
processorArchitecture="*"/>
</dependentAssembly>
</dependency>
</assembly>