Guest User

Untitled

a guest
Jul 1st, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
  3. <Product Id="*" UpgradeCode="12345678-1234-1234-1234-111111111111"
  4. Name="Example Product Name" Version="0.0.1" Manufacturer="Example Company Name" Language="1033">
  5. <Package InstallerVersion="200" Compressed="yes" Comments="Windows Installer Package"/>
  6. <Media Id="1" Cabinet="product.cab" EmbedCab="yes"/>
  7. </Product>
  8. </Wix>
Advertisement
Add Comment
Please, Sign In to add comment