From cdd45a8c70b430afefc54ca166536785a78f91b5 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 13 Jun 2007 21:59:18 +0000 Subject: Have the installer install cert.pem and key.pem to the conf/ dir only if they dont exist already (if they already exist, the user has generated, purchased or otherwise obtained their own) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7300 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd.nsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/inspircd.nsi b/win/inspircd.nsi index f2ab4bd05..54ff9ede2 100644 --- a/win/inspircd.nsi +++ b/win/inspircd.nsi @@ -171,6 +171,10 @@ Section "SSL Modules" SEC05 File "..\bin\${BUILD}\bin\*.dll" SetOutPath "$INSTDIR\modules" File "d:\temp\*.so" + SetOutPath "$INSTDIR\conf" + SetOverwrite off + File "key.pem" + File "cert.pem" SectionEnd Section -AdditionalIcons -- cgit v1.2.3