Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
- <Product Id="*" UpgradeCode="12345678-1234-1234-1234-111111111111"
- Name="Example Product Name" Version="0.0.1" Manufacturer="Example Company Name" Language="1033">
- <Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
- <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
- </Product>
- </Wix>
Advertisement
Add Comment
Please, Sign In to add comment