Difference between revisions of "Ntsetup"

From Krupczak.org
Jump to: navigation, search
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
''ntsetup'' is a win32 console application that installs/configures the Cartographer agent to run as a Windows service.
+
''ntsetup'' is a win32 console application that installs/configures the Cartographer agent to run as a Windows service.  It does so by connecting to the underlying system's service control manager to manipulate the list of Windows services (daemons).  If you install Cartographer via the graphical (''next-next-next'') installer, this ''ntsetup'' need not be run.
  
 
= Usage =
 
= Usage =
 +
 +
ntsetup.exe [-h] [-v] [-t target] -[list|create|delete|status]
 +
 +
'''Arguments and Options:'''
 +
 +
* ''-h'' displays help and usage information
 +
* ''-v'' enables verbose output
 +
* ''-t target'' instructs ntsetup to connect to ''target'' machine's service control manager.  The default is the local host.
 +
* ''-list'' list installed/configured services.
 +
* ''-create'' create the Cartographer service entry and configure it for automatic startup.
 +
* ''-delete'' delete the Cartographer service entry from the list.
 +
* ''-status'' verify the Cartographer service and display any warnings or incorrect settings.
 +
 +
To install the Cartographer service after initial download, execute the following command:
 +
 +
<pre>
 +
.\ntsetup.exe -v -create
 +
.\ntsetup.exe -v -status
 +
</pre>
  
 
= Dependencies =
 
= Dependencies =
 +
 +
The application should be run within the installation directory (e.g. ''c:\program files\cartographer'').  ''ntsetup'' does not have any library dependencies other than normal system DLLs.
  
 
= See Also =
 
= See Also =
 +
 +
* [[XMP]]
 +
* [[Cartographer]]
 +
* [[Distributions]]

Latest revision as of 15:48, 25 September 2009

ntsetup is a win32 console application that installs/configures the Cartographer agent to run as a Windows service. It does so by connecting to the underlying system's service control manager to manipulate the list of Windows services (daemons). If you install Cartographer via the graphical (next-next-next) installer, this ntsetup need not be run.

[edit] Usage

ntsetup.exe [-h] [-v] [-t target] -[list|create|delete|status]

Arguments and Options:

  • -h displays help and usage information
  • -v enables verbose output
  • -t target instructs ntsetup to connect to target machine's service control manager. The default is the local host.
  • -list list installed/configured services.
  • -create create the Cartographer service entry and configure it for automatic startup.
  • -delete delete the Cartographer service entry from the list.
  • -status verify the Cartographer service and display any warnings or incorrect settings.

To install the Cartographer service after initial download, execute the following command:

.\ntsetup.exe -v -create
.\ntsetup.exe -v -status

[edit] Dependencies

The application should be run within the installation directory (e.g. c:\program files\cartographer). ntsetup does not have any library dependencies other than normal system DLLs.

[edit] See Also

Personal tools