update uninstall programm
This commit is contained in:
parent
7589c3faac
commit
109108d3f5
@ -39,12 +39,10 @@ comment "Delete program shortcuts"
|
||||
LinkFolder_uninstall
|
||||
|
||||
[Winbatch_uninstall_old]
|
||||
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||
;"$UninstallProgramOld$" /S
|
||||
"$InstallDir$\OpenVPNManager.exe" -install
|
||||
|
||||
[Winbatch_uninstall]
|
||||
"$InstallDir$\openvpnmanager.exe" -uninstall
|
||||
;"$UninstallProgram$" /S
|
||||
"$InstallDir$\OpenVPNManager.exe" -install
|
||||
|
||||
[Files_uninstall]
|
||||
; Example for recursively deleting the installation directory:
|
||||
|
@ -76,10 +76,8 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install]
|
||||
;"$InstallExe$" /S
|
||||
"$InstallDir$\OpenVPNManager.exe" -install
|
||||
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
copy "$IniCfgFile$" "$InstallDir$"
|
||||
|
@ -24,5 +24,5 @@ DL_EXTRACT_FORMAT[1]="unzip"
|
||||
|
||||
OPSI_INI_SECTION[0]="X86"
|
||||
OPSI_INI_OPTION[0]="UninstallProg"
|
||||
OPSI_INI_VALUE[0]="uninst.exe"
|
||||
OPSI_INI_VALUE[0]="OpenVPNManager.exe"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user