@echo off @echo "Unpacking SmartClient web-agent ..." "$INSTALL_PATH\unzip.exe" -oqq "$INSTALL_PATH\Protheus\bin\web-agent.zip" -d "$INSTALL_PATH\Protheus\bin\web-agent" >> "${INSTALL_PATH}\uninstaller\install.log" 2>> "${INSTALL_PATH}\uninstaller\install_err.log" @echo "Install web-agent ..." "${INSTALL_PATH}\Protheus\bin\web-agent\web-agent-1.0.23-windows-x64-release.setup.exe" del /F /Q "$INSTALL_PATH\Protheus\bin\web-agent.zip" >> "${INSTALL_PATH}\uninstaller\install.log" 2>> "${INSTALL_PATH}\uninstaller\install_err.log" exit 0