Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2011-02-20 15:46:15 +0300
committerOctaneSnail <os@v12pwr.com>2011-02-20 15:46:15 +0300
commit85c6b7bb6c0c5afdf739c4196fb73189d1f6dea6 (patch)
tree3e40de3645d7fbf3b1b4a20bbb8a4edb9555331b
parent138b79f6a3441a4c97211032c0270b50144dacbc (diff)
Fix install dir on 32-bit platforms.
-rw-r--r--RFS.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/RFS.nsi b/RFS.nsi
index 51b9611..472ca04 100644
--- a/RFS.nsi
+++ b/RFS.nsi
@@ -90,6 +90,7 @@ SectionEnd
Function ComponentsPre
${IfNot} ${RunningX64}
!insertmacro UnselectSection ${SEC_X64}
+ StrCpy $INSTDIR "$PROGRAMFILES\RARFileSource"
Abort
${EndIf}
FunctionEnd