File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
!include MUI2.nsh
2
2
!include x64.nsh
3
- !define PRODUCT_VERSION " 4.3.3.1 "
3
+ !define PRODUCT_VERSION " 4.3.3.3 "
4
4
5
5
Name " Synthesis"
6
6
@@ -280,6 +280,7 @@ Section "Uninstall"
280
280
RMDir /r " $APPDATA\Autodesk\ApplicationPlugins\FusionSynth.bundle"
281
281
282
282
; Remove inventor plugins
283
+ Delete /REBOOTOK " $APPDATA\Autodesk\Inventor 2022\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
283
284
Delete /REBOOTOK " $APPDATA\Autodesk\Inventor 2021\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
284
285
Delete /REBOOTOK " $APPDATA\Autodesk\Inventor 2020\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
285
286
Delete /REBOOTOK " $APPDATA\Autodesk\Inventor 2019\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
You can’t perform that action at this time.
0 commit comments