13 lines
618 B
Plaintext
13 lines
618 B
Plaintext
# Based on:
|
|
# https://damassets.autodesk.net/content/dam/autodesk/docs/pdfs/Advanced_Fusion360_Lab_Installation_Instructions_en-US.pdf
|
|
|
|
Update fusion360:
|
|
cmd.run:
|
|
- name: '"C:\Program Files\Autodesk\webdeploy\meta\streamer\streamer.bat" --quiet --globalinstall --process update'
|
|
|
|
# This shouldn't be necessary unless upgraded with the offline installer (or chocolatey)
|
|
# However, it's reasonably fast when it has nothing to do
|
|
Cleanup old fusion360 versions:
|
|
cmd.run:
|
|
- name: '"C:\Program Files\Autodesk\webdeploy\meta\streamer\streamer.bat" --quiet --globalinstall --process uninstall --purge-incomplete'
|