diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-01 22:32:06 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-01 22:32:06 +0000 |
commit | 63c5d785523a4885a6226de9bbddb3e11f2abff7 (patch) | |
tree | 5426dca1f367c81104a6eb1c5f17efc50f52a26c /install-win32/maketext | |
parent | Added ExtractAuxFile capability to Windows Installer. (diff) | |
download | openvpn-63c5d785523a4885a6226de9bbddb3e11f2abff7.tar.xz |
Added MultiFileExtract capability to Windows Installer.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3620 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/maketext')
-rw-r--r-- | install-win32/maketext | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install-win32/maketext b/install-win32/maketext index f8354db..cf59b53 100644 --- a/install-win32/maketext +++ b/install-win32/maketext @@ -39,7 +39,10 @@ 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 + +if [ -n "$EXTRACT_FILES" ]; then + cp install-win32/MultiFileExtract.nsi $n +fi # get OpenVPN client config files if [ -n "$SAMPCONF_DIR" ]; then |