filetyp assoc into Property correct typo in control file

This commit is contained in:
Mario Fetka
2019-10-21 16:25:46 +02:00
parent 5efc4e731f
commit 766a1e5c3f
10 changed files with 57 additions and 17 deletions

View File

@@ -76,8 +76,11 @@ if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specif
Files_uninstall_32 /32Bit
comment "Cleanup registry"
Registry_uninstall /32Bit
comment "File Type Association"
DosInAnIcon_FileTypeAssoc_uninstall
Set $Property_FileTypeAssociation$ = GetProductProperty("FileTypeAssociation","true")
if ($Property_FileTypeAssociation$ = "true")
comment "File Type Association"
DosInAnIcon_FileTypeAssoc_uninstall
endif
endif
if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
@@ -145,8 +148,12 @@ if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system spe
Files_uninstall_64 /64Bit
comment "Cleanup registry"
Registry_uninstall /64Bit
comment "File Type Association"
DosInAnIcon_FileTypeAssoc_uninstall
Set $Property_FileTypeAssociation$ = GetProductProperty("FileTypeAssociation","true")
if ($Property_FileTypeAssociation$ = "true")
comment "File Type Association"
DosInAnIcon_FileTypeAssoc_uninstall
endif
endif
comment "Delete program shortcuts"