\
Tips and Tricks
Tools
MSI (Windows Installer) Platform SDK
SDK TEXT FILES - SUNDRY
SDK: readme.txt (C:\Program Files\Microsoft Platform SDK\Samples\sysmgmt\msi\remove.dll\)
| SDK: readme.txt (C:\Program Files\Microsoft Platform SDK\Samples\sysmgmt\msi\remove.dll\) |
This is an MSI related SDK text file installed via the "Platform SDK" (click to see others).
//+-------------------------------------------------------------------------
//
// 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 create.cpp and process.cpp
//--------------------------------------------------------------------------
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