| 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> |