Browse Source

Still show the uninstall feature in the CE edition

Contributes to CURA-9157
Jelle Spijker 2 years ago
parent
commit
df5544444d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packaging/msi/UltiMaker-Cura.wxs.jinja

+ 1 - 1
packaging/msi/UltiMaker-Cura.wxs.jinja

@@ -150,6 +150,6 @@
             <ComponentGroupRef Id="NewFilesGroup" />
             <ComponentRef Id="CMP_Shortcuts" />
         </Feature>
-        <Feature Id="UninstallOlderVersionFeature" Title="Uninstall previous versions" Level="{{ 1 if "Enterprise" in app_name else 0 }}" Description="..."/>
+        <Feature Id="UninstallOlderVersionFeature" Title="Uninstall previous versions" Level="{{ 1 if "Enterprise" in app_name else 2 }}" Description="..."/>
     </Product>
 </Wix>