File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
<ProductVersion >3.10</ProductVersion >
7
7
<ProjectGuid >f13fb7ef-d892-4229-a1eb-8b595d71d64e</ProjectGuid >
8
8
<SchemaVersion >2.0</SchemaVersion >
9
- <OutputName >cli-netlite-1.1.0.0 </OutputName >
9
+ <OutputName >cli-netlite-1.1.0.1 </OutputName >
10
10
<OutputType >Package</OutputType >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <?define version =" 1.1.0.0 " ?>
2
+ <?define version =" 1.1.0.1 " ?>
3
3
<?define UpgradeCode =" a580c04f-caec-4e18-9134-c4b8f1c8f1be" ?>
4
4
<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 "
6
6
Name =" cli-netlite"
7
7
Language =" 1033"
8
8
Version =" $(var.version)"
16
16
17
17
<MajorUpgrade
18
18
AllowDowngrades =" no" DowngradeErrorMessage =" A later version of [ProductName] is already installed. Setup will now exit."
19
- AllowSameVersionUpgrades =" no "
19
+ AllowSameVersionUpgrades =" yes "
20
20
Schedule =" afterInstallInitialize"
21
21
/>
22
22
You can’t perform that action at this time.
0 commit comments