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:
Diffstat (limited to 'RFS.nsi')
-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