I have a simple Burn installer that is attempting to install two patches. The
markup is like this:
    
 <Chain>
      <MspPackage SourceFile="Patch1.msp" />
      <MspPackage SourceFile="Patch2.msp" />
 </Chain>

The software that it's supposed to update has been installed. If I were to
install the MSP files without using Burn, they install without a problem.
Here is what I see in the Burn log when I include them in the Chain:

/Apply begin
...
Verified acquired payload: Patch1.msp at path: C:\ProgramData\Package
Cache\.unverified\Patch1.msp, moving to: C:\ProgramData\Package
Cache\{4212214D-5903-4C0F-B613-C2E57E0FFB2E}\Patch1.msp.

Verified acquired payload: Patch2.msp at path: C:\ProgramData\Package
Cache\.unverified\Patch2.msp, moving to: C:\ProgramData\Package
Cache\{EB15BC51-EC31-4BB7-91D4-FB2A07D59B2E}\Patch2.msp.

Applied execute package: Patch1.msp, result: 0x0, restart: None
Error 0x800700e8: Failed to write message type to pipe.
Error 0x800700e8: Failed to write send message to pipe.
Error 0x800700e8: Failed to send message to per-machine process.
Error 0x800700e8: Failed to end session in per-machine process.
Error 0x800700e8: Failed to write message type to pipe.
Error 0x800700e8: Failed to write send message to pipe.
Error 0x800700e8: Failed to send message to per-machine process.
Apply complete, result: 0x0, restart: None, ba requested restart:  No
Shutting down, exit code: 0x0 /

Has anyone seen this before? This is using the standard BA,
WixStandardBootstrapperApplication.RtfLicense.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-failing-when-two-MspPackages-tp7580938.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to