From ade90be44d10cad7f43fd89130bb99b019f6545e Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 28 Jun 2018 21:59:11 +0200 Subject: [pkg] get openvpn from leap --- win/RiseupVPN-installer.nsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'win/RiseupVPN-installer.nsi') diff --git a/win/RiseupVPN-installer.nsi b/win/RiseupVPN-installer.nsi index 3561c57..e1fc135 100755 --- a/win/RiseupVPN-installer.nsi +++ b/win/RiseupVPN-installer.nsi @@ -1,11 +1,10 @@ !include "MUI.nsh" Name "RiseupVPN" -RequestExecutionLevel admin - Outfile "..\dist\RiseupVPN-installer.exe" ;TODO make the installdir configurable - and set it in the registry. InstallDir "C:\Program Files\RiseupVPN\" +RequestExecutionLevel admin !define BITMAP_FILE riseupvpn.bmp @@ -87,6 +86,9 @@ Section "InstallService" ExecWait '"$INSTDIR\nssm.exe" set riseupvpn-helper AppDirectory "$INSTDIR"' ExecWait '"$INSTDIR\nssm.exe" start riseupvpn-helper' + ; why are these here? + Delete "C:\riseupvpn.ico" + Delete "C:\riseupvpn.png" SectionEnd Section "Uninstall" -- cgit v1.2.3