diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-21 21:01:38 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-21 21:01:38 +0000 |
commit | 93c423ea64266605e9603364b111cbf18d121371 (patch) | |
tree | 48786555cc1474d929fdabd015bc11353de1dc7a /install-win32 | |
parent | Added OpenVPN GUI (Mathias Sundman version) as install (diff) | |
download | openvpn-93c423ea64266605e9603364b111cbf18d121371.tar.xz |
Added a Windows README file to the installer than
contains quick-start instructions.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1864 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rwxr-xr-x | install-win32/openvpn.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/openvpn.nsi b/install-win32/openvpn.nsi index f7cda11..fc10644 100755 --- a/install-win32/openvpn.nsi +++ b/install-win32/openvpn.nsi @@ -65,7 +65,7 @@ !define MUI_COMPONENTSPAGE_SMALLDESC !define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\INSTALL-win32.txt" !define MUI_FINISHPAGE_NOAUTOCLOSE - !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED +# !define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !define MUI_ABORTWARNING !define MUI_ICON "${HOME}\images\openvpn.ico" !define MUI_UNICON "${HOME}\images\openvpn.ico" |