Discussion:
[WiX-users] Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'
Miller, Bill (QuickWire)
2013-07-04 17:08:36 UTC
Permalink
Hi all, I have an issue with ONE user running my shiny new wix bundle.
The error (0x80004005) as we all know is Access Denied, I've tried extensively to reproduce this for a couple days now and I'm at a loss.
Any errors like this I've found refer to signed bundles -- which I don't do (msi or exe).

Here's some info about the system having the issue:
Windows 2003 R2 SP2 (v5.2.3790)
An older bundle was installed, as well as a separate older (main) MSI.
The system has an AV on it (Vipre Business) - I asked the user to disable it for the install but I'm not sure they've actually done it.
User is logged in as local admin.
OS is patched up to date and has Root Certificates installed - if that's required for unsigned bundles, just saying.

Here's a snippet from the burn log, all previous entries show exactly as expected (ie identical to a working install)

[0DB8:0DBC][2013-07-03T09:17:57]i000: Caching bundle from: 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\1\{8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}\.be\QW_Server_v6.54.1.exe' to: 'C:\Documents and Settings\All Users\Application Data\Package Cache\{8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}\QW_Server_v6.54.1.exe'
[0DB8:0DBC][2013-07-03T09:17:57]i320: Registering bundle dependency provider: {8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}, version: 6.54.1.0
[0D7C:0E10][2013-07-03T09:17:57]i336: Acquiring container: WixAttachedContainer, copy from: C:\Documents and Settings\Administrator\Desktop\Quickwire Items\6-54-1\QW_Server_v6.54.1.exe
[0D7C:0E10][2013-07-03T09:17:57]i000: Setting string variable 'WixBundleLastUsedSource' to value 'C:\Documents and Settings\Administrator\Desktop\Quickwire Items\6-54-1\'
[0D7C:0E14][2013-07-03T09:17:57]e000: Error 0x80004005: Failed to extract all files from container.


So here is a snippet from a log that worked fine running on the same OS:

[0F98:0F6C][2013-07-04T12:10:37]i000: Caching bundle from: 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\{8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}\.be\QW_Server_v6.54.1.exe' to: 'C:\Documents and Settings\All Users\Application Data\Package Cache\{8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}\QW_Server_v6.54.1.exe'
[0F98:0F6C][2013-07-04T12:10:37]i320: Registering bundle dependency provider: {8dc70ff1-c6e5-43d3-b30f-97f2be8765ab}, version: 6.54.1.0
[0F98:0ED4][2013-07-04T12:10:44]i305: Verified acquired payload: QW_Server_v6.54.1_x86.msi at path: C:\Documents and Settings\All Users\Application Data\Package Cache\.unverified\QW_Server_v6.54.1_x86.msi, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache\{0B46DA8B-EDA7-43B9-B3F1-70633F4401A5}v6.54.1\QW_Server_v6.54.1_x86.msi.
[0F98:0F6C][2013-07-04T12:10:44]i323: Registering package dependency provider: {0B46DA8B-EDA7-43B9-B3F1-70633F4401A5}, version: 6.54.1, package: QW_Server_v6.54.1_x86.msi
[0F98:0F6C][2013-07-04T12:10:45]i301: Applying execute package: QW_Server_v6.54.1_x86.msi, action: Install, path: C:\Documents and Settings\All Users\Application Data\Package Cache\{0B46DA8B-EDA7-43B9-B3F1-70633F4401A5}v6.54.1\QW_Server_v6.54.1_x86.msi, arguments: ' MSIFASTINSTALL="7" SKIPLICENSE="1"'


Everything blows up after the ": Registering bundle dependency provider" message.
The failed install then logs "Acquiring container" and sets the last "WixBundleLastUsedSource' variable.
This is a production machine so I don't have access to it. It seems that Burn is looking for the previous bundle or something?

