Díjmentes BullZip PDF Nyomtató

 

Felügyelet nélküli telepítés

Hálózati környezetben előnyös ha a telepítés felügyelet nélkül, beavatkozástól mentesen is elvégezhető. A BullZip PDF Nyomtató az alábbi leírás szerint természetesen felügyelet nélkül is telepíthető.

Felügyelet nélküli telepítés esetén előre definiálni kell a telepítés beállításait. A parancssori paraméterekkel beállítható a telepítés helye, a telepítés során megjelenő üzenetek, valamint a telepítés végén automatikusan lefutó események.

A telepítés parancssori paraméterei
/SP- Disables the startup prompt.
/SILENT, /VERYSILENT Instructs Setup to be silent or very silent. When Setup is silent the wizard and the background window are not displayed but the installation progress window is. When a setup is very silent this installation progress window is not displayed. If a restart is necessary and the '/NORESTART' command isn't used (see below) and Setup is silent, it will display a Reboot now? message box. If it's very silent it will reboot without asking.
/SUPPRESSMSGBOXES Instructs Setup to suppress message boxes. Only has an effect when combined with '/SILENT' and '/VERYSILENT'.
/NOCANCEL Prevents the user from canceling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.
/NORESTART Instructs Setup not to reboot even if it's necessary.
/RESTARTEXITCODE=exit code Specifies the custom exit code that Setup is to return when a restart is needed. Useful along with '/NORESTART'. Also see Setup Exit Codes.
/DIR="x:\dirname" Overrides the default directory name displayed on the Select Destination Location wizard page. A fully qualified pathname must be specified.
A GPL Ghostscript terjesztése

Instead of running the Ghostscript installation program every time you want to install the printer driver on a new computer you can make the BullZip PDF Printer setup program distribute the files needed to run Ghostscript on the target computer. The setup program will look for a folder called GS next to where the setup program is placed on your hard drive or network folder. If it finds a GS folder it will automatically copy the contents to where the printer is installed and create a registry entry so that the printer driver can find the Ghostscript application.

Here is a description of how to create this GS folder.

  1. Locate folder where you have the printer driver setup program.
  2. Create a folder named GS next to the setup program.
  3. Locate a normal installation of Ghostscript installed by the Ghostscript setup program.
  4. Copy the contents of the FONTS, BIN and LIB folders to the created GS folder.
  5. That's it!

Next time you run the setup program it will see the GS folder and install the Ghostscript files with the printer driver. This will save you a lot of time if you have to install this to multiple computers or you want to use the unattended installation.

Hálózati telepítés

If you want to distribute the printer driver to a lot of computers on your enterprise network this section will give you some ideas on how to do that. This part of the documentation assumes that you have read about the unattended installation and distributing GPL Ghostscript.

The problems we want to address in a network rollout are the following:

To solve these problems we have developed the batch file shown here.

@ECHO OFF
@SET SetupFileName=BullZipPDFPrinter(3.0.0.25).exe
@SET VersionName=version3

@SET Destination=%ProgramFiles%\BullZip\PDF Printer
@SET VersionFile=%Destination%\%VersionName%.version

IF NOT EXIST "%VersionFile%" GOTO INSTALL
GOTO NOINSTALL

:INSTALL
@ECHO BullZip PDF Nyomtato telepitese
"%SetupFileName%" /sp /silent /norestart /nocancel
IF ERRORLEVEL==1 GOTO INSTALLERROR
@ECHO   A telepites sikeres

@ECHO Regi verzio fajlok torlese
DEL "%Destination%\*.version"

@ECHO Uj verzio fajl letrehozasa
@ECHO %USERNAME% > "%VersionFile%"
@GOTO END

:NOINSTALL
@ECHO A BullZip PDF Nyomtato mar telepitve van
GOTO END

:INSTALLERROR
@ECHO   A telepites SIKERTELEN

:END

We name this batch file DISTRIB.BAT. If you place this batch file in a folder together with the setup program the installed version can be checked every time you run the batch file. If the version does not match the one set in the VersionName variable the setup program is started. Change the settings in the beginning of the batch file to match your environment. You can include the Ghostscript distribution folder GS together with this if you want to distribute Ghostscript with the batch file.

Hálózati telepítő környezet

 

További leírás található a program angol honlapján

 

Visszatérés a fő oldalra

 

© 2007-2010 BullZip.com Minden jog fenntartva.
A program angol honlapja www.BullZip.com
Fordította Dr. Hegedűs Krisztián www.HegeNet.hu