diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-30 09:51:58 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-11-30 09:51:58 +0000 |
commit | bb8f4780521d26291770aba3901c6052b9dcccd4 (patch) | |
tree | 1c86996097240ed4ed48b717bf155f42c9b89a23 /install-win32/maketext | |
parent | Added new management interface command "pid" to show the (diff) | |
download | openvpn-bb8f4780521d26291770aba3901c6052b9dcccd4.tar.xz |
Added ExtractAuxFile capability to Windows Installer.
Changed Windows installer to use LZMA instead of BZIP2 compression.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3616 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/maketext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-win32/maketext b/install-win32/maketext index 5aed4ea..f8354db 100644 --- a/install-win32/maketext +++ b/install-win32/maketext @@ -39,6 +39,7 @@ cp autodefs/xguidefs.nsi $n cp install-win32/openvpn.nsi $n cp install-win32/setpath.nsi $n cp install-win32/GetWindowsVersion.nsi $n +cp install-win32/ExtractAuxFile.nsi $n # get OpenVPN client config files if [ -n "$SAMPCONF_DIR" ]; then |