Try as I might I cannot reproduce this.
I had the user manually uninstall (via ARP) the previous bundle and the MSI (that was installed later separately) but re-install fails the same.
I created a Win 2003 VM and try as I might I cannot reproduce the issue. In fact Burn works perfectly regardless of what I throw at it.
I've tried deleting the temp & Package Cache folders and everything runs fine (had the user do that as well).
I've even removed access to the SYSTEM user to these folders and managed a failed extraction but the log was different (and obvious).
I've also installed their AV and couldn't get it to fail - not that I really expected it to.
All packages in my Bundle are set to NOT uninstall with the Bundle. Maybe this isn't very 'bundlely' of me but my MSI has its own interface and can be installed separately.
That said, when I run a new bundle everything updates perfectly as expected.

I'm getting around this by simply sending the user the MSI - since all perquisites are installed.
I love the 'Bundle' idea, took me awhile but it's the smart way to go...

Any ideas about what to look for or a next step?
Is there a known sequence of operations that can cause this? - I read about renaming MSI's then installing,deleting and uninstalling etc, but Burn handled it ALL with a burp.
Can I waste a registry entry somewhere to get by this?

I'm terrified this will pop up elsewhere and I'm not used to having zero answers for my users.
This is my one and only wix problem for a pretty large install (120+ meg).

Thanks to anyone who made it this far.
Bill
TimM
2013-07-22 14:49:50 UTC
Permalink
Bill, did you ever get this working?

I have seen some other posts on this and some of the answers seem to suggest
that the issue is that the bundle is not signed correctly.

All our Chained MSI packages are signed as well as the bundle and we are
still getting these errors.

In my original testing of the bunder I was building it myself on my
developer machine and therefore none of the .msi packages or bunder were
signed and therefore for the msi packages I set the following:
SuppressSignatureVerification="yes"

This allowed the install to work, but as soon as we apply signing to the
bunder then we get the 0x80004005 errors.

So if you did get this working what method did you use?

Thanks,

Tim.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587486.html
Sent from the wix-users mailing list archive at Nabble.com.
TimM
2013-07-22 21:55:53 UTC
Permalink
Okay tried a few thing suggested in to following web page, but still no go...
Still same 0x80004005 error on extraction of files.

Is there a command line that we can call to manually extract all files
within the Burn bootstrapper .exe so that we can verify that the files are
actually in the .exe file?

Thanks.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587505.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2013-07-23 03:39:25 UTC
Permalink
dark.exe can extract the files. This error has been intermittent. If you
have a consistent repro, it would be awesome if you could use Process
Monitor to capture everything going on through the failure. Then put the
.pml file and the corresponding burn.log somewhere and I'd like to take a
look.
Post by TimM
Okay tried a few thing suggested in to following web page, but still no go...
Still same 0x80004005 error on extraction of files.
Is there a command line that we can call to manually extract all files
within the Burn bootstrapper .exe so that we can verify that the files are
actually in the .exe file?
Thanks.
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587505.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
TimM
2013-07-23 20:30:00 UTC
Permalink
Hello Rob,

I forwarded an email to you with .zip file that contains the Process Monitor
and burn logs. Let me know if you did not get it and if not then let me know
where I can post this file for you to review.

We really need to get this bundle signing done as at the moment testing can
not test the app/install until we get signing fixed or turn it off
completely.

Thanks.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587532.html
Sent from the wix-users mailing list archive at Nabble.com.
Hoover, Jacob
2013-07-23 21:10:20 UTC
Permalink
If you could get the logs posted I am sure a few others would take a look at them as well. If you don't have your own hosting, you could use tools like SkyDrive or DropBox to share the logs.

-----Original Message-----
From: TimM [mailto:***@smarttech.com]
Sent: Tuesday, July 23, 2013 3:30 PM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

Hello Rob,

I forwarded an email to you with .zip file that contains the Process Monitor and burn logs. Let me know if you did not get it and if not then let me know where I can post this file for you to review.

