[wix-devs] [wix-users] WiX 3.10.1 failing to update to 3.10.2

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Mar 3 11:45:39 PST 2016


I don't mind leg work, but I am questioning what the right fix is.  There is a reason to want to move/delete the update bundle on shutdown of the initial bundle, because there is nothing else currently that is going to remove it.

This gets back to wanting the feed to provide the updated bundle's ID, so that it can then be cached in the "right" location.  A secondary fallback option (for legacy feeds), is once a bundle is downloaded to %TEMP%\{Guid}\{Name}.exe, if we could peek into the bundle for its ID (would really love to have the ID in the PE header so we don't have to pull out the attached container and extract the XML to get at it).  That could also be a benefit for apps like SCCM, LanDesk, etc to be able to assist in identifying WIX Bundles. The final option, if we can get it from the other two locations, would be to store it in the Per User Package Cache under a random GUID folder but that could get a bit chaotic.

I don't think we want the full bundle copied around, considering space limitations with users generating massive compressed bundles.


-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Rob Mensching
Sent: Thursday, March 03, 2016 1:32 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-devs] [wix-users] WiX 3.10.1 failing to update to 3.10.2

Definitley looks like a bug. Initial impression is that it is probably bad enough to fix in v3.10.3. Jacob how much did you want to do on this? Whatever you don't want to do, I'll make sure we pick up.

-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of John Cooper
Sent: Thursday, March 3, 2016 10:49 AM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-devs] [wix-users] WiX 3.10.1 failing to update to 3.10.2

I am able to reproduce this while developing my new managed bootstrapper with WiX 3.10.2.

--
John Merryweather Cooper
Senior Software Engineer | Integration Development Group | Enterprise Notification Service
Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 |JoCooper at jackhenry.com




-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Thursday, March 3, 2016 3:41 AM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: Re: [wix-devs] [wix-users] WiX 3.10.1 failing to update to 3.10.2

The e-mail below is from an external source.  Please do not open attachments or click links from an unknown or suspicious origin.

This is some really strange code for setting up the clean room.  I've given up on my VM, but even without it I am running into some interesting behaviors when simply executing the update bundle via ARP.

When I run my original bundle,

A> "C:\ProgramData\Package 
A> Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe" /modify

A> It extracts the UX and needed files to %TEMP%\{c033e305-400e-4c91-ae98-2c9d0421c44d}/.ba1/ folder.  

A> Then when we click update in the WixBA, Plan(LaunchAction.UpdateReplace), the new exe is downloaded and moved to Per User Package Cache under {c033e305-400e-4c91-ae98-2c9d0421c44d} and then executed with -burn.related.update switch (at this point, we exit normally cleaning up after ourselves).

B> This process then extracts the stub to the clean room in %temp%\{RandomGuid}\.cr\WIX310.exe and executes it (waiting for it to exit so it can return the result).

C> "C:\Users\hoover\AppData\Local\Temp\{1D361AEE-4D1C-4ECC-9231-2D8E22A9
C> 5859}\.cr\WiX310.exe" 
C> -burn.clean.room="C:\Users\hoover\AppData\Local\Package 
C> Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe" 
C> -burn.related.update

C> The clean room then extracts the BA and content to %temp%\{RandomGuid}\.ba\, and begins loading the BA.

C> When the user hits "Install", we try to get back to the attached container in Per User Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WIX310.exe.  Unfortunately, the cleanup code of <A> the original bundle, is a bit over zealous, as it's already deleted (via MoveFileEx to temp) the original update bundle, so we can no longer access it.


It seems like the original Apply, acting on the psuedobundle, is finishing apply, and thus calling ApplyClean, which then calls CleanPackage, which then calls CacheRemovePackage  which is removing the update payload.

My "proof" is to install WIX 3.10.1 or older, go to ARP and select modify, delete everything from %TEMP% starting with DEL*.*, then do an update.  With the now 3.10.2 bundle running, you will see it isn't in the "Per User Package Cache", and there is one DEL*.* file in temp, which is the new bundle without the attached container stripped.  This wasn't a problem before, because without the clean room, we would have gotten the container from self, which still has a perfectly valid file handle.

