]> repo.cephalix.eu Git - PaintDotNet.git/commitdiff
enabled logging
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:57:42 +0000 (10:57 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 29 Nov 2018 09:57:42 +0000 (10:57 +0100)
repo-ng/init.sls

index 4403238a5d922f2ad11a376ea296b266cc8862ca..dc073b95ba8a94224c33255b63733dea2e5cfffe 100644 (file)
@@ -13,7 +13,7 @@
 {% set ARCH = "x86" %}
 {% endif %}
 
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 PaintDotNet:
   '4.0.21':
@@ -25,8 +25,8 @@ PaintDotNet:
     installer: salt://win/repo-ng/PaintDotNet/PaintDotNet_x32.msi
     uninstaller: salt://win/repo-ng/PaintDotNetI/PaintDotNet_x32.msi
     {% endif %}
-    install_flags: '/quiet'
-    uninstall_flags: '/qn'
+    install_flags: '/quiet /log "{{ LOG_PATH }}\PaintDotNet_inst.log"'
+    uninstall_flags: '/qn /log "{{ LOG_PATH }}\PaintDotNet_uninst.log"'
     msiexec: True
     locale: de_DE
     reboot: False