Hi,
 
I would like to install a driver via a provided setup.exe with burn. It
seems like .cat, .inf and .sys files are not properly handled. I guess
the Error 0x8007002 is the problem but I'm not sure. Tried to debug, but
could only find that something happens when burn tries to elevate while
handling the payload.
Guess it is something really obvious, but now already spent 3 days on
it and can't get it working.
 
Thanks and regards
Jan
 
 
Here the bundle:
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Bundle Name="Fluchttürkonfigurator" Version="1.0.0.0"
Manufacturer="my KG"
                  UpgradeCode="dcecf18d-a2c1-46e1-b707-c523dca78e1f">
           <BootstrapperApplicationRef
Id="WixStandardBootstrapperApplication.HyperlinkLicense" />
    <WixVariable Id="WixStdbaLicenseUrl" Value=""/>
           <Chain>
          <ExePackage Id="Driver_64"
SourceFile="Driver_v661\CP210xVCPInstaller_x64.exe" Compressed="yes"
                                  InstallCondition="VersionNT64"
Permanent="yes" SuppressSignatureVerification="no" PerMachine="yes"
                                  Cache="yes">
            <Payload Id="slabvcp.inf" Name="slabvcp.inf"
SourceFile="Driver_v661\slabvcp.inf" Compressed="yes"/>
            <Payload Id="slabvcp.cat" Name="slabvcp.cat"
SourceFile="Driver_v661\slabvcp.cat" Compressed="yes"/>
            <Payload Id="dpinst.xml" Name="dpinst.xml"
SourceFile="Driver_v661\dpinst.xml" Compressed="yes"/>
            <Payload Id="x64\silabenm.sys" Name="x64\silabenm.sys"
SourceFile="Driver_v661\x64\silabenm.sys" Compressed="yes"/>
            <Payload Id="x64\silabser.sys" Name="x64\silabser.sys"
SourceFile="Driver_v661\x64\silabser.sys" Compressed="yes"/>
            <Payload Id="x64\WdfCoInstaller01009.dll"
Name="x64\WdfCoInstaller01009.dll"
SourceFile="Driver_v661\x64\WdfCoInstaller01009.dll" Compressed="yes"/>
          </ExePackage>
           </Chain>
    </Bundle>
</Wix>
 
