With the attached manifest it should be sufficent to do:
PATH=%PATH%;$(FrameworkSDKDir)Bin
mt -nologo -manifest "application.manifest" –outputresource:$(TargetFileName);#1
This step is to be done before signing the executable.
This will change behavior to the XP SP2 way.
File Added: application.manifest
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=586918
Originator: NO
This sounds like a potential security risk. Not so?
I'll be looking for some volunteers on this one and we should probably discuss the impact on one of the lists.
Charlie
Manifest disabling Vista virtualization.
Logged In: YES
user_id=1086698
Originator: YES
The work to be done is documented in: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=463884&SiteID=1.
With the attached manifest it should be sufficent to do:
PATH=%PATH%;$(FrameworkSDKDir)Bin
mt -nologo -manifest "application.manifest" –outputresource:$(TargetFileName);#1
This step is to be done before signing the executable.
This will change behavior to the XP SP2 way.
File Added: application.manifest