From e4b13cbfb8737df80d6b97130a464f86a9e1378d Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 13 Jan 2022 21:53:07 +0100 Subject: [PATCH] Adapt files. --- FULLNAMES | 2 +- VERSION | 2 +- init.sls.in | 17 +++++++++-------- .../Fusion_360_Admin_Install.exe | Bin 4 files changed, 11 insertions(+), 10 deletions(-) rename Fusion 360 Admin Install.exe => repo-ng/Fusion_360_Admin_Install.exe (100%) diff --git a/FULLNAMES b/FULLNAMES index 1fd1ded..2f5ea66 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Pro line one name +Autodesk Fusion 360 diff --git a/VERSION b/VERSION index 056436d..d3827e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION THIS MUST BE ADAPTED \ No newline at end of file +1.0 diff --git a/init.sls.in b/init.sls.in index 01b569a..0e11d54 100644 --- a/init.sls.in +++ b/init.sls.in @@ -1,9 +1,10 @@ ############################################################################### # SLS: Autodesk_Fusion_360 -# 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 ############################################################################### @@ -17,15 +18,15 @@ Autodesk_Fusion_360: 'VERSION': - full_name: 'TOREPLACE' - installer: salt://win/repo-ng/Autodesk_Fusion_360/TOREPLACE.exe + full_name: 'Autodesk Fusion 360' + installer: salt://win/repo-ng/Autodesk_Fusion_360/Fusion_360_Admin_Install.exe {% if ARCH == 'x64' %} - uninstaller: '%PROGRAMFILES(x86)%\Autodesk_Fusion_360\unins000.exe' + uninstaller: '%PROGRAMFILES(x86)%\Autodesk\unins000.exe' {% else %} - uninstaller: '%PROGRAMFILES%\Autodesk_Fusion_360\unins000.exe' + uninstaller: '%PROGRAMFILES%\Autodesk\unins000.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 diff --git a/Fusion 360 Admin Install.exe b/repo-ng/Fusion_360_Admin_Install.exe similarity index 100% rename from Fusion 360 Admin Install.exe rename to repo-ng/Fusion_360_Admin_Install.exe -- 2.43.0