You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

@echo off
REM========================================================================================
REM Install FileZilla_3.6.0.2
REM========================================================================================
REM Script Details:
REM --------------
REM This script will:
REM + silently install to FileZilla_3.6.0.2
REM .
REM========================================================================================
echo Installing FileZilla_3.6.0.2 - Please Wait.

REM Install FileZilla_3.6.0.2
"%~dp0FileZilla_3.6.0.2_win32-setup.exe" /USER=ALL /S

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

  • No labels