Author Topic: custom installers  (Read 3574 times)

turi

  • Full Member
  • ***
  • Posts: 11
custom installers
« on: April 27, 2006, 05:10:26 PM »
We are planning to make some changes to the job types (to enable path translations for our windows farm) and configurations etc when we distribute them to our users. This will enable us to provide them with pre-built configuration files etc to better manage the end users. So my question is do you allow us to do that? If so then could you let me know the package structure for both windows (including registry info) and Mac?

anthony

  • Senior Software Engineer
  • Hero Member
  • *****
  • Posts: 183
Re: custom installers
« Reply #1 on: April 25, 2007, 10:23:16 AM »
Hey Turi,

     Actually the format for jobtypes is just the directory of your job type placed in the worker_template_path.  This is typically set to:

  C:\Program Files\pfx\jobtypes;C:\Program Files\pfx\qube\types

     Since all of qube's tools use this path, the worker will automatically find your job type and use it.  You might also consider adding a network path to your worker_template_path to make distribution easier.

      Thanks,
           Anthony