]> repo.cephalix.eu Git - UltimakerCura.git/commitdiff
Adapt settings.
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 13 Jan 2022 20:13:49 +0000 (21:13 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 13 Jan 2022 20:13:49 +0000 (21:13 +0100)
init.sls.in

index 0483777b68a1b4f8fb7132ef9599fda63d6839bb..6258a716e4ef73177c367c35f1027c72b10700f9 100644 (file)
@@ -1,9 +1,10 @@
 ###############################################################################
 # SLS: UltimakerCura
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2022 Peter Varkoly, Nuermberg, Germany.
 # All rights reserved.
 #
-# Authors:               Helmuth Varkoly
+# Authors:               Peter Varkoly
+#                        Helmuth varkoly
 #
 # Description:          Package SLS
 ###############################################################################
 
 UltimakerCura:
   'VERSION':
-      full_name: 'TOREPLACE'
-      installer: salt://win/repo-ng/UltimakerCura/TOREPLACE.exe
+      full_name: 'Ultimaker Cura 4.13.0'
+      installer: salt://win/repo-ng/UltimakerCura/Ultimaker_Cura-4.13.0-amd64.exe
       {% if ARCH == 'x64' %}
-      uninstaller: '%PROGRAMFILES(x86)%\UltimakerCura\unins000.exe'
+      uninstaller: '%PROGRAMFILES(x86)%\Ultimaker Cura 4.13.0\Uninstall.exe'
       {% else %}
-      uninstaller: '%PROGRAMFILES%\UltimakerCura\unins000.exe'      
+      uninstaller: '%PROGRAMFILES%\Ultimaker Cura 4.13.0\Uninstall.exe'
       {% endif %}
-      install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'
-      uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"'
+      install_flags: '/S'
+      uninstall_flags: '/S'
       locale: de_DE
       msiexec: False
       reboot: False