--- joko/ToolBox/Windows/VpnDial-installer/vpn.nsi 2005/11/22 16:48:26 1.9 +++ joko/ToolBox/Windows/VpnDial-installer/vpn.nsi 2005/11/22 17:19:29 1.10 @@ -1,5 +1,5 @@ ; VpnDial.nsi -; $Id: vpn.nsi,v 1.9 2005/11/22 16:48:26 janosch Exp $ +; $Id: vpn.nsi,v 1.10 2005/11/22 17:19:29 joko Exp $ ; ; This script can install VpnDial, ; has uninstall support and (optionally) installs start menu shortcuts. @@ -177,7 +177,7 @@ ;CreateDirectory $INSTDIR\certs\ ; Put file there - File /r "vpndial\*.*" + File /r /x CVS "vpndial\*.*" ; Write the installation path into the registry WriteRegStr HKLM Software\NSIS_VpnDial "Install_Dir" "$INSTDIR"