IMSCEPSetup::PreUnInstall method (casetup.h)

The PreUnInstall method removes registry and IIS settings for the Network Device Enrollment Service (NDES) role.

Syntax

HRESULT PreUnInstall();

Return value

None

Remarks

You can use this method to support an uninstall of an NDES role. The role must be already installed on the computer. This method should be called before calling the role-specific component-based servicing (CBS) uninstall process.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header casetup.h
DLL Certocm.dll

See also

IMSCEPSetup