mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Fix for silent installs of windows package (/S)
This commit is contained in:
@@ -298,6 +298,8 @@ Function .onInit
|
|||||||
; Must set $INSTDIR here to avoid adding ${PRODUCT_NAME} to the end of the
|
; Must set $INSTDIR here to avoid adding ${PRODUCT_NAME} to the end of the
|
||||||
; path when user selects a new directory using the 'Browse' button.
|
; path when user selects a new directory using the 'Browse' button.
|
||||||
StrCpy $INSTDIR "$PROGRAMFILES\${PRODUCT_NAME}"
|
StrCpy $INSTDIR "$PROGRAMFILES\${PRODUCT_NAME}"
|
||||||
|
StrCpy $2 "$PROGRAMFILES\${PRODUCT_NAME}"
|
||||||
|
StrCpy $3 "$DOCUMENTS\My Music"
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Function LicensePost
|
Function LicensePost
|
||||||
|
|||||||
Reference in New Issue
Block a user