We really need to get this bundle signing done as at the moment testing can not test the app/install until we get signing fixed or turn it off completely.

Thanks.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587532.html
Sent from the wix-users mailing list archive at Nabble.com.
TimM
2013-07-23 21:42:50 UTC
Permalink
Okay I have placed the .zip file in my dropbox:
https://www.dropbox.com/home/Shared?select=ErrorLogfile.zip#!/home/Shared?select=ErrorLogfile.zip

So if this will help determine what is wrong with signing of our bundle then
that would be great.

If there are any other methods to signing a Burn bundle that could help with
our issues then could you point me in the right direction?

Thanks.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587534.html
Sent from the wix-users mailing list archive at Nabble.com.
Hoover, Jacob
2013-07-23 21:47:01 UTC
Permalink
That's not a proper link, click on the Share Link option in drop box and it will give you a URL (with a bunch of random or checksum based info in it). Ex: https://www.dropbox.com/s/jcr5mu6q8rqwrg9/...

-----Original Message-----
From: TimM [mailto:***@smarttech.com]
Sent: Tuesday, July 23, 2013 4:43 PM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

Okay I have placed the .zip file in my dropbox:
https://www.dropbox.com/home/Shared?select=ErrorLogfile.zip#!/home/Shared?select=ErrorLogfile.zip

So if this will help determine what is wrong with signing of our bundle then that would be great.

If there are any other methods to signing a Burn bundle that could help with our issues then could you point me in the right direction?

Thanks.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587534.html
Sent from the wix-users mailing list archive at Nabble.com.
TimM
2013-07-24 12:06:21 UTC
Permalink
Sorry about that....

Try this link: https://www.dropbox.com/s/5ersyy950w54fdy/ErrorLogfile.zip



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587541.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2013-07-24 17:28:18 UTC
Permalink
Hmm, well, certainly seems to be something going wrong but can't tell what
exactly based on the log files. Would be a great idea to open a bug with as
many details about the issue as possible.
Post by TimM
Sorry about that....
Try this link: https://www.dropbox.com/s/5ersyy950w54fdy/ErrorLogfile.zip
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587541.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
TimM
2013-07-25 17:17:37 UTC
Permalink
Okay we think we have this fixed now.

Our MSBuild target file had the following:

<Target Name="SignBundle">
<MSBuild.ExtensionPack.Framework.MSBuildHelper
TaskAction="StringToItemCol" ItemString="$(TargetPath)" Separator=";">
<Output TaskParameter="OutputItems" ItemName="TargetPathItem"/>
</MSBuild.ExtensionPack.Framework.MSBuildHelper>
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) /d
"%(TargetPathItem.filename)%(TargetPathItem.extension)"
"%(TargetPathItem.Identity)"'
/>
</Target>

and this was causing the issue. We change it to the following and so far it
seems to be working:

<Target Name="SignBundle">
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) "@(SignBundle)"'
/>
</Target>

<Target Name="SignBundleEngine">
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) "@(SignBundleEngine)"'
/>
</Target>

We'll do a bit more testing to verify, but so far it seems to have fixed the
issue.




--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587595.html
Sent from the wix-users mailing list archive at Nabble.com.
Rob Mensching
2013-07-25 18:16:23 UTC
Permalink
Arg! I thought that bug was fixed to give a better error message. Jacob, if
you're still interested, that's the bug to fix. To implement a better error
message in the log that I thought was already there. <smile/> Interested?
Post by TimM
Okay we think we have this fixed now.
<Target Name="SignBundle">
<MSBuild.ExtensionPack.Framework.MSBuildHelper
TaskAction="StringToItemCol" ItemString="$(TargetPath)" Separator=";">
<Output TaskParameter="OutputItems" ItemName="TargetPathItem"/>
</MSBuild.ExtensionPack.Framework.MSBuildHelper>
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) /d
"%(TargetPathItem.filename)%(TargetPathItem.extension)"
"%(TargetPathItem.Identity)"'
/>
</Target>
and this was causing the issue. We change it to the following and so far it
<Target Name="SignBundle">
<Exec
Condition="'$(SignThisFile)' != 'false'"
/>
</Target>
<Target Name="SignBundleEngine">
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs)
/>
</Target>
We'll do a bit more testing to verify, but so far it seems to have fixed the
issue.
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587595.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
TimM
2013-07-23 18:58:36 UTC
Permalink
Hello Rob,

