I ran into a problem with wmfdist.exe in HF. Never had this trouble before, and by looking at the code it seems that this may be because of the WMP10 changes. During GUI setup, I got this error:
Quote
(Window Title: Advanced INF Install)
Error creating process <"C:\winnt\system32\logagent.exe" /regserver>. Reason: The system cannot find the file specified.
Which comes from line 168 in WMFSDK.inf in wmfdist.exe:
[RunPost]
"""%11%\logagent.exe""" /RegServer
So I made another run without HFAAO, HFCABS, HFEXPERT, HFSVPCPACK, HFSVCPACK_SW or HFCLEANUP and I still got the error. The file, logagent.exe, is in a reducer and that is reflected in the script. I got the same error with and without that reducer.
In addition, on my test runs with HFCLEANUP taken completely out of the picture, I got a new error that I hadn't seen before:
Quote
(Window Title: Windows Update)
An error ocurred calling "DllRegisterServer" in "C:\winnt\system32\inetcomm.dll". (HRESULT = 80004005)
But adding HFCLEANUP back fixed that (part of the OE reducer).
Back to the wmfdist problem, I also tried adding the cabbed file (logagent.ex_) to FIX but that didn't help. Also tried different Compression Types (A and C) as well as test release 6a and 8a but got the same results.
The only fix for this for me is to remove wmfdist.exe. What am I doing wrong?