mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Re-order windows installer options (non-optional first)
This commit is contained in:
parent
e6bbbe18c6
commit
c822f0b370
1 changed files with 5 additions and 4 deletions
|
|
@ -427,15 +427,12 @@ Section "${PROGRAM_NAME}${PROGRAM_VERSION} (required)" SecMainProg
|
||||||
CreateShortCut "\$INSTDIR\\${PROGRAM_NAME}${PROGRAM_VERSION}.lnk" "\$INSTDIR\\bin\\${PRODUCT_EXE}" "" "\$INSTDIR\\bin\\${PRODUCT_EXE}" 0
|
CreateShortCut "\$INSTDIR\\${PROGRAM_NAME}${PROGRAM_VERSION}.lnk" "\$INSTDIR\\bin\\${PRODUCT_EXE}" "" "\$INSTDIR\\bin\\${PRODUCT_EXE}" 0
|
||||||
\${registerExtension} "\$INSTDIR\\bin\\${STATEFILE_SUFFIX}" ".${PRODUCT_NAME}" "${PROGRAM_NAME} Session"
|
\${registerExtension} "\$INSTDIR\\bin\\${STATEFILE_SUFFIX}" ".${PRODUCT_NAME}" "${PROGRAM_NAME} Session"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "WASAPI sound driver" SecWASAPI
|
|
||||||
SectionEnd
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if test -z "$NOVIDEOTOOLS"; then
|
if test -z "$NOVIDEOTOOLS"; then
|
||||||
|
|
||||||
cat >> $NSISFILE << EOF
|
cat >> $NSISFILE << EOF
|
||||||
Section "Videotimeline Tools" SecVideo
|
Section "Videotimeline Tools (required)" SecVideo
|
||||||
WriteRegStr HKLM "Software\\${PROGRAM_KEY}\\v${major_version}\\video" "Install_Dir" "\$INSTDIR\\video"
|
WriteRegStr HKLM "Software\\${PROGRAM_KEY}\\v${major_version}\\video" "Install_Dir" "\$INSTDIR\\video"
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
SetOutPath \$INSTDIR
|
SetOutPath \$INSTDIR
|
||||||
|
|
@ -446,6 +443,10 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat >> $NSISFILE << EOF
|
cat >> $NSISFILE << EOF
|
||||||
|
|
||||||
|
Section "WASAPI sound driver" SecWASAPI
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
Section "Start Menu Shortcuts" SecMenu
|
Section "Start Menu Shortcuts" SecMenu
|
||||||
SetShellVarContext all
|
SetShellVarContext all
|
||||||
CreateDirectory "\$SMPROGRAMS\\${PRODUCT_ID}${SFX}"
|
CreateDirectory "\$SMPROGRAMS\\${PRODUCT_ID}${SFX}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue