diff --git a/T7x/t7x_Installer.nsi b/T7x/t7x_Installer.nsi index ec2410f..2769956 100644 --- a/T7x/t7x_Installer.nsi +++ b/T7x/t7x_Installer.nsi @@ -12,7 +12,7 @@ ; Attributes Name "${PRODUCT_NAME}" OutFile "build\t7xInstaller.exe" -InstallDir "$PROGRAMFILES\${PRODUCT_NAME}" +InstallDir "C:\Program Files (x86)\Steam\common\Call of Duty Black Ops III" RequestExecutionLevel admin ; Request user-level execution, not admin ; Version Info @@ -115,6 +115,6 @@ SectionEnd Function .onInstSuccess ${If} $Checkbox == 1 SetOutPath "$INSTDIR" - CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR" + CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe" ${EndIf} FunctionEnd \ No newline at end of file