[Win installer] register all FC-specific file types

- to be able to get a clean system when uninstalling FC
This commit is contained in:
Uwe
2022-06-01 04:41:23 +02:00
parent 81d6401455
commit eda43a2ef9
2 changed files with 21 additions and 2 deletions

View File

@@ -42,8 +42,14 @@ Configuration and variables of FreeCAD installer
!define APP_REGNAME_DOC "${APP_NAME}.Document"
!define APP_EXT ".FCStd"
!define APP_EXT1 ".FCStd1"
!define APP_MIME_TYPE "application/x-zip-compressed"
!define APP_EXT_BAK ".FCBak"
!define APP_EXT_MACRO ".FCMacro"
!define APP_EXT_MAT ".FCMat"
!define APP_EXT_SCRIPT ".FCScript"
!define APP_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${SETUP_UNINSTALLER_KEY}"
#--------------------------------