File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-bundler " : patch
3+ ---
4+
5+ Fix app downgrades when using the Windows installer.
Original file line number Diff line number Diff line change 2525 InstallScope =" perMachine"
2626 SummaryCodepage =" !(loc.TauriCodepage)" />
2727
28+ <!-- https://docs.microsoft.com/en-us/windows/win32/msi/reinstallmode -->
29+ <!-- force all files to be reinstalled; rewrite all registry entries; reinstall all shortcuts -->
30+ <Property Id =" REINSTALLMODE" Value =" amus" />
31+
2832 {{#if allow_downgrades}}
29- <MajorUpgrade AllowDowngrades =" yes" />
33+ <MajorUpgrade AllowDowngrades =" yes" Schedule = " afterInstallInitialize " />
3034 {{else}}
3135 <MajorUpgrade DowngradeErrorMessage =" !(loc.DowngradeErrorMessage)" AllowSameVersionUpgrades =" yes" />
3236 {{/if}}
You can’t perform that action at this time.
0 commit comments