diff --git a/T7x/t7x_Installer.nsi b/T7x/t7x_Installer.nsi index 3e32d53..d19ecfb 100644 --- a/T7x/t7x_Installer.nsi +++ b/T7x/t7x_Installer.nsi @@ -92,7 +92,8 @@ Section "LocalAppData Cache Files" SecCache SectionEnd Function finishpageaction -CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe" + SetOutPath $INSTDIR + CreateShortcut "$DESKTOP\${PRODUCT_NAME}.lnk" "$INSTDIR\t7x.exe" "" "$INSTDIR\t7x.exe" FunctionEnd ; Uninstaller Sections