You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To make a new version of the flow msi you need two Guids. One for the product (upgradecode) and one for the folder in the start menu.
Create your GUIDS here: http://www.guidgenerator.com/online-guid-generator.aspx

1 Change the msi name in the properties of the wix project (WaterFlowModel1D.wixProj)

Changes in the Product.wxs:
2 Change the <?define ProductVersion="1.0.0.1" ?> element in the Product.wxs
3 Change the GUID for the UpgradeCode in the <Product> element.
4 Use the same GUID as in 3 for the <Upgrade> elementID
5 Change the GUID of the ProgramMenuDir" component.Like this <Component Id="ProgramMenuDir" Guid="CHANGE-THIS-GUID">

Note that the assembly version of DeltaShell.Gui should also be changed to allow real side-by-side (no setting sharing). When the MSI is build by teamcity this works automatically because teamcity includes the svn revision in the version.
  • No labels