Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

@echo off
REM========================================================================================
REM Install Putty 0.62
REM========================================================================================
REM Script Details:
REM --------------
REM This script will:
REM + silently install or upgrade Putty 0.62
REM .
REM========================================================================================
echo Installing Putty - Please Wait.
echo Window will close after install is complete

REM Install Putty 0.62
"%~dp0putty-0.62-installer.exe" /VERYSILENT

REM Return exit code to SCCM
exit /B %EXIT_CODE%