There was an error while loading. Please reload this page.
1 parent 5e646c6 commit e9acea8Copy full SHA for e9acea8
1 file changed
crates/server/wix/main.wxs
@@ -16,11 +16,12 @@
16
17
<MajorUpgrade
18
Schedule="afterInstallInitialize"
19
- DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." />
+ AllowDowngrades="yes" />
20
21
<MediaTemplate EmbedCab="yes" />
22
<SetProperty Id="ARPINSTALLLOCATION" Value="[INSTALLFOLDER]" After="CostFinalize" />
23
<Property Id="DiskPrompt" Value="Koko Installation" />
24
+ <Property Id="REINSTALLMODE" Value="amus" />
25
<Property Id="ARPHELPLINK" Value="https://app.lizardbyte.dev/support" />
26
<Property Id="ARPURLINFOABOUT" Value="https://app.lizardbyte.dev" />
27
<Icon Id="ProductIcon" SourceFile="$(var.CargoTargetDir)\..\assets\icon.ico" />
0 commit comments