File tree Expand file tree Collapse file tree
tooling/bundler/src/bundle/windows/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-bundler " : patch
3+ ---
4+
5+ Change the MSI reinstall mode so it only reinstall missing or different version files.
Original file line number Diff line number Diff line change 2626 SummaryCodepage =" !(loc.TauriCodepage)" />
2727
2828 <!-- 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 " />
29+ <!-- reinstall if the file is missing or a different version is present ; rewrite all registry entries; reinstall all shortcuts -->
30+ <Property Id =" REINSTALLMODE" Value =" dmus " />
3131
3232 {{#if allow_downgrades}}
3333 <MajorUpgrade AllowDowngrades =" yes" Schedule =" afterInstallInitialize" />
You can’t perform that action at this time.
0 commit comments