Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion crates/server/wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@

<MajorUpgrade
Schedule="afterInstallInitialize"
DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit." />
AllowDowngrades="yes" />

<MediaTemplate EmbedCab="yes" />
<SetProperty Id="ARPINSTALLLOCATION" Value="[INSTALLFOLDER]" After="CostFinalize" />
<Property Id="DiskPrompt" Value="Koko Installation" />
<Property Id="REINSTALLMODE" Value="amus" />
<Property Id="ARPHELPLINK" Value="https://app.lizardbyte.dev/support" />
<Property Id="ARPURLINFOABOUT" Value="https://app.lizardbyte.dev" />
<Icon Id="ProductIcon" SourceFile="$(var.CargoTargetDir)\..\assets\icon.ico" />
Expand Down
Loading