Previous     Contents     Index     Next     
Setup Util Programmer's Guide



Chapter 20   Uninstall.h Library Reference


This chapter describes uninstall.h, the library containing logging functions for uninstallation. It contains the following section:

  • Methods



Methods


logUninstallInfo

This method writes uninstallation information to a file. It has the following parameters:

  • serverRoot: The directory in which the server is installed.

  • componentNickName: The component nickname. For example, slapd.

  • moduleNickName: The module nickname. For example, base. Specify NULL if you are not uninstalling a module.

  • fileOrDirName: The filename or directory in which to write the uninstallation log.

void logUninstallInfo(const char *serverRoot, const char
   *componentNickName, const char *moduleNickName, const char
   *fileOrDirName);


Previous     Contents     Index     Next     
Copyright (C) 2005 Red Hat, Inc. All rights reserved.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/

Last Updated September 21, 2001