This signing is becoming a real pain. If we do not sign the Burn .exe then the install will continue as expected, but when signed we always get this 0x80004005 error.

Here what we are using in a MSBuilt .target file:

<!-- overriding SignBundle in wix2010.targets (from $(SMART_LIB)\tpl\win\wix\3.6.2928.0_RC\wix) -->
<Target Name="SignBundle">
<MSBuild.ExtensionPack.Framework.MSBuildHelper TaskAction="StringToItemCol" ItemString="$(TargetPath)" Separator=";">
<Output TaskParameter="OutputItems" ItemName="TargetPathItem"/>
</MSBuild.ExtensionPack.Framework.MSBuildHelper>
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) /d "%(TargetPathItem.filename)%(TargetPathItem.extension)" "%(TargetPathItem.Identity)"'
/>
</Target>
<Target Name="SignBundleEngine">
<MSBuild.ExtensionPack.Framework.MSBuildHelper TaskAction="StringToItemCol" ItemString="$(TargetPath)" Separator=";">
<Output TaskParameter="OutputItems" ItemName="TargetPathItem"/>
</MSBuild.ExtensionPack.Framework.MSBuildHelper>
<Exec
Condition="'$(SignThisFile)' != 'false'"
Command = '"$(SignToolCommand)" $(SignToolArgs) /d "%(TargetPathItem.filename)%(TargetPathItem.extension)" "%(TargetPathItem.Identity)"'
/>
</Target>

This will look correctly signed after the build, but as stated it will cause the 0x80004005 error.

Now I ran it through Process Monitor and therefore collected the .pml and burn logs. I have them attached through a .zip file so if this does not come through then let me know where I can put these files so that you can have access to them.

Thanks for looking into this for me.

