mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Only uninstall previous Cura versions for enter prise by default
For non-enterprise version this can still be disabled through the settings CURA-9157
This commit is contained in:
parent
bd66872d77
commit
bb41de3865
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<RemoveExistingProducts Before="InstallInitialize" />
|
||||
</InstallExecuteSequence>
|
||||
|
||||
<Property Id="PREVIOUS_VERSIONS_INSTALLED" Secure="yes" />
|
||||
<Property Id="PREVIOUS_VERSIONS_INSTALLED" Secure="yes" Value="{{ 1 if "Enterpise" in app_name else 0 }}" />
|
||||
<Upgrade Id="{{ upgrade_code }}">
|
||||
<UpgradeVersion
|
||||
Minimum="4.13.2" Maximum="{{ version_major }}.{{ version_minor }}.{{ version_patch }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue