add activation of openvpn manager service

This commit is contained in:
Mario Fetka 2014-03-07 16:53:29 +01:00
parent 451c9e52a0
commit 723f317ab5
3 changed files with 10 additions and 0 deletions

View File

@ -39,9 +39,11 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_uninstall_old]
"$InstallDir$\openvpnmanager.exe" -uninstall
"$UninstallProgramOld$" /S
[Winbatch_uninstall]
"$InstallDir$\openvpnmanager.exe" -uninstall
"$UninstallProgram$" /S
[Files_uninstall]

View File

@ -77,6 +77,8 @@ endif
[Winbatch_install]
"$InstallExe$" /S
"$InstallDir$\openvpnmanager.exe" -install
[Files_install]
; copy the ini file to the InstallDir

View File

@ -27,4 +27,10 @@ requiredProduct: sereby.aio
requiredStatus: installed
requirementType: before
[ProductDependency]
action: setup
requiredProduct: openvpn.openvpn
requiredStatus: installed
requirementType: before