afslogon-wix-cleanup-20040715
[openafs.git] / src / WINNT / install / loopback / loopbackutils.cpp
index 7ec3e4b..b3eebe3 100644 (file)
@@ -696,14 +696,17 @@ extern "C" void SetMsiReporter(LPCSTR strAction, LPCSTR strDesc,DWORD h) {
        dwReporterType = REPORT_MSI;
        hMsiHandle = h;
 
+#ifdef DONT_NEED
+    /* this is performed in the Wix installer */
        MSIHANDLE hRec = MsiCreateRecord(4);
-       
-       MsiRecordClearData(hRec);
+  
+    MsiRecordClearData(hRec);
        MsiRecordSetStringA(hRec,1,strAction);
        MsiRecordSetStringA(hRec,2,strDesc);
        MsiRecordSetStringA(hRec,3,"[1]:([2])([3])([4])");
 
        MsiProcessMessage(h,INSTALLMESSAGE_ACTIONSTART, hRec);
-
-       MsiCloseHandle(hRec);
+       
+    MsiCloseHandle(hRec);
+#endif
 }