Thoughts?

-----Original Message-----
From: wix-devs [mailto:wix-devs-bounces at lists.wixtoolset.org] On Behalf Of Hoover, Jacob
Sent: Wednesday, March 02, 2016 1:10 PM
To: WiX Toolset Developer Mailing List <wix-devs at lists.wixtoolset.org>
Subject: [wix-devs] FW: [wix-users] WiX 3.10.1 failing to update to 3.10.2

This looks to be a legitimate bug, probably related to clean room.  I'll try to take a look at it tonight, but I can confirm that it is reproducible.  It also seems it may be related to using attached containers/embedded payloads vs using web cached content.

I do know that the older install successfully downloads the update, and spawns it.  Interesting log bits...

[9108:735C][2016-03-02T11:24:10]i001: Burn v3.10.2.2516, Windows v6.1 (Build 7601: Service Pack 1), path: C:\Users\hoover\AppData\Local\Temp\{679D9AF2-59F1-4C9D-B014-6A65FF3870F1}\.cr\WiX310.exe
[9108:735C][2016-03-02T11:24:10]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]WiX Toolset v3.10'
[9108:735C][2016-03-02T11:24:10]i003: This bundle is being run by a related bundle as type 'Update'.
[9108:735C][2016-03-02T11:24:10]i009: Command Line: '"-burn.clean.room=C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe" -burn.related.update'
[9108:735C][2016-03-02T11:24:10]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe'
[9108:735C][2016-03-02T11:24:10]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\'
...
[1C40:2078][2016-03-02T11:27:56]i000: Caching bundle from: 'C:\Users\hoover\AppData\Local\Temp\{BAFE298C-EFA8-4EC8-B01D-BD85867AA69E}\.be\WiX310.exe' to: 'C:\ProgramData\Package Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\WiX310.exe'
[1C40:2078][2016-03-02T11:27:56]i320: Registering bundle dependency provider: {7b405714-4ba6-4824-a6f9-2ec44ad35a81}, version: 3.10.2.2516
[1C40:2078][2016-03-02T11:27:56]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, resume: Active, restart initiated: No, disable resume: No
[9108:8338][2016-03-02T11:27:56]w341: Prompt for source of container: WixAttachedContainer, path: C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe
[9108:8338][2016-03-02T11:27:56]e054: Failed to resolve source for file: C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe, error: 0x80070002.
[9108:8338][2016-03-02T11:27:56]e000: Error 0x80070002: Failed while prompting for source (original path 'C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d}\WiX310.exe').
[9108:8338][2016-03-02T11:27:56]e311: Failed to acquire container: WixAttachedContainer to working path: C:\Users\hoover\AppData\Local\Temp\{BAFE298C-EFA8-4EC8-B01D-BD85867AA69E}\5E3D648BCE7F70F7E047F991FE9E56793EC8F582, error: 0x80070002.
[9108:735C][2016-03-02T11:27:56]e000: Error 0x80070002: Failed while caching, aborting execution.


C:\Users\hoover\AppData\Local\Temp\{679D9AF2-59F1-4C9D-B014-6A65FF3870F1}\.cr\ = Bundle without attached container.
C:\Users\hoover\AppData\Local\Package Cache\{c033e305-400e-4c91-ae98-2c9d0421c44d} = Empty C:\Users\hoover\AppData\Local\Temp\{BAFE298C-EFA8-4EC8-B01D-BD85867AA69E}\.be\ = Bundle without attached container.
C:\ProgramData\Package Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81} = Doesn't exist


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Matt O'Connell
Sent: Wednesday, March 02, 2016 8:50 AM
To: wix-users at lists.wixtoolset.org
Subject: Re: [wix-users] WiX 3.10.1 failing to update to 3.10.2

Hi all.

I used the Programs and Features applet to bring up the modify UI for my WiX
 3.10.1.2213 install and checked for updates. It downloads 3.10.2 but it fails to update since it cannot find core.msi in my appdata cache, for some reason it does not exist.(Error 0x80070002: Failed while prompting for source). I was never prompted for a source EXE to recache from, should I have been?

