remove not working directory check before uninstallation
This commit is contained in:
parent
7f1361feda
commit
23ee873c41
|
@ -29,11 +29,8 @@ if (processIsRunning("ssh-agent.exe"))
|
|||
endif
|
||||
|
||||
[WinBatch_Setup]
|
||||
if not ($UninstallExecutablePath$ = "")
|
||||
if FileExists ($UninstallExecutablePath$)
|
||||
$UninstallExecutablePath$ /VERYSILENT /SUPPRESSMSGBOXES /LOG="%opsiLogDir%\git-client-uninstall.log"
|
||||
endif
|
||||
endif
|
||||
$UninstallExecutablePath$ /VERYSILENT /SUPPRESSMSGBOXES /LOG="%opsiLogDir%\git-client-uninstall.log"
|
||||
|
||||
|
||||
[Files_Cleanup]
|
||||
delete -sf "%ProgramFilesDir%\Git\"
|
||||
|
|
Loading…
Reference in New Issue