1
0
Fork 0

bug fix in installation directory for all users

This commit is contained in:
= 2014-04-22 13:54:24 +02:00
parent 4075f08aef
commit c88bd557e3
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ Function default_installation_directory
${If} $TRI_INSTALL_TYPE == 'AllUsers' ${If} $TRI_INSTALL_TYPE == 'AllUsers'
Call Tri_ChangePrivileges Call Tri_ChangePrivileges
SetShellVarContext all SetShellVarContext all
StrCpy $INSTDIR "$LOCALAPPDATA\@CPACK_PACKAGE_INSTALL_DIRECTORY@" StrCpy $INSTDIR "$DOCUMENTS\@CPACK_PACKAGE_INSTALL_DIRECTORY@"
Return Return
${EndIf} ${EndIf}
FunctionEnd FunctionEnd