Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Install.cmd:

@echo off

REM ################################################################
REM Installs: Sourceforge PDF creator
REM Download link: http://www.pdfforge.org/downloadImage Removed
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 ################################################################

...

REM Return exit code to SCCM

exit /B %EXIT_CODE%

Pdfcreator.inf:

Wiki Markup
\[Setup\]
 Lang=english
 NoIcons=1
 SetupType=custom
 Components=program,ghostscript,languages,languages\english
 Tasks=
 Printername=PDFCreator
 ServerInstallation=0
 Win9xPrinterdriver=0
 WinNtPrinterdriver=0
 Win2k32bitPrinterdriver=0
 Win2k64bitPrinterdriver=0
 Toolbar=0
 DontUseYahooSearch=0