The modify UI then incorrectly shows 'Up to Date' in the bottom left tile and shows 3.10.2.2516 in the top left tile. Launching again fixes these UI issues but of course it fails again. See the log:

[24B0:11F0][2016-03-02T11:27:08]i001: Burn v3.10.2.2516, Windows v10.0 (Build
10240: Service Pack 0), path:
C:\Users\me~1\AppData\Local\Temp\{E1194893-75AF-473B-A320-E13E2345D787}\.cr\WiX310.exe
[24B0:11F0][2016-03-02T11:27:08]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]WiX Toolset v3.10'
[24B0:11F0][2016-03-02T11:27:08]i003: This bundle is being run by a related bundle as type 'Update'.
[24B0:11F0][2016-03-02T11:27:08]i009: Command Line:
'"-burn.clean.room=C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe" -burn.related.update'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708.log'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'WixBundleName' to value 'WiX Toolset v3.10.2.2516'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'WixBundleManufacturer' to value 'Outercurve Foundation'
[24B0:11F0][2016-03-02T11:27:08]i000: Loading managed bootstrapper application.
[24B0:11F0][2016-03-02T11:27:08]i000: Creating BA thread to run asynchronously.
[24B0:24E8][2016-03-02T11:27:08]i000: Running the WiX BA.
[24B0:11F0][2016-03-02T11:27:08]i100: Detect begin, 9 packages
[24B0:24E8][2016-03-02T11:27:08]i000: Creating a UI.
[24B0:11F0][2016-03-02T11:27:08]i000: Registry key not found. Key = 'Software\Microsoft\NET Framework Setup\NDP\v3.5'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'NETFRAMEWORK40'
to value '1'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'PreviousInstallFolder' to value 'C:\Program Files (x86)\WiX Toolset v3.10\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2012WDExpressInstalled' to value ''
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2013WDExpressInstalled' to value ''
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2010VCExpressInstalled' to value ''
[24B0:11F0][2016-03-02T11:27:08]i052: Condition 'PreviousInstallFolder'
evaluates to true.
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'InstallFolder' to value 'C:\Program Files (x86)\WiX Toolset v3.10\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2015InstallFolder' to value 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2013InstallFolder' to value 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2012InstallFolder' to value 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\'
[24B0:11F0][2016-03-02T11:27:08]i000: Setting string variable 'VS2010InstallFolder' to value 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\'
[24B0:11F0][2016-03-02T11:27:08]i102: Detected related bundle:
{d2ff2571-07c4-4a04-bcae-f53edb36d960}, type: Upgrade, scope: PerMachine,
version: 3.10.1.2213, operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i000: Potential update v3.10.2.2516 from 'http://wixtoolset.org/downloads/v3.10.2.2516/wix310.exe'; current version:
v3.10.2.2516
[24B0:11F0][2016-03-02T11:27:09]i052: Condition 'NETFRAMEWORK40' evaluates to true.
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{1AE86BF5-8847-4F08-B546-8A82B8B4350A}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{A29CC1F2-D93D-4152-830F-BEC04749AA89}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{B4A04F48-6DD1-4D81-B265-DAFE584D91D7}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{620FA7A8-D572-4ADB-9BD4-F9A86ED902B8}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{296368A2-3B8C-4DF2-B7A5-F88EAC014EFE}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{A29CC1F2-D93D-4152-830F-BEC04749AA89}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{B4A04F48-6DD1-4D81-B265-DAFE584D91D7}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{620FA7A8-D572-4ADB-9BD4-F9A86ED902B8}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{296368A2-3B8C-4DF2-B7A5-F88EAC014EFE}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{A29CC1F2-D93D-4152-830F-BEC04749AA89}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{B4A04F48-6DD1-4D81-B265-DAFE584D91D7}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{620FA7A8-D572-4ADB-9BD4-F9A86ED902B8}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{296368A2-3B8C-4DF2-B7A5-F88EAC014EFE}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{A29CC1F2-D93D-4152-830F-BEC04749AA89}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{B4A04F48-6DD1-4D81-B265-DAFE584D91D7}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{620FA7A8-D572-4ADB-9BD4-F9A86ED902B8}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{296368A2-3B8C-4DF2-B7A5-F88EAC014EFE}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i103: Detected related package:
{1A984F39-CA7F-4607-AF94-5C66809816C4}, scope: PerMachine, version: 3.10.2213.0,
language: 0 operation: MajorUpgrade
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: NetFx40Web, state:
Present, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: core.msi, state: Absent,
cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: wix64.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: msdk.msi, state: Absent,
cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: nsdk2010.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: nsdk2012.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: nsdk2013.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: nsdk2015.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i101: Detected package: votive.msi, state:
Absent, cached: None
[24B0:11F0][2016-03-02T11:27:09]i052: Condition 'NETFRAMEWORK35_SP_LEVEL < 1'
evaluates to false.
[24B0:11F0][2016-03-02T11:27:09]i199: Detect complete, result: 0x0
[24B0:11F0][2016-03-02T11:32:43]i200: Plan begin, 9 packages, action: Install
[24B0:11F0][2016-03-02T11:32:43]w321: Skipping dependency registration on package with no dependency providers: NetFx40Web
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_000_core.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_000_core.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VersionNT64' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_001_wix64.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_001_wix64.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_002_msdk.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_002_msdk.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VS2010InstallFolder OR VS2010VCExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_003_nsdk2010.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_003_nsdk2010.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VS2012InstallFolder OR VS2012WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_004_nsdk2012.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_004_nsdk2012.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VS2013InstallFolder OR VS2013WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_005_nsdk2013.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_005_nsdk2013.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_006_nsdk2015.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_006_nsdk2015.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i052: Condition 'VS2010InstallFolder OR VS2012InstallFolder OR VS2013InstallFolder OR VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleRollbackLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_007_votive.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:43]i000: Setting string variable 'WixBundleLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_007_votive.msi.log'
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: NetFx40Web, state:
Present, default requested: Present, ba requested: Present, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: core.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: wix64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: msdk.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: nsdk2010.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: nsdk2012.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: nsdk2013.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: nsdk2015.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i201: Planned package: votive.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:43]i207: Planned related bundle:
{d2ff2571-07c4-4a04-bcae-f53edb36d960}, type: Upgrade, default requested:
Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency:
None
[24B0:11F0][2016-03-02T11:32:43]i299: Plan complete, result: 0x0
[24B0:11F0][2016-03-02T11:32:43]i300: Apply begin
[24B0:11F0][2016-03-02T11:32:43]i010: Launching elevated engine process.
[24B0:11F0][2016-03-02T11:32:47]i011: Launched elevated engine process.
[24B0:11F0][2016-03-02T11:32:47]i012: Connected to elevated engine.
[2604:058C][2016-03-02T11:32:47]i358: Pausing automatic updates.
[2604:058C][2016-03-02T11:32:47]i359: Paused automatic updates.
[2604:058C][2016-03-02T11:32:47]i360: Creating a system restore point.
[2604:058C][2016-03-02T11:32:47]i361: Created a system restore point.
[2604:058C][2016-03-02T11:32:47]i370: Session begin, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
options: 0x7, disable resume: No
[2604:058C][2016-03-02T11:32:49]i000: Caching bundle from:
'C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\.be\WiX310.exe'
to: 'C:\ProgramData\Package
Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\WiX310.exe'
[2604:058C][2016-03-02T11:32:49]i320: Registering bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, version: 3.10.2.2516
[2604:058C][2016-03-02T11:32:49]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: Active, restart initiated: No, disable resume: No
[24B0:3760][2016-03-02T11:32:49]w341: Prompt for source of container:
WixAttachedContainer, path: C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe
[24B0:3760][2016-03-02T11:32:49]e054: Failed to resolve source for file:
C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe, error: 0x80070002.
[24B0:3760][2016-03-02T11:32:49]e000: Error 0x80070002: Failed while prompting for source (original path 'C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe').
[24B0:3760][2016-03-02T11:32:49]e311: Failed to acquire container:
WixAttachedContainer to working path:
C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\5E3D648BCE7F70F7E047F991FE9E56793EC8F582,
error: 0x80070002.
[24B0:11F0][2016-03-02T11:32:49]e000: Error 0x80070002: Failed while caching, aborting execution.
[2604:058C][2016-03-02T11:32:49]i372: Session end, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart: None, disable resume: No
[2604:058C][2016-03-02T11:32:49]i330: Removed bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}
[2604:058C][2016-03-02T11:32:49]i352: Removing cached bundle:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, from path: C:\ProgramData\Package Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\
[2604:058C][2016-03-02T11:32:49]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart initiated: No, disable resume: No
[24B0:11F0][2016-03-02T11:32:49]i399: Apply complete, result: 0x80070002,
restart: None, ba requested restart:  No
[24B0:11F0][2016-03-02T11:32:51]i200: Plan begin, 9 packages, action: Install
[24B0:11F0][2016-03-02T11:32:51]w321: Skipping dependency registration on package with no dependency providers: NetFx40Web
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_009_core.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_009_core.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VersionNT64' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_010_wix64.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_010_wix64.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_011_msdk.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_011_msdk.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VS2010InstallFolder OR VS2010VCExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_012_nsdk2010.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_012_nsdk2010.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VS2012InstallFolder OR VS2012WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_013_nsdk2012.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_013_nsdk2012.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VS2013InstallFolder OR VS2013WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_014_nsdk2013.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_014_nsdk2013.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_015_nsdk2015.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_015_nsdk2015.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i052: Condition 'VS2010InstallFolder OR VS2012InstallFolder OR VS2013InstallFolder OR VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleRollbackLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_016_votive.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:51]i000: Setting string variable 'WixBundleLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_016_votive.msi.log'
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: NetFx40Web, state:
Present, default requested: Present, ba requested: Present, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: core.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: wix64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: msdk.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: nsdk2010.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: nsdk2012.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: nsdk2013.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: nsdk2015.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i201: Planned package: votive.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:51]i207: Planned related bundle:
{d2ff2571-07c4-4a04-bcae-f53edb36d960}, type: Upgrade, default requested:
Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency:
None
[24B0:11F0][2016-03-02T11:32:51]i299: Plan complete, result: 0x0
[24B0:11F0][2016-03-02T11:32:51]i300: Apply begin
[2604:058C][2016-03-02T11:32:51]i358: Pausing automatic updates.
[2604:058C][2016-03-02T11:32:51]i359: Paused automatic updates.
[2604:058C][2016-03-02T11:32:51]i360: Creating a system restore point.
[2604:058C][2016-03-02T11:32:51]i361: Created a system restore point.
[2604:058C][2016-03-02T11:32:51]i370: Session begin, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
options: 0x7, disable resume: No
[2604:058C][2016-03-02T11:32:51]i000: Caching bundle from:
'C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\.be\WiX310.exe'
to: 'C:\ProgramData\Package
Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\WiX310.exe'
[2604:058C][2016-03-02T11:32:51]i320: Registering bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, version: 3.10.2.2516
[2604:058C][2016-03-02T11:32:51]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: Active, restart initiated: No, disable resume: No
[24B0:1CF4][2016-03-02T11:32:51]w341: Prompt for source of container:
WixAttachedContainer, path: C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe
[24B0:1CF4][2016-03-02T11:32:51]e054: Failed to resolve source for file:
C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe, error: 0x80070002.
[24B0:1CF4][2016-03-02T11:32:51]e000: Error 0x80070002: Failed while prompting for source (original path 'C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe').
[24B0:1CF4][2016-03-02T11:32:51]e311: Failed to acquire container:
WixAttachedContainer to working path:
C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\5E3D648BCE7F70F7E047F991FE9E56793EC8F582,
error: 0x80070002.
[24B0:11F0][2016-03-02T11:32:51]e000: Error 0x80070002: Failed while caching, aborting execution.
[2604:058C][2016-03-02T11:32:51]i372: Session end, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart: None, disable resume: No
[2604:058C][2016-03-02T11:32:51]i330: Removed bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}
[2604:058C][2016-03-02T11:32:51]i352: Removing cached bundle:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, from path: C:\ProgramData\Package Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\
[2604:058C][2016-03-02T11:32:51]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart initiated: No, disable resume: No
[24B0:11F0][2016-03-02T11:32:51]i399: Apply complete, result: 0x80070002,
restart: None, ba requested restart:  No
[24B0:11F0][2016-03-02T11:32:53]i200: Plan begin, 9 packages, action: Install
[24B0:11F0][2016-03-02T11:32:53]w321: Skipping dependency registration on package with no dependency providers: NetFx40Web
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_018_core.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_core.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_018_core.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VersionNT64' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_019_wix64.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_wix64.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_019_wix64.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_020_msdk.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_msdk.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_020_msdk.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VS2010InstallFolder OR VS2010VCExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_021_nsdk2010.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_nsdk2010.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_021_nsdk2010.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VS2012InstallFolder OR VS2012WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_022_nsdk2012.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_nsdk2012.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_022_nsdk2012.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VS2013InstallFolder OR VS2013WDExpressInstalled' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_023_nsdk2013.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_nsdk2013.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_023_nsdk2013.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_024_nsdk2015.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_nsdk2015.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_024_nsdk2015.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i052: Condition 'VS2010InstallFolder OR VS2012InstallFolder OR VS2013InstallFolder OR VS2015InstallFolder' evaluates to true.
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleRollbackLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_025_votive.msi_rollback.log'
[24B0:11F0][2016-03-02T11:32:53]i000: Setting string variable 'WixBundleLog_votive.msi' to value 'C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_025_votive.msi.log'
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: NetFx40Web, state:
Present, default requested: Present, ba requested: Present, execute: None,
rollback: None, cache: No, uncache: No, dependency: None
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: core.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: wix64.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: msdk.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback:
Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: nsdk2010.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: nsdk2012.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: nsdk2013.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: nsdk2015.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i201: Planned package: votive.msi, state:
Absent, default requested: Present, ba requested: Present, execute: Install,
rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[24B0:11F0][2016-03-02T11:32:53]i207: Planned related bundle:
{d2ff2571-07c4-4a04-bcae-f53edb36d960}, type: Upgrade, default requested:
Absent, ba requested: Absent, execute: Uninstall, rollback: Install, dependency:
None
[24B0:11F0][2016-03-02T11:32:53]i299: Plan complete, result: 0x0
[24B0:11F0][2016-03-02T11:32:53]i300: Apply begin
[2604:058C][2016-03-02T11:32:53]i358: Pausing automatic updates.
[2604:058C][2016-03-02T11:32:53]i359: Paused automatic updates.
[2604:058C][2016-03-02T11:32:53]i360: Creating a system restore point.
[2604:058C][2016-03-02T11:32:53]i361: Created a system restore point.
[2604:058C][2016-03-02T11:32:53]i370: Session begin, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
options: 0x7, disable resume: No
[2604:058C][2016-03-02T11:32:53]i000: Caching bundle from:
'C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\.be\WiX310.exe'
to: 'C:\ProgramData\Package
Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\WiX310.exe'
[2604:058C][2016-03-02T11:32:53]i320: Registering bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, version: 3.10.2.2516
[2604:058C][2016-03-02T11:32:53]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: Active, restart initiated: No, disable resume: No
[24B0:0C84][2016-03-02T11:32:53]w341: Prompt for source of container:
WixAttachedContainer, path: C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe
[24B0:0C84][2016-03-02T11:32:53]e054: Failed to resolve source for file:
C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe, error: 0x80070002.
[24B0:0C84][2016-03-02T11:32:53]e000: Error 0x80070002: Failed while prompting for source (original path 'C:\Users\me\AppData\Local\Package
Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe').
[24B0:0C84][2016-03-02T11:32:53]e311: Failed to acquire container:
WixAttachedContainer to working path:
C:\Users\me~1\AppData\Local\Temp\{1451A945-D583-402D-A564-B085C66CA7F4}\5E3D648BCE7F70F7E047F991FE9E56793EC8F582,
error: 0x80070002.
[24B0:11F0][2016-03-02T11:32:53]e000: Error 0x80070002: Failed while caching, aborting execution.
[2604:058C][2016-03-02T11:32:53]i372: Session end, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart: None, disable resume: No
[2604:058C][2016-03-02T11:32:53]i330: Removed bundle dependency provider:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}
[2604:058C][2016-03-02T11:32:53]i352: Removing cached bundle:
{7b405714-4ba6-4824-a6f9-2ec44ad35a81}, from path: C:\ProgramData\Package Cache\{7b405714-4ba6-4824-a6f9-2ec44ad35a81}\
[2604:058C][2016-03-02T11:32:53]i371: Updating session, registration key:
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{7b405714-4ba6-4824-a6f9-2ec44ad35a81},
resume: None, restart initiated: No, disable resume: No
[24B0:11F0][2016-03-02T11:32:53]i399: Apply complete, result: 0x80070002,
restart: None, ba requested restart:  No
[24B0:11F0][2016-03-02T11:33:50]i500: Shutting down, exit code: 0x80070002
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: InstallFolder = C:\Program Files (x86)\WiX Toolset v3.10\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: NETFRAMEWORK40 = 1
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: PreviousInstallFolder = C:\Program Files (x86)\WiX Toolset v3.10\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VersionNT64 = 10.0.0.0
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2010InstallFolder = C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2010VCExpressInstalled =
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2012InstallFolder = C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2012WDExpressInstalled =
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2013InstallFolder = C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2013WDExpressInstalled =
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: VS2015InstallFolder = C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleAction = 5
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleElevated = 1
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog = C:\Users\me~1\AppData\Local\Temp\WiX Toolset_v3.10.2.2516_20160302112708.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_core.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_018_core.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_msdk.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_020_msdk.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_nsdk2010.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_021_nsdk2010.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_nsdk2012.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_022_nsdk2012.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_nsdk2013.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_023_nsdk2013.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_nsdk2015.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_024_nsdk2015.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_votive.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_025_votive.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleLog_wix64.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_019_wix64.msi.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleManufacturer = Outercurve Foundation
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleName = WiX Toolset
v3.10.2.2516
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleOriginalSource = C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleOriginalSourceFolder = C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleProviderKey = {7b405714-4ba6-4824-a6f9-2ec44ad35a81}
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleRollbackLog_core.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_018_core.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleRollbackLog_msdk.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_020_msdk.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable:
WixBundleRollbackLog_nsdk2010.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_021_nsdk2010.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable:
WixBundleRollbackLog_nsdk2012.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_022_nsdk2012.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable:
WixBundleRollbackLog_nsdk2013.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_023_nsdk2013.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable:
WixBundleRollbackLog_nsdk2015.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_024_nsdk2015.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleRollbackLog_votive.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_025_votive.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleRollbackLog_wix64.msi = C:\Users\me~1\AppData\Local\Temp\WiX
Toolset_v3.10.2.2516_20160302112708_019_wix64.msi_rollback.log
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleSourceProcessFolder = C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleSourceProcessPath = C:\Users\me\AppData\Local\Package Cache\{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleTag =
[24B0:11F0][2016-03-02T11:33:50]i410: Variable: WixBundleVersion = 3.10.2.2516
[24B0:11F0][2016-03-02T11:33:50]i007: Exit code: 0x80070002, restarting: No

I Did a repair hoping it would re-cache and then succeed but no luck with that.
(BTW Updating VS registration takes longer than I expected and when I ran the update again it told me up it won't as a reboot was required. Presumably the repair did this but it didn't let me know it had scheduled as reboot as I'd like. ie give me a choice.)

- Is there a way to update without uninstall/reinstall from update?

- any idea why the file was missing in the first place? (I've not been fiddling in appdata myself)


Many Thanks

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/ ____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/ ____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/
NOTICE: This electronic mail message and any files transmitted with it are intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Developer Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-devs mailing list