Skip to content

Commit

Permalink
can now set installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmyhre committed Apr 14, 2012
1 parent c2b714a commit 9ec3a08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DeployD/DeployD.Agent.Setup/Product.wxs
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Id="{EB183C22-1C47-4D06-A955-0ED97E7908D7}" Language="1033" Manufacturer="DeployD" Name="DeployD Agent" UpgradeCode="{E35443AE-FDAE-47FB-9DD4-72A510F063FF}" Version="1.0.0.0">
<Product Id="{EB183C22-1C47-4D06-A955-0ED97E7908D7}" Language="1033" Manufacturer="DeployD" Name="DeployD Agent"
UpgradeCode="{E35443AE-FDAE-47FB-9DD4-72A510F063FF}" Version="$(var.Version)">
<Package
Compressed="yes" InstallerVersion="200" Keywords="Installer" Languages="1033" SummaryCodepage="1252" />
<Directory Id="TARGETDIR" Name="SourceDir">
Expand Down

0 comments on commit 9ec3a08

Please sign in to comment.