From: robmen [via Windows Installer XML (WiX) toolset] [mailto:ml-node+***@n2.nabble.com]
Sent: Monday, July 22, 2013 9:41 PM
To: Tim Mayert
Subject: [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

dark.exe can extract the files. This error has been intermittent. If you
have a consistent repro, it would be awesome if you could use Process
Monitor to capture everything going on through the failure. Then put the
.pml file and the corresponding burn.log somewhere and I'd like to take a
look.
Post by TimM
Okay tried a few thing suggested in to following web page, but still no
go...
Still same 0x80004005 error on extraction of files.
Is there a command line that we can call to manually extract all files
within the Burn bootstrapper .exe so that we can verify that the files are
actually in the .exe file?
Thanks.
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587505.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587507&i=1>
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587507&i=2>
https://lists.sourceforge.net/lists/listinfo/wix-users

________________________________
If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587507.html
To unsubscribe from Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.', click here<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7587152&code=VGltTWF5ZXJ0QHNtYXJ0dGVjaC5jb218NzU4NzE1MnwtMTcxMzc3MTUwNA==>.
NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>


ErrorLogfile.zip (7M) <http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/attachment/7587522/0/ErrorLogfile.zip>




--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-SPAM-Re-Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587522.html
Sent from the wix-users mailing list archive at Nabble.com.
TimM
2013-07-24 20:46:49 UTC
Permalink
Rob, where do I go to create a bug for this?

As a side not we are using just the standard Burn UI - License dialog box and option directory dialog box and we need to have these translated if running in a different language. So what do I have to add or modify so that I can get the standard UI to be translated. If we have to translated it then what files do I create, where do I create them so they are picked up by the build and do you have a sample file that I can review to see what needs to be done?

Thanks.

From: robmen [via Windows Installer XML (WiX) toolset] [mailto:ml-node+***@n2.nabble.com]
Sent: Wednesday, July 24, 2013 11:30 AM
To: Tim Mayert
Subject: [SPAM] Re: [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

Hmm, well, certainly seems to be something going wrong but can't tell what
exactly based on the log files. Would be a great idea to open a bug with as
many details about the issue as possible.
Post by TimM
Sorry about that....
Try this link: https://www.dropbox.com/s/5ersyy950w54fdy/ErrorLogfile.zip
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587541.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587561&i=1>
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587561&i=2>
https://lists.sourceforge.net/lists/listinfo/wix-users

________________________________
If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587561.html
To unsubscribe from Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.', click here<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7587152&code=VGltTWF5ZXJ0QHNtYXJ0dGVjaC5jb218NzU4NzE1MnwtMTcxMzc3MTUwNA==>.
NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-SPAM-Re-SPAM-Re-Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587565.html
Sent from the wix-users mailing list archive at Nabble.com.
Hoover, Jacob
2013-07-24 21:27:22 UTC
Permalink
Tim,
Wixtoolset.org has a link to the bug tracker.

As for localizing, you would need to create a WXL file for the bundle. When you include it in the payload via a Payload element, I believe they all need the same file name but should be located in LCID specific sub folders. As for the naming of the file, I would assume it would depend on the BA but odds are for WixStdBA it would be thm.wxl. If you were using a managed BA, then to localize the prereq BA the file name is different.

I've taken some interest in your bug, but was wondering if you were able to compile the toolset (if I were to supply you with patches with more verbose logging).

-----Original Message-----
From: TimM [mailto:***@smarttech.com]
Sent: Wednesday, July 24, 2013 3:47 PM
To: wix-***@lists.sourceforge.net
Subject: Re: [WiX-users] [SPAM] Re: [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

Rob, where do I go to create a bug for this?

As a side not we are using just the standard Burn UI - License dialog box and option directory dialog box and we need to have these translated if running in a different language. So what do I have to add or modify so that I can get the standard UI to be translated. If we have to translated it then what files do I create, where do I create them so they are picked up by the build and do you have a sample file that I can review to see what needs to be done?

Thanks.

From: robmen [via Windows Installer XML (WiX) toolset] [mailto:ml-node+***@n2.nabble.com]
Sent: Wednesday, July 24, 2013 11:30 AM
To: Tim Mayert
Subject: [SPAM] Re: [SPAM] Re: Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.'

Hmm, well, certainly seems to be something going wrong but can't tell what exactly based on the log files. Would be a great idea to open a bug with as many details about the issue as possible.
Post by TimM
Sorry about that....
https://www.dropbox.com/s/5ersyy950w54fdy/ErrorLogfile.zip
--
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-
Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp758
7152p7587541.html Sent from the wix-users mailing list archive at
Nabble.com.
----------------------------------------------------------------------
-------- See everything from the browser to the database with
AppDynamics Get end-to-end visibility with application monitoring from
AppDynamics Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.c
lktrk _______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587561&i=1>
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=7587561&i=2>
https://lists.sourceforge.net/lists/listinfo/wix-users

________________________________
If you reply to this email, your message will be added to the discussion below:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587152p7587561.html
To unsubscribe from Wix 3.7 Burn error '0x80004005: Failed to extract all files from container.', click here<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7587152&code=VGltTWF5ZXJ0QHNtYXJ0dGVjaC5jb218NzU4NzE1MnwtMTcxMzc3MTUwNA==>.
NAML<http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/RE-SPAM-Re-SPAM-Re-Wix-3-7-Burn-error-0x80004005-Failed-to-extract-all-files-from-container-tp7587565.html
Sent from the wix-users mailing list archive at Nabble.com.
Loading...