User login

Who's online

There are currently 0 users and 86 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 Icetea on Mon, 2006-09-11 15:49.

i've the same problem as the other user's before. also when i install pdfcreator with the "new" methode....i still have to start pdf-creator manually and stay logt-in. the serviec are installed and run. any other ideas ? thanks.....

© 2006 by pdfforge.org :: Contact us

Validate XHTML or CSS.