Skip to content

Commit 5e1511f

Browse files
committed
FIX: fix upgradable installer config
1 parent 36d85eb commit 5e1511f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CliNetliteInstaller/CliNetliteInstaller.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>f13fb7ef-d892-4229-a1eb-8b595d71d64e</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>cli-netlite-1.1.0.0</OutputName>
9+
<OutputName>cli-netlite-1.1.0.1</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">

CliNetliteInstaller/Product.wxs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<?define version="1.1.0.0"?>
2+
<?define version="1.1.0.1"?>
33
<?define UpgradeCode="a580c04f-caec-4e18-9134-c4b8f1c8f1be"?>
44
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
5-
<Product Id="712c71fd-c6f1-41a6-a634-b6d0a8769002"
5+
<Product Id="712c71fd-c6f1-41a6-a634-b6d0a8769003"
66
Name="cli-netlite"
77
Language="1033"
88
Version="$(var.version)"
@@ -16,7 +16,7 @@
1616

1717
<MajorUpgrade
1818
AllowDowngrades="no" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."
19-
AllowSameVersionUpgrades="no"
19+
AllowSameVersionUpgrades="yes"
2020
Schedule="afterInstallInitialize"
2121
/>
2222

0 commit comments

Comments
 (0)