home *** CD-ROM | disk | FTP | other *** search
/ The Well of Tears - A Gl…: Marshtown & Rowan Green / Crowthistle.iso / setup.jar / 135d89b551e6d970e54bf211a28bdf82 / services.xml < prev    next >
Text File  |  2005-11-17  |  7KB  |  115 lines

  1.  
  2. <services>
  3.     <service name="logService">
  4.         <interface>com.installshield.wizard.service.log.LogService</interface>
  5.         <defaultImpl>com.installshield.wizard.service.log.GenericLogService</defaultImpl>
  6.     </service>
  7.     <service name="wizardInitializeService">
  8.         <interface>com.installshield.wizard.service.initialize.WizardInitializeService</interface>
  9.         <defaultImpl>com.installshield.wizard.service.initialize.GenericWizardInitializeService</defaultImpl>
  10.     </service>
  11.     <service name="fileService">
  12.         <interface>com.installshield.wizard.service.file.FileService</interface>
  13.         <defaultImpl>com.installshield.wizard.service.file.GenericFileService</defaultImpl>
  14.     </service>
  15.     <service name="exitCodeService">
  16.         <interface>com.installshield.wizard.service.exitcode.ExitCodeService</interface>
  17.         <defaultImpl>com.installshield.wizard.service.exitcode.GenericExitCodeService</defaultImpl>
  18.     </service>
  19.     <service name="securityService">
  20.         <interface>com.installshield.wizard.service.security.SecurityService</interface>
  21.         <defaultImpl>com.installshield.wizard.service.security.GenericSecurityService</defaultImpl>
  22.     </service>
  23.     <service name="win32Service">
  24.         <interface>com.installshield.wizard.platform.win32.Win32Service</interface>
  25.         <defaultImpl>com.installshield.wizard.platform.win32.GenericWin32Service</defaultImpl>
  26.     </service>
  27.     <service name="jvmService">
  28.         <interface>com.installshield.wizard.service.jvm.JVMService</interface>
  29.         <defaultImpl>com.installshield.wizard.service.jvm.GenericJVMService</defaultImpl>
  30.     </service>
  31.     <service name="desktopService">
  32.         <interface>com.installshield.product.service.desktop.DesktopService</interface>
  33.         <defaultImpl>com.installshield.product.service.desktop.GenericDesktopService</defaultImpl>
  34.     </service>
  35.     <service name="registryService">
  36.         <interface>com.installshield.product.service.registry.RegistryService</interface>
  37.         <defaultImpl>com.installshield.product.service.registry.GenericRegistryService</defaultImpl>
  38.     </service>
  39.     <service name="win32RegistryService">
  40.         <interface>com.installshield.wizard.platform.win32.Win32RegistryService</interface>
  41.         <defaultImpl>com.installshield.wizard.platform.win32.GenericWin32RegistryService</defaultImpl>
  42.     </service>
  43.     <service name="productService">
  44.         <interface>com.installshield.product.service.product.ProductService</interface>
  45.         <defaultImpl>com.installshield.product.service.product.GenericProductService</defaultImpl>
  46.     </service>
  47.     <service name="systemUtilService">
  48.         <interface>com.installshield.wizard.service.system.SystemUtilService</interface>
  49.         <defaultImpl>com.installshield.wizard.service.system.GenericSystemUtilService</defaultImpl>
  50.     </service>
  51.     <implementor name="logService">
  52.         <interface>com.installshield.wizard.service.log.LogServiceImplementor</interface>
  53.         <defaultImpl>com.installshield.wizard.service.log.PureJavaLogServiceImpl</defaultImpl>
  54.     </implementor>
  55.     <implementor name="wizardInitializeService">
  56.         <interface>com.installshield.wizard.service.initialize.WizardInitializeServiceImplementor</interface>
  57.         <defaultImpl>com.installshield.wizard.service.initialize.PureJavaWizardInitializeServiceImpl</defaultImpl>
  58.         <impl>com.installshield.wizard.platform.win32.Win32WizardInitializeServiceImpl</impl>
  59.     </implementor>
  60.     <implementor name="fileService">
  61.         <interface>com.installshield.wizard.service.file.FileServiceImplementor</interface>
  62.         <defaultImpl>com.installshield.wizard.service.file.PureJavaFileServiceImpl</defaultImpl>
  63.         <impl>com.installshield.wizard.platform.win32.Win32FileServiceImpl</impl>
  64.     </implementor>
  65.     <implementor name="exitCodeService">
  66.         <interface>com.installshield.wizard.service.exitcode.ExitCodeServiceImplementor</interface>
  67.         <defaultImpl>com.installshield.wizard.service.exitcode.PureJavaExitCodeServiceImpl</defaultImpl>
  68.     </implementor>
  69.     <implementor name="securityService">
  70.         <interface>com.installshield.wizard.service.security.SecurityServiceImplementor</interface>
  71.         <defaultImpl>com.installshield.wizard.service.security.PureJavaSecurityServiceImpl</defaultImpl>
  72.         <impl>com.installshield.wizard.platform.win32.Win32SecurityServiceImpl</impl>
  73.     </implementor>
  74.     <implementor name="win32Service">
  75.         <interface>com.installshield.wizard.platform.win32.Win32ServiceImplementor</interface>
  76.         <defaultImpl>com.installshield.wizard.platform.win32.Win32ServiceImpl</defaultImpl>
  77.     </implementor>
  78.     <implementor name="jvmService">
  79.         <interface>com.installshield.wizard.service.jvm.JVMServiceImplementor</interface>
  80.         <defaultImpl>com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl</defaultImpl>
  81.         <impl>com.installshield.wizard.platform.win32.Win32JVMServiceImpl</impl>
  82.     </implementor>
  83.     <implementor name="desktopService">
  84.         <interface>com.installshield.product.service.desktop.DesktopServiceImplementor</interface>
  85.         <defaultImpl>com.installshield.product.service.desktop.PureJavaDesktopServiceImpl</defaultImpl>
  86.         <impl>com.installshield.wizard.platform.win32.Win32DesktopServiceImpl</impl>
  87.     </implementor>
  88.     <implementor name="registryService">
  89.         <interface>com.installshield.product.service.registry.RegistryServiceImplementor</interface>
  90.         <defaultImpl>com.installshield.product.service.registry.PureJavaRegistryServiceImpl</defaultImpl>
  91.         <impl>com.installshield.wizard.platform.win32.Win32PPKRegistryServiceImpl</impl>
  92.     </implementor>
  93.     <implementor name="win32RegistryService">
  94.         <interface>com.installshield.wizard.platform.win32.Win32RegistryServiceImplementor</interface>
  95.         <defaultImpl>com.installshield.wizard.platform.win32.Win32RegistryServiceImpl</defaultImpl>
  96.     </implementor>
  97.     <implementor name="productService">
  98.         <interface>com.installshield.product.service.product.ProductServiceImplementor</interface>
  99.         <defaultImpl>com.installshield.product.service.product.PureJavaProductServiceImpl</defaultImpl>
  100.         <impl>com.installshield.wizard.platform.win32.Win32ProductServiceImpl</impl>
  101.     </implementor>
  102.     <implementor name="systemUtilService">
  103.         <interface>com.installshield.wizard.service.system.SystemUtilServiceImplementor</interface>
  104.         <defaultImpl>com.installshield.wizard.service.system.PureJavaSystemUtilServiceImpl</defaultImpl>
  105.         <impl>com.installshield.wizard.platform.win32.Win32SystemUtilServiceImpl</impl>
  106.     </implementor>
  107.     <stringResolverMethod className="com.installshield.wizard.service.file.NormalizeMethod"/>
  108.     <stringResolverMethod className="com.installshield.wizard.JavaPropertiesMethod"/>
  109.     <stringResolverMethod className="com.installshield.wizard.service.system.EnvironmentVariableMethod"/>
  110.     <stringResolverMethod className="com.installshield.wizard.service.file.NamedDirectoryMethod"/>
  111.     <stringResolverMethod className="com.installshield.util.LocalizedStringResolver"/>
  112.     <stringResolverMethod className="com.installshield.product.service.product.ProductBeanPropertyMethod"/>
  113.     <stringResolverMethod className="com.installshield.wizard.service.file.PathMethod"/>
  114.     <resourcePath/>
  115. </services>