And here the log:
[1348:0E50][2014-11-11T16:55:57]i001: Burn v3.8.1128.0, Windows v6.1
(Build 7601: Service Pack 1), path:
D:\MechatronicTFS\Fluchttür_Main\FTKonfigurator_WPFApplication\FTKonfigurator_SetupBootstrapper\bin\Debug\Setup.exe,
cmdline: ''
[1348:0E50][2014-11-11T16:55:57]i000: Setting string variable
'WixBundleLog' to value
'C:\Users\DEVELO~1\AppData\Local\Temp\Fluchttürkonfigurator_20141111165557.log'
[1348:0E50][2014-11-11T16:55:57]i000: Setting string variable
'WixBundleOriginalSource' to value
'D:\MechatronicTFS\Fluchttür_Main\FTKonfigurator_WPFApplication\FTKonfigurator_SetupBootstrapper\bin\Debug\Setup.exe'
[1348:0E50][2014-11-11T16:55:57]i000: Setting string variable
'WixBundleName' to value 'DCS Fluchttürkonfigurator'
[1348:0E50][2014-11-11T16:55:57]i100: Detect begin, 1 packages
[1348:0E50][2014-11-11T16:55:57]w120: Detected partially cached
package: Driver_64, invalid payload: slabvcp.cat, reason: 0x80070570
[1348:0E50][2014-11-11T16:55:57]w120: Detected partially cached
package: Driver_64, invalid payload: slabvcp.inf, reason: 0x80070570
[1348:0E50][2014-11-11T16:55:57]w120: Detected partially cached
package: Driver_64, invalid payload: x64\WdfCoInstaller01009.dll,
reason: 0x80070570
[1348:0E50][2014-11-11T16:55:57]w120: Detected partially cached
package: Driver_64, invalid payload: x64\silabenm.sys, reason:
0x80070570
[1348:0E50][2014-11-11T16:55:57]w120: Detected partially cached
package: Driver_64, invalid payload: x64\silabser.sys, reason:
0x80070570
[1348:0E50][2014-11-11T16:55:57]i101: Detected package: Driver_64,
state: Absent, cached: Partial
[1348:0E50][2014-11-11T16:55:57]i199: Detect complete, result: 0x0
[1348:13FC][2014-11-11T16:55:58]i000: Setting numeric variable
'EulaAcceptCheckbox' to value 0
[1348:0E50][2014-11-11T16:55:58]i200: Plan begin, 1 packages, action:
Install
[1348:0E50][2014-11-11T16:55:58]i052: Condition 'VersionNT64' evaluates
to true.
[1348:0E50][2014-11-11T16:55:58]w321: Skipping dependency registration
on package with no dependency providers: Driver_64
[1348:0E50][2014-11-11T16:55:58]i000: Setting string variable
'WixBundleLog_Driver_64' to value
'C:\Users\DEVELO~1\AppData\Local\Temp\Fluchttürkonfigurator_20141111165557_0_Driver_64.log'
[1348:0E50][2014-11-11T16:55:58]i201: Planned package: Driver_64,
state: Absent, default requested: Present, ba requested: Present,
execute: Install, rollback: None, cache: Yes, uncache: No, dependency:
None
[1348:0E50][2014-11-11T16:55:58]i299: Plan complete, result: 0x0
[1348:0E50][2014-11-11T16:55:58]i300: Apply begin
[0128:1A1C][2014-11-11T16:56:05]i360: Creating a system restore point.
[0128:1A1C][2014-11-11T16:56:16]i361: Created a system restore point.
[0128:1A1C][2014-11-11T16:56:19]i000: Caching bundle from:
'C:\Users\DEVELO~1\AppData\Local\Temp\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\.be\Setup.exe'
to: 'C:\ProgramData\Package
Cache\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\Setup.exe'
[0128:1A1C][2014-11-11T16:56:19]i320: Registering bundle dependency
provider: {582ec829-7290-48e9-b6c9-00bc9f50eafd}, version: 1.0.0.0
[0128:0FA4][2014-11-11T16:56:19]i304: Verified existing payload:
Driver_64 at path: C:\ProgramData\Package
Cache\764C64BC23C7700DD07DAEBD968CE73154860964\CP210xVCPInstaller_x64.exe.
[0128:0FA4][2014-11-11T16:56:19]i304: Verified existing payload:
dpinst.xml at path: C:\ProgramData\Package
Cache\764C64BC23C7700DD07DAEBD968CE73154860964\dpinst.xml.
[0128:0FA4][2014-11-11T16:56:20]e000: Error 0x80070002: Failed to find
payload: slabvcp.cat in working path:
C:\Users\DEVELO~1\AppData\Local\Temp\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\slabvcp.cat
and unverified path: C:\ProgramData\Package
Cache\.unverified\slabvcp.cat
[0128:0FA4][2014-11-11T16:56:20]e000: Error 0x80070002: Failed to cache
payload: slabvcp.cat
[1348:1274][2014-11-11T16:56:20]e314: Failed to cache payload:
slabvcp.cat from working path:
C:\Users\DEVELO~1\AppData\Local\Temp\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\slabvcp.cat,
error: 0x80070002.
[1348:1274][2014-11-11T16:56:20]e349: Application requested retry of
payload: slabvcp.cat, encountered error: 0x80070002. Retrying...
[1348:18C0][2014-11-11T16:56:20]e000: Error 0x80070003: Failed to
create file:
C:\Users\DEVELO~1\AppData\Local\Temp\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\x64\silabenm.sys
[1348:18C0][2014-11-11T16:56:20]e000: Error 0x80070003: Failed to
extract all files from container, erf: 1:B:0
[1348:1274][2014-11-11T16:56:20]e000: Error 0x80070003: Failed to begin
and wait for operation.
[1348:1274][2014-11-11T16:56:20]e000: Error 0x80070003: Failed to
extract payload: a3 from container: WixAttachedContainer
[1348:1274][2014-11-11T16:56:20]e312: Failed to extract payloads from
container: WixAttachedContainer to working path:
D:\MechatronicTFS\Fluchttür_Main\FTKonfigurator_WPFApplication\FTKonfigurator_SetupBootstrapper\bin\Debug\Setup.exe,
error: 0x80070003.
[1348:0E50][2014-11-11T16:56:20]e000: Error 0x80070003: Failed while
caching, aborting execution.
[0128:1A1C][2014-11-11T16:56:20]i330: Removed bundle dependency
provider: {582ec829-7290-48e9-b6c9-00bc9f50eafd}
[0128:1A1C][2014-11-11T16:56:20]i352: Removing cached bundle:
{582ec829-7290-48e9-b6c9-00bc9f50eafd}, from path:
C:\ProgramData\Package Cache\{582ec829-7290-48e9-b6c9-00bc9f50eafd}\
[1348:0E50][2014-11-11T16:56:20]i399: Apply complete, result:
0x80070003, restart: None, ba requested restart:  No
 



Schüco International KG
Sitz der Gesellschaft und Registergericht: Bielefeld
Handelsregister: HRA 8135
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to