|
From: Rob M. <ro...@us...> - 2004-12-28 05:56:41
|
That error seems to occur most often when you have a virus checker that gets
excited when it sees cabinet files. Usually people that hit this make sure
their virus checker isn't evaluating the Temp directory. or rather they
redirect the WiX toolset to operate somewhere beside the Temp directory and
tell the virus checker to not look there.
If you don't have a virus checker, then this is probably some other bug.
Does this happen with all MSIs you build?
_____
From: wix...@li...
[mailto:wix...@li...] On Behalf Of Tom Kufeldt
Sent: Friday, December 17, 2004 4:26 PM
To: wix...@li...
Subject: [WiX-users] (no subject)
Hi,
I am receiving this error when I execute the following dark command:
dark.exe : error DARK0047 : Failed to close cab
'C:\Temp\bin\MergeModule.CAB'.
dark /m /f /x bin example.msm example.wxs
example.msm is built with no errors or warnings using wix tools 2.0.2415.0
and it passes the
merge module validation tests in Orca.exe.
Is this a known issue?
Thanks,
Tom Kufeldt
C:\Temp>cscript /nologo WiStream.vbs example.msm
MergeModule.CABinet
SummaryInformation
C:\Temp>dark
Microsoft (R) Windows Installer Xml Decompiler Version 2.0.2415.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.
C:\Temp>candle
Microsoft (R) Windows Installer Xml Compiler version 2.0.2415.0
Copyright (C) Microsoft Corporation 2003. All rights reserved.
PS - Shouldn't the copyright date for the wix tools be 2003 - 2004?
|