mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
This commit is contained in:
committed by
GitHub
parent
61e37652b9
commit
1948ae53fd
5
.changes/fix-wix-reinstallmode.md
Normal file
5
.changes/fix-wix-reinstallmode.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-bundler": patch
|
||||
---
|
||||
|
||||
Change the MSI reinstall mode so it only reinstall missing or different version files.
|
||||
@@ -26,8 +26,8 @@
|
||||
SummaryCodepage="!(loc.TauriCodepage)"/>
|
||||
|
||||
<!-- https://docs.microsoft.com/en-us/windows/win32/msi/reinstallmode -->
|
||||
<!-- force all files to be reinstalled; rewrite all registry entries; reinstall all shortcuts -->
|
||||
<Property Id="REINSTALLMODE" Value="amus" />
|
||||
<!-- reinstall if the file is missing or a different version is present; rewrite all registry entries; reinstall all shortcuts -->
|
||||
<Property Id="REINSTALLMODE" Value="dmus" />
|
||||
|
||||
{{#if allow_downgrades}}
|
||||
<MajorUpgrade AllowDowngrades="yes" Schedule="afterInstallInitialize" />
|
||||
|
||||
Reference in New Issue
Block a user