
Shoulders and narrow ledges don't produce tool paths on Origin: The Shaper logo will display in the top tool bar (see below). If (($TestKeyValuePath) -and ((GCi $LauncherBasePath -Filter $LauncherName -Recurse -File -Depth 1 -ErrorAction Silentl圜ontinue).If the plugin fails to install, follow these steps:ġ: Uninstall Fusion 360 if it was downloaded from the Apple StoreĢ: Reset Apple home permissions following the instructions found hereģ: Download and install Fusion 360 from the Autodesk web site hereĤ: Download and install the Shaper Add-In from the Autodesk app store hereĥ: Go to Modeling mode in Fusion 360. #Test for a positive result that the application and Reg Key are present. $TestKeyValuePath = Get-ItemProperty -path "$KeyPath" -Name "$KeyValue" -ErrorAction Silentl圜ontinue #Outputs a true/false result if Reg Key exists. $Keypath = "Registry::HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Fusion 360 CAM" #Sets variables for the Reg Key path and it's name. #Due to file naming convention, this removes the underscores and file extention from the file name. #Sets variable as the name of the installer executable. $Executable = Get-ChildItem -Path $InstallerPath -Filter "*.exe" | Sort-Object LastWriteTime | Select -Last 1

#Sets variable to retrieve the latest file (this assumes that historic versions of the application are stored in the same location). #Sets variable for installer file path location. $LauncherBasePath = "C:\Program Files\Autodesk\webdeploy\Production\" #Sets variables for installed application path and it's name.

#The reason the naming convention is so important, is to do with the Registry Key it writes to enable version checking of the software. #The latest Version of Fusion as of 27/11/19 is, therfore the file name would be "Fusion_360_2_0_6613.exe". Please use the following example as a guide on how to name your Fusion installer executables: #There is a naming convention that needs to be applied to make sure this script works. #This script will install or update Fusion 360, whether it has been installed previously or not.
