Changing Inno Setup manifest -
using inno setup version 5.2.3. need update manifest resource embedded in setup.exe.
i need add features required compatibility testing program used our client:
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> <supportedos id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> <supportedos id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <supportedos id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> </application> </compatibility>
i know there outputmanifestfile
key. there inputmanifestfile
or similar?
those guids represent "my application compatible (and tested on) these versions of windows". patching resource on old version of inno installer lying, , should not that.
instead, should upgrade latest version of inno. contains these guids in manifest because has indeed been updated , tested on versions of windows.
note similar rules apply application: should not include values in application's manifest without committing test on versions.
Comments
Post a Comment