add ProductProperty desktoplink, defaultassociations, custom-post-install, custom-post-uninstall to control-File

This commit is contained in:
Dominik Daehn
2019-06-13 06:48:03 +02:00
parent 71c5b93a52
commit 603d7d60d3
2 changed files with 34 additions and 4 deletions

View File

@@ -86,8 +86,8 @@ else
; Sub_check_exitcode
comment "Copy files"
Files_install_32 /32Bit
; Files_install_config /AllNtUserProfiles
; DosInAnIcon_set_config
Files_install_config /AllNtUserProfiles
DosInAnIcon_set_config
Set $InstallDir$ = $InstallDir32$
Set $ProgExe$ = $Prog32$
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")
@@ -113,8 +113,8 @@ else
; Sub_check_exitcode
comment "Copy files"
Files_install_64 /64Bit
; Files_install_config /AllNTUserProfiles
; DosInAnIcon_set_config
Files_install_config /AllNTUserProfiles
DosInAnIcon_set_config
Set $InstallDir$ = $InstallDir64$
Set $ProgExe$ = $Prog64$
Set $Property_defaultassociations$ = GetProductProperty("defaultassociations","true")