2002-08-02 10:01:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
2013-09-06 23:48:59 +00:00
|
|
|
<assemblyIdentity version="1.0.0.0" processorArchitecture="*" name="Nullsoft.NSIS.makensisw" type="win32"/>
|
2002-08-02 10:01:35 +00:00
|
|
|
<description>MakeNSIS Wrapper</description>
|
2018-11-04 21:25:52 +00:00
|
|
|
<dependency><dependentAssembly>
|
2013-09-06 23:48:59 +00:00
|
|
|
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" />
|
2018-11-04 21:25:52 +00:00
|
|
|
</dependentAssembly></dependency>
|
|
|
|
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security>
|
|
|
|
<requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges>
|
|
|
|
</security></trustInfo>
|
2018-11-06 21:04:37 +00:00
|
|
|
<application xmlns="urn:schemas-microsoft-com:asm.v3"><windowsSettings><dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware></windowsSettings></application>
|
2018-11-04 21:25:52 +00:00
|
|
|
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application>
|
2009-06-06 16:14:36 +00:00
|
|
|
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
|
|
|
|
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
|
2018-11-04 21:25:52 +00:00
|
|
|
</application></compatibility>
|
2002-08-02 10:01:35 +00:00
|
|
|
</assembly>
|