Skip to content

Commit e6cbe93

Browse files
committed
Addin Uninstall Process For Inventor 2022
1 parent 79f5ba1 commit e6cbe93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

installer/Windows/MainInstaller.nsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!include MUI2.nsh
22
!include x64.nsh
3-
!define PRODUCT_VERSION "4.3.3.1"
3+
!define PRODUCT_VERSION "4.3.3.3"
44

55
Name "Synthesis"
66

@@ -280,6 +280,7 @@ Section "Uninstall"
280280
RMDir /r "$APPDATA\Autodesk\ApplicationPlugins\FusionSynth.bundle"
281281

282282
; Remove inventor plugins
283+
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2022\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
283284
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2021\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
284285
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2020\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
285286
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2019\Addins\Autodesk.InventorRobotExporter.Inventor.addin"

0 commit comments

Comments
 (0)