windows-wix-install-20050925
[openafs.git] / src / WINNT / install / loopback / loopbackutils.h
index 74b83fe..a627aca 100644 (file)
@@ -41,6 +41,7 @@ void SetMsiReporter(LPCSTR strAction, LPCSTR strDesc, DWORD h);
 
 #define DRIVER_DESC "Microsoft Loopback Adapter"
 #define DRIVER _T("loopback")
+#define DRIVERHWID _T("*msloop")
 #define MANUFACTURE _T("microsoft")
 #define DEFAULT_NAME _T("AFS")
 #define DEFAULT_IP _T("10.254.254.253")
@@ -71,4 +72,4 @@ void SetMsiReporter(LPCSTR strAction, LPCSTR strDesc, DWORD h);
 #define REPORT_IGNORE 3
 
 extern DWORD dwReporterType;
-extern DWORD hMsiHandle;
\ No newline at end of file
+extern DWORD hMsiHandle;