Lines Matching full:custom
4 # Build with : nmake /f custom.cpp
5 # Clean with : nmake /f custom.cpp clean
7 # Builds custom.dll
18 DLLFILE = $(OUTPATH)\custom.dll
30 $(DLLFILE): $(OUTPATH)\custom.obj
33 $(OUTPATH)\custom.obj: custom.cpp custom.h
34 $(CC) /c /Fo$@ custom.cpp
40 $(RM) $(OUTPATH)\custom.obj
41 $(RM) $(OUTPATH)\custom.exp
71 * custom.cpp : Dll implementing custom action to install Kerberos for Windows
85 #include "custom.h"
132 /* Set the AllowTGTSessionKey registry keys on install. Called as a deferred custom action. */
137 /* Unset the AllowTGTSessionKey registry keys on uninstall. Called as a deferred custom action. */
266 /* Abort the installation (called as an immediate custom action) */
316 /* Uses the custom table KillProcess. Called as an immediate action. */