]> repo.cephalix.eu Git - Autodesk_Fusion_360.git/commitdiff
Adapt files.
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 13 Jan 2022 20:53:07 +0000 (21:53 +0100)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 13 Jan 2022 20:53:07 +0000 (21:53 +0100)
FULLNAMES
VERSION
init.sls.in
repo-ng/Fusion_360_Admin_Install.exe [moved from Fusion 360 Admin Install.exe with 100% similarity]

index 1fd1deda444cf6b6e3ea87911d48b4f28f6e4d89..2f5ea66b5e8d3595d13a0d4144cea088a915e331 100644 (file)
--- a/FULLNAMES
+++ b/FULLNAMES
@@ -1 +1 @@
-Pro line one name
+Autodesk Fusion 360
diff --git a/VERSION b/VERSION
index 056436d375319ec50dd920778a8711af88ec50fb..d3827e75a5cadb9fe4a27e1cb9b6d192e7323120 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-VERSION THIS MUST BE ADAPTED
\ No newline at end of file
+1.0
index 01b569ac8e0e00593efd4723b9f352535c8efa11..0e11d54206b990c61882bed130e7498dfa5a16df 100644 (file)
@@ -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
 ###############################################################################
 
 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