From: buildmaster Date: Tue, 29 Sep 2020 09:01:12 +0000 (+0200) Subject: fixed install sources X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=ae04a94be6d43b45a686b94944c596399e06f3cd;p=GoogleEarthPro.git fixed install sources --- diff --git a/repo-ng/GoogleEarthPro_x64.msi b/repo-ng/GoogleEarthPro_x64.msi index 17d084d..bb0ebb8 100644 Binary files a/repo-ng/GoogleEarthPro_x64.msi and b/repo-ng/GoogleEarthPro_x64.msi differ diff --git a/repo-ng/GoogleEarthPro.msi b/repo-ng/GoogleEarthPro_x86.msi similarity index 100% rename from repo-ng/GoogleEarthPro.msi rename to repo-ng/GoogleEarthPro_x86.msi diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 286b3fa..a4b8453 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -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