]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added first version of NSI installer script to win/openvpn.nsi
authorSamuli Seppänen <samuli@openvpn.net>
Fri, 11 Feb 2011 14:32:35 +0000 (16:32 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 26 Feb 2011 23:59:04 +0000 (00:59 +0100)
commit3b315a57d579d9ba8e259216f722094f1c1dbcde
treebeb20560a18383c64cd3186e2ac34d76e8a0e4f8
parent21c60e9f11d8d53c11611ea66698afea9c0350ef
Added first version of NSI installer script to win/openvpn.nsi

This win/openvpn.nsi file is a heavily cleaned-up version of the
install-win32/openvpn.nsi file. The key differences:

- paths have been adapted to new buildsystem's requirements
- obsolete XGUI support has been removed
- unused Windows version detection has been removed
- variables specific to new build system (win/settings.in, version.m4) are
  imported
- a few new installer options have been introduced:
  - install lzo2.dll
  - install msvcr90.dll (a requirement from VS2008 builds)

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: James Yonan <james@openvpn.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
win/openvpn.nsi [new file with mode: 0755]