>> Files\Content.IE5\PLNL8RII\Install SynthEdit.exe, error: 0x80070642. 
>How did you include this package in your Chain? 

Hi Bob, Thanks for replying. The chain looks like this now (I simplified the
whole thing out of frustration), By itself the msi works. In burn, still
don't work...

   <Chain>
      <MsiPackage
         Id="SetupSynthEdit.msi"
         Compressed="yes"
         Cache="yes"
         SourceFile="../SynthEditSetup/bin/release/SynthEditSetup.msi"
         Vital="yes">
      </MsiPackage>
    </Chain>

Still failing, what does 'absent' mean?

[06AC:043C][2012-09-17T15:42:02]: Detected package: SetupSynthEdit.msi,
state: Absent, cached: None
[06AC:075C][2012-09-17T15:42:09]: Error 0x80004005: Failed to extract all
files from container.


----FULL LOG-----------
[06AC:043C][2012-09-17T15:42:02]: Burn v3.6.3303.0, Windows v5.1 (Build
2600: Service Pack 3), path: C:\Video\Install SynthEdit.exe, cmdline: ''
[06AC:043C][2012-09-17T15:42:02]: Setting string variable 'WixBundleLog' to
value 'C:\DOCUME~1\OEM\LOCALS~1\Temp\SynthEdit_1.2_20120917154202.log'
[06AC:043C][2012-09-17T15:42:02]: Setting string variable
'WixBundleOriginalSource' to value 'C:\Video\Install SynthEdit.exe'
[06AC:043C][2012-09-17T15:42:02]: Setting string variable 'WixBundleName' to
value 'SynthEdit 1.2'
[06AC:043C][2012-09-17T15:42:02]: Detect 1 packages
[06AC:043C][2012-09-17T15:42:02]: Detected package: SetupSynthEdit.msi,
state: Absent, cached: None
[06AC:043C][2012-09-17T15:42:02]: Detect complete, result: 0x0
[06AC:043C][2012-09-17T15:42:05]: Plan 1 packages, action: Install
[06AC:043C][2012-09-17T15:42:05]: Setting string variable
'WixBundleRollbackLog_SetupSynthEdit.msi' to value
'C:\DOCUME~1\OEM\LOCALS~1\Temp\SynthEdit_1.2_20120917154202_0_SetupSynthEdit.msi_rollback.log'
[06AC:043C][2012-09-17T15:42:05]: Setting string variable
'WixBundleLog_SetupSynthEdit.msi' to value
'C:\DOCUME~1\OEM\LOCALS~1\Temp\SynthEdit_1.2_20120917154202_0_SetupSynthEdit.msi.log'
[06AC:043C][2012-09-17T15:42:05]: Planned package: SetupSynthEdit.msi,
state: Absent, default requested: Present, ba requested: Present, execute:
Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[06AC:043C][2012-09-17T15:42:05]: Plan complete, result: 0x0
[06AC:043C][2012-09-17T15:42:05]: Apply begin
[063C:0640][2012-09-17T15:42:06]: Creating a system restore point.
[063C:0640][2012-09-17T15:42:09]: Created a system restore point.
[063C:0640][2012-09-17T15:42:09]: Caching bundle from:
'C:\DOCUME~1\OEM\LOCALS~1\Temp\{775557e7-9b80-4e88-8670-cd080852543a}\.be\Install
SynthEdit.exe' to: 'C:\Documents and Settings\All Users\Application
Data\Package Cache\{775557e7-9b80-4e88-8670-cd080852543a}\Install
SynthEdit.exe'
[063C:0640][2012-09-17T15:42:09]: Registering bundle dependency provider:
{775557e7-9b80-4e88-8670-cd080852543a}, version: 1.2.0.0
[06AC:03F0][2012-09-17T15:42:09]: Acquiring container: WixAttachedContainer,
copy from: C:\Video\Install SynthEdit.exe
[06AC:03F0][2012-09-17T15:42:09]: Setting string variable
'WixBundleLastUsedSource' to value 'C:\Video\'
[06AC:075C][2012-09-17T15:42:09]: Error 0x80004005: Failed to extract all
files from container.
[06AC:03F0][2012-09-17T15:42:09]: Error 0x80004005: Failed to wait for
operation complete.
[06AC:03F0][2012-09-17T15:42:09]: Error 0x80004005: Failed to open
container.
[06AC:03F0][2012-09-17T15:42:09]: Error 0x80004005: Failed to open
container: WixAttachedContainer.
[06AC:03F0][2012-09-17T15:42:09]: Failed to extract payloads from container:
WixAttachedContainer to working path:
C:\DOCUME~1\OEM\LOCALS~1\Temp\{775557e7-9b80-4e88-8670-cd080852543a}\04F8D025EE94CEC3434DB1684D3A0E70B77148EA,
error: 0x80004005.
[06AC:043C][2012-09-17T15:42:09]: Error 0x80004005: Failed while caching,
aborting execution.
[063C:0640][2012-09-17T15:42:09]: Removed bundle dependency provider:
{775557e7-9b80-4e88-8670-cd080852543a}
[063C:0640][2012-09-17T15:42:09]: Removing cached bundle:
{775557e7-9b80-4e88-8670-cd080852543a}, from path: C:\Documents and
Settings\All Users\Application Data\Package
Cache\{775557e7-9b80-4e88-8670-cd080852543a}\
[06AC:043C][2012-09-17T15:42:09]: Apply complete, result: 0x80004005,
restart: None, ba requested restart:  No
---------------FULL source------------
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"; >
        <Bundle Name="SynthEdit 1.2" Version="1.2.0.0" Manufacturer="SynthEdit
Limited" UpgradeCode="B9769DB6-AF27-4462-82CF-E28EEE42CFC4" >

    <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.RtfLicense" >
    </BootstrapperApplicationRef>

    <Chain>
      <MsiPackage
         Id="SetupSynthEdit.msi"
         Compressed="yes"
         Cache="yes"
         SourceFile="../SynthEditSetup/bin/release/SynthEditSetup.msi"
         Vital="yes">
      </MsiPackage>
    </Chain>
        </Bundle>

 </Wix>



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/BURN-prompts-for-a-file-after-installing-NET-why-newbie-tp7580510p7580563.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to