Skip to content

Commit

Permalink
Updated Installer Version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Sep 1, 2022
1 parent 718583e commit ff08313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BranchInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="1.2.4">
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="2.0.0">
<Package Compressed="yes" InstallScope="perMachine" InstallerVersion="200"/>
<MajorUpgrade DowngradeErrorMessage="A newer version of Branch C++ SDK for Windows is already installed."/>
<Media Id="1" Cabinet="cab1.cab" EmbedCab="yes"/>
Expand Down

0 comments on commit ff08313

Please sign in to comment.