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