@echo off @echo "Installing SmartClient WebApp ..." @echo "Unpacking WebApp ..." "${INSTALL_PATH}\unzip.exe" -oqq "${INSTALL_PATH}\protheus\bin\smartclientwebapp\webapp_windows_${SCHTMLVER}.zip" -d "${INSTALL_PATH}\protheus\bin\smartclientwebapp\windows\" >> "${INSTALL_PATH}\uninstaller\install_webapp.log" 2>> "${INSTALL_PATH}\uninstaller\install_webapp_err.log" move /y "${INSTALL_PATH}\protheus\bin\smartclientwebapp\windows\*.dll" "${INSTALL_PATH}\protheus\bin\appserver" >> "${INSTALL_PATH}\uninstaller\install_webapp.log" 2>> "${INSTALL_PATH}\uninstaller\install_webapp_err.log" del /F /Q "$INSTALL_PATH\Protheus\bin\smartclientwebapp\webapp_windows_${SCHTMLVER}.zip" >> "${INSTALL_PATH}\uninstaller\install_webapp.log" 2>> "${INSTALL_PATH}\uninstaller\install_webapp_err.log" del /F /Q "$INSTALL_PATH\protheus\bin\smartclientwebapp\" >> "${INSTALL_PATH}\uninstaller\install_webapp.log" 2>> "${INSTALL_PATH}\uninstaller\install_webapp_err.log" EXIT 0