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/settings.in | |
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/settings.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index 0be1c2d..af801cb 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -89,3 +89,7 @@ ;!define SAMPCONF_CA "ca.crt" ;!define SAMPCONF_CRT "test.crt" ;!define SAMPCONF_KEY "test.key" + +# Include a sample configuration file via ExtractAuxFile +# functionality. +!define AUX_FILE "client.ovpn" |