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

Compare with Current View Page History

Version 1 Next »

@echo off

REM ################################################################
REM Installs: Sourceforge PDF creator
REM Download link: http://www.pdfforge.org/download
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info: Installs PDF Creator - Excluding the Internet Explorer Toolbar
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM ################################################################

setlocal

REM Kör setup för PDF Creator
"%~dp0PDFCreator-1_3_2_setup.exe" /LOADINF="%~dp0pdfcreator.inf" /DontUseYahooSearch /silent /nocancel /norestart /FORCEINSTALL

endlocal

REM Return exit code to SCCM

exit /B %EXIT_CODE%

  • No labels