|
From: Tom K. <tku...@ho...> - 2004-12-28 07:45:08
|
I will look into the virus checker. I did forget to mention that I am =
able to decompile the msi I build using the Installer SDK scripts.
Thank-you,
tomk.
----- Original Message -----=20
From: Rob Mensching<mailto:ro...@us...>=20
To: 'Tom Kufeldt'<mailto:tku...@ho...> ; =
wix...@li...<mailto:wix...@li...>=20
Sent: Monday, December 27, 2004 9:50 PM
Subject: RE: [WiX-users] (no subject)
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=20
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?
|