REM update script

cd /d "${INSTALL_PATH}"

call servicestop.cmd

call servicedelete.cmd

if exist vcredist_x64.exe  del /F /Q vcredist_x64.exe
if exist "SAGE ERP"*.txt   del /F /Q "SAGE ERP"*.txt
if exist "SAGE ERP"*.htm   del /F /Q "SAGE ERP"*.htm


exit 0
