]> repo.cephalix.eu Git - GoogleEarthPro.git/commitdiff
fixed install sources
authorbuildmaster <buildmaster@git.cephalix.eu>
Tue, 29 Sep 2020 09:01:12 +0000 (11:01 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Tue, 29 Sep 2020 09:01:12 +0000 (11:01 +0200)
repo-ng/GoogleEarthPro_x64.msi
repo-ng/GoogleEarthPro_x86.msi [moved from repo-ng/GoogleEarthPro.msi with 100% similarity]
repo-ng/init.sls

index 17d084dcc45d78470fe94ee33789f57ace33a7f4..bb0ebb87247142a8a958ec35b9e20f3545c61b82 100644 (file)
Binary files a/repo-ng/GoogleEarthPro_x64.msi and b/repo-ng/GoogleEarthPro_x64.msi differ
index 286b3fad3b415a9a23593eee808874449a7f37b0..a4b845303cdc1720754514aac9945771c29989af 100644 (file)
@@ -22,12 +22,12 @@ GoogleEarthPro:
     installer: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro_x64.msi
     uninstaller: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro_x64.msi
     {% else %}
-    installer: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro.msi
-    uninstaller: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro.msi
+    installer: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro_x86.msi
+    uninstaller: salt://win/repo-ng/GoogleEarthPro/GoogleEarthPro_x86.msi
     {% endif %}
     full_name: "Google Earth Pro"
-    install_flags: '/quiet /log "{{ LOG_PATH }}GoogleEarthPro_inst.log"'
-    uninstall_flags: '/quiet /log "{{ LOG_PATH }}GoogleEarthPro_uninst.log"'
+    install_flags: '/qn /l* "{{ LOG_PATH }}GoogleEarthPro_inst.log"'
+    uninstall_flags: '/qn /l* "{{ LOG_PATH }}GoogleEarthPro_uninst.log"'
     msiexec: True
     locale: de_DE
     reboot: False