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

@@ -78,8 +78,11 @@ Registry_uninstall /32Bit
comment "Delete program shortcuts"
LinkFolder_uninstall
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
DefVar $Property_CustomPostUninstall$
Set $Property_CustomPostUninstall$ = getProductProperty("custom-post-uninstall","none")