diff options
Diffstat (limited to 'scripts/w32installer.nsi')
-rw-r--r-- | scripts/w32installer.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/w32installer.nsi b/scripts/w32installer.nsi index 327182d5b..841850c20 100644 --- a/scripts/w32installer.nsi +++ b/scripts/w32installer.nsi @@ -351,6 +351,8 @@ Section "-Finish" WriteRegStr HKCU "Software\GNU\GnuPG" "Lang" $R3 ;; + # Set the Outpath pack so that the README file can be displayed. + SetOutPath "$INSTDIR" SectionEnd ; "-Finish" |