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/settings.in | |
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 '')
-rw-r--r-- | install-win32/settings.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index af801cb..e9159af 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -90,6 +90,5 @@ ;!define SAMPCONF_CRT "test.crt" ;!define SAMPCONF_KEY "test.key" -# Include a sample configuration file via ExtractAuxFile -# functionality. -!define AUX_FILE "client.ovpn" +# Extract files embedded in installer +;!define EXTRACT_FILES |