OpenAFS CVS Commit: openafs/src/WINNT/install/loopback by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Thu, 24 Jun 2004 00:08:57 EDT


Update of /cvs/openafs/src/WINNT/install/loopback
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-tree/src/WINNT/install/loopback

Modified Files:
	NTMakefile loopbackutils.cpp loopbackutils.h 
	renameconnection.cpp wmi.cpp 
Log Message:
DELTA loopback-20040623
AUTHOR asanka@mit.edu

1.  Custom actions should not depend on any library that is not in the Windows distribution.  Change makefile to link
with a static runtime.

2.  Add common reporting mechanism to report ActionData messages back to the MSI process during the loopback
installation.

3.  CoInitializeSecurity can be called only once per process.  When running as a custom action DLL under the MSI process
we won't be able to successfully call this since the MSI process beats us to it.



--- DELTA config follows ---
loopback-20040623 openafs/src/WINNT/install/loopback/NTMakefile 1.2 1.3
loopback-20040623 openafs/src/WINNT/install/loopback/loopbackutils.cpp 1.3 1.4
loopback-20040623 openafs/src/WINNT/install/loopback/loopbackutils.h 1.1 1.2
loopback-20040623 openafs/src/WINNT/install/loopback/renameconnection.cpp 1.1 1.2
loopback-20040623 openafs/src/WINNT/install/loopback/wmi.cpp 1.1 1.2