The Application has option for Silent installation. The application as such has embedded MSI.
The BAT file with paramerters can be passed for installation;
echo off
if not exist %temp%\ctmem_640_SilentError.log (
echo CONTROL-M/Enterprise Manager 6.4.01 Silent installation ended.
echo.
)
if exist %temp%\ctmem_640_SilentError.log (
echo INSTALLATION FAILED !!!
echo Please refer to the installation log files to check the status of the installation:
echo "%temp%\ctmem_640_SilentError.log" and "%temp%\ctmem_640_silent_log.txt"
echo.
)
endlocal
The other challenge is for uninstallation, the uninstalltion is done via EXE :C:\Program Files\BMC Software\CONTROL-M EM 6.4.01\Default\bin\RemoveCTMEM.exe with the instance 'Default' which is not silent.
The Uninstallatin can be made silent by passing parameter : "y" with it.
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