//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, all rights reserved // // Notes: DLL custom action sample , must be used in conjunction with the DLL // custom actions included in process.cpp and remove.cpp //-------------------------------------------------------------------------- Building the sample The sample can be built by running the following command from a Platform SDK build environment window: nmake In order to build the sample clean, the following commands should be used: nmake clean nmake