Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
ed67b5a0
Commit
ed67b5a0
authored
Dec 13, 2013
by
Ludovic Fauvet
Browse files
nsis: restore the previous components on x64 (fix #10122)
parent
0afac74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/package/win32/NSIS/vlc.win32.nsi.in
View file @
ed67b5a0
...
...
@@ -424,6 +424,8 @@ ${MementoSectionDone}
;;; Start function
Function .onInit
@HAVE_WIN64_TRUE@ SetRegView 64
${MementoSectionRestore}
@HAVE_WIN64_TRUE@ !include "x64.nsh"
...
...
@@ -440,7 +442,6 @@ ${Else}
Goto WinTooOld
${Endif}
@HAVE_WIN64_TRUE@ SetRegView 64
ReadRegStr $INSTDIR HKLM "${PRODUCT_DIR_REGKEY}" "InstallDir"
StrCmp $INSTDIR "" 0 UAC_Elevate
StrCpy $INSTDIR "$@PROGRAMFILES@\VideoLAN\VLC"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment