diff options
Diffstat (limited to 'src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest')
-rw-r--r-- | src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest b/src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest new file mode 100644 index 00000000..5224db50 --- /dev/null +++ b/src/dtf/WixToolset.Dtf.MakeSfxCA/MakeSfxCA.exe.manifest | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
2 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
3 | <assemblyIdentity name="WixToolset.Dtf.MakeSfxCA" version="4.0.0.0" processorArchitecture="x86" type="win32"/> | ||
4 | <description>WiX Toolset Compiler</description> | ||
5 | <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
6 | <security><requestedPrivileges><requestedExecutionLevel level="asInvoker" uiAccess="false"/></requestedPrivileges></security> | ||
7 | </trustInfo> | ||
8 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
9 | <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"><ws2:longPathAware>true</ws2:longPathAware></windowsSettings> | ||
10 | </application> | ||
11 | </assembly> | ||