User login

Who's online

There are currently 0 users and 103 guests online.

Advertisements


SourceForge.net Logo

Install As Service, Working!

Submitted by jmouse888 on Wed, 2006-08-30 00:26.

Running PDFCreator as a service is working!

After I RTFM for the instsrv and srvany, I finnaly got the PDFCreator running as a service on our server. For those don't want to RTFM, just follow these steps (may vary from version to version, ie. NT4 thru 2003):

  1. Install the PDFCreator server mode and make sure it's running correctly.
  2. grab the Resource Kit for your Windows server verison from Microsoft. Just do "Search" on Microsft's site. It's pretty popular.
  3. unpack/install the Resource Kit, and copy instsrv.exe and srvany.exe to C:\WINNT\SYSTEM32 (I like to use the system32 just in case the command is not in the PATH)
  4. install srvany.exe as a service by running following command at the prompt:

    instsrv PDFCreator c:\winnt\system32\srvany.exe

  5. run regedit, and
    • go to HKLM\System\CurrentControlSet\Services\PDFCreator
    • Add a key "Parameters" under PDFCreator
    • in "Parameters", add a string (REG_SZ) value "Application"
    • assign the following to "Application"

      "C:\Program Files\PDFCreator\PDFCreator.exe"
      (or wherever you installed the program)

    • Close regedit
  6. open your Service manager and locate PDFCreator
  7. go to the "Log on" property, ("Startup" button in NT4 and Property->"Log on" tab in Win 2000 and 2003)
  8. do ONE of the following
    • if you need the PDFCreator interface (monitor), select System Account and check "Allow service to interact with Desktop".

      This will show the main window and allow you to see the "queue/monitor". However, the application can be closed even if the primary service appears running.

    • if you don't need the monitor, do not check the "Allow interact...", or select This Account and use an admin user's login.

      Running the service this way will disable the primary interface, but you can still change settings and view logs by using the shortcut provided by the PDFCreator installation in the Start Menu.

  9. Make sure "Startup Type" is set to Automatic
  10. Start the service.

That's it! This will allow the program to run as a service , ie. with or without anybody logged in.

JMouse

Submitted by gclumpkin on Thu, 2006-12-07 21:54.

I work for an engineering firm. Our 30+ CAD users need to plot their drawings sometimes to PDF files to send to clients via e-mail. We have network-based printers and CAD plotter configs for those printers. If I can give all our users the ability to plot to PDF and NOT have to purchase and install Adobe Acrobat on each machine, then the cost savings alone is worth it. Not to mention the upkeep of all those seats of Acrobat (patches) as well as the resource overhead of the software.

Greg

© 2006 by pdfforge.org :: Contact us

Validate XHTML or CSS.