adabefd016
* rewrite of win_package to enable win_msi deprecation * fix some minor doc issues * Removed exe tests * dag's changes seem to be missing, re-add them * fixed yaml for return values
7 lines
501 B
XML
7 lines
501 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Product Id="223D9A13-653B-4231-A365-EDDC30B4F228" UpgradeCode="575580C0-AFA1-4C17-8A9C-3CB0CEDC6A06" Name="Bovine University" Manufacturer="Ansible" Version="1.0.0" Language="1033" Codepage="1252">
|
|
<Package InstallerVersion="200" Compressed="yes" Comments="When I grow up I want to go to Bovine University" />
|
|
<Media Id="1" Cabinet="product.cab" EmbedCab="yes" />
|
|
</Product>
|
|
</Wix>
|