|
|
|
@ -23,7 +23,7 @@ |
|
|
|
|
|
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-connector\install.rdf" | find /I "em:version=" | find "%PKG_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-integrator\install.rdf" | find /I "em:version=" | find "%PKG_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\startupmaster\install.rdf" | find /I "em:version=" | find "%STARTUPMASTER_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\startupmaster\install.rdf" | find /I "<em:version>%STARTUPMASTER_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
|
|
|
|
|
<install include="remove" /> |
|
|
|
|
<install cmd='%COMSPEC% /C if not exist "%INSTALL_PATH%\sogo-connector" mkdir "%INSTALL_PATH%\sogo-connector"' /> |
|
|
|
|