From 2628bba0a978bbf936bfe7754bfeddc2e76b7653 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Mon, 10 Oct 2016 23:33:21 +0200 Subject: [PATCH] Installer tweak. --- etc/setup/setup.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/setup/setup.nsi b/etc/setup/setup.nsi index c0dc496..6e15644 100644 --- a/etc/setup/setup.nsi +++ b/etc/setup/setup.nsi @@ -722,7 +722,7 @@ FunctionEnd !if ${uinst} < 1 LockedList::AddModule "\Au_.exe" !endif - LockedList::AddFolder "$INSTDIR" + #LockedList::AddFolder "$INSTDIR" LockedList::Dialog /autonext /heading "$(X264_LANG_LOCKEDLIST_HEADING)" /noprograms "$(X264_LANG_LOCKEDLIST_NOPROG)" /searching "$(X264_LANG_LOCKEDLIST_SEARCH)" /colheadings "$(X264_LANG_LOCKEDLIST_COLHDR1)" "$(X264_LANG_LOCKEDLIST_COLHDR2)" Pop $R0 !macroend -- 2.11.4.GIT