Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to install the WiX toolset twice #4970

Open
wixbot opened this issue Nov 20, 2015 · 2 comments
Open

Need to install the WiX toolset twice #4970

wixbot opened this issue Nov 20, 2015 · 2 comments
Milestone

Comments

@wixbot
Copy link

wixbot commented Nov 20, 2015

When installing the WiX toolset on a Windows XP computer, the installer needs to be run twice as it fails the first time.
Seen on one installation of Windows XP and not others.
I have the same problem with my own installer.


From the log:

[1FCC:0F90][2015-11-20T09:52:16]i001: Burn v3.10.1.2213, Windows v5.1 (Build 2600: Service Pack 3), path: C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe
[1FCC:0F90][2015-11-20T09:52:16]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]WiX Toolset v3.10'
[1FCC:0F90][2015-11-20T09:52:16]i009: Command Line: ''
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216.log'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Documents and Settings\Administrator\My Documents\Downloads'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'WixBundleName' to value 'WiX Toolset v3.10.1.2213'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'WixBundleManufacturer' to value 'Outercurve Foundation'
[1FCC:0F90][2015-11-20T09:52:16]i000: Loading managed bootstrapper application.
[1FCC:0F90][2015-11-20T09:52:16]i000: Creating BA thread to run asynchronously.
[1FCC:1208][2015-11-20T09:52:16]i000: Running the WiX BA.
[1FCC:0F90][2015-11-20T09:52:16]i100: Detect begin, 9 packages
[1FCC:1208][2015-11-20T09:52:16]i000: Creating a UI.
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'NETFRAMEWORK35_SP_LEVEL' to value '1'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'NETFRAMEWORK40' to value '1'
[1FCC:0F90][2015-11-20T09:52:16]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Installer XML\3.10'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'VS2012WDExpressInstalled' to value ''
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'VS2013WDExpressInstalled' to value ''
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'VS2010VCExpressInstalled' to value ''
[1FCC:0F90][2015-11-20T09:52:16]i052: Condition 'PreviousInstallFolder' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:16]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0'
[1FCC:0F90][2015-11-20T09:52:16]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\12.0'
[1FCC:0F90][2015-11-20T09:52:16]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\11.0'
[1FCC:0F90][2015-11-20T09:52:16]i000: Setting string variable 'VS2010InstallFolder' to value 'C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE'
[1FCC:0F90][2015-11-20T09:52:17]i000: Potential update v3.10.1.2213 from 'http://wixtoolset.org/downloads/v3.10.1.2213/wix310.exe'; current version: v3.10.1.2213
[1FCC:0F90][2015-11-20T09:52:17]i052: Condition 'NETFRAMEWORK40' evaluates to true.
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: core.msi, invalid payload: core.msi, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: core.msi, invalid payload: cab93D4B77DFB0ABA04107285C7009C3721, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: msdk.msi, invalid payload: msdk.msi, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: msdk.msi, invalid payload: cabF74242B811C3C8219EEC0F726F339BE7, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: nsdk2010.msi, invalid payload: nsdk2010.msi, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: nsdk2010.msi, invalid payload: cab27F138187162549C23F2F31B274D23A7, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: votive.msi, invalid payload: votive.msi, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]w120: Detected partially cached package: votive.msi, invalid payload: cab8E3AAA7E96747B14A978146AC8D0CDD5, reason: 0x80070002
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: NetFx40Web, state: Present, cached: None
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: core.msi, state: Absent, cached: Partial
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: wix64.msi, state: Absent, cached: None
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: msdk.msi, state: Absent, cached: Partial
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: nsdk2010.msi, state: Absent, cached: Partial
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: nsdk2012.msi, state: Absent, cached: None
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: nsdk2013.msi, state: Absent, cached: None
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: nsdk2015.msi, state: Absent, cached: None
[1FCC:0F90][2015-11-20T09:52:17]i101: Detected package: votive.msi, state: Absent, cached: Partial
[1FCC:0F90][2015-11-20T09:52:17]i052: Condition 'NETFRAMEWORK35_SP_LEVEL < 1' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:17]i199: Detect complete, result: 0x0
[1FCC:0F90][2015-11-20T09:52:28]i200: Plan begin, 9 packages, action: Install
[1FCC:0F90][2015-11-20T09:52:28]w321: Skipping dependency registration on package with no dependency providers: NetFx40Web
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleRollbackLog_core.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_000_core.msi_rollback.log'
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleLog_core.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_000_core.msi.log'
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VersionNT64' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleRollbackLog_msdk.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_001_msdk.msi_rollback.log'
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleLog_msdk.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_001_msdk.msi.log'
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VS2010InstallFolder OR VS2010VCExpressInstalled' evaluates to true.
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleRollbackLog_nsdk2010.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_002_nsdk2010.msi_rollback.log'
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleLog_nsdk2010.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_002_nsdk2010.msi.log'
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VS2012InstallFolder OR VS2012WDExpressInstalled' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VS2013InstallFolder OR VS2013WDExpressInstalled' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VS2015InstallFolder' evaluates to false.
[1FCC:0F90][2015-11-20T09:52:28]i052: Condition 'VS2010InstallFolder OR VS2012InstallFolder OR VS2013InstallFolder OR VS2015InstallFolder' evaluates to true.
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleRollbackLog_votive.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_003_votive.msi_rollback.log'
[1FCC:0F90][2015-11-20T09:52:28]i000: Setting string variable 'WixBundleLog_votive.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_003_votive.msi.log'
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: NetFx40Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: core.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: wix64.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: msdk.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: nsdk2010.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: nsdk2012.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: nsdk2013.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: nsdk2015.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1FCC:0F90][2015-11-20T09:52:28]i201: Planned package: votive.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1FCC:0F90][2015-11-20T09:52:28]i299: Plan complete, result: 0x0
[1FCC:0F90][2015-11-20T09:52:28]i300: Apply begin
[1FCC:0F90][2015-11-20T09:52:28]i010: Launching elevated engine process.
[1FCC:0F90][2015-11-20T09:52:28]i011: Launched elevated engine process.
[1FCC:0F90][2015-11-20T09:52:28]i012: Connected to elevated engine.
[1A70:0904][2015-11-20T09:52:28]i358: Pausing automatic updates.
[1A70:0904][2015-11-20T09:52:34]w308: Automatic updates could not be paused due to error: 0x80070422. Continuing...
[1A70:0904][2015-11-20T09:52:34]i360: Creating a system restore point.
[1A70:0904][2015-11-20T09:52:34]w363: Could not create system restore point, error: 0x80070422. Continuing...
[1A70:0904][2015-11-20T09:52:34]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, options: 0x7, disable resume: No
[1A70:0904][2015-11-20T09:52:34]i000: Caching bundle from: 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp{d2ff2571-07c4-4a04-bcae-f53edb36d960}.be\WiX310.exe' to: 'C:\Documents and Settings\All Users\Application Data\Package Cache{d2ff2571-07c4-4a04-bcae-f53edb36d960}\WiX310.exe'
[1A70:0904][2015-11-20T09:52:34]i320: Registering bundle dependency provider: {d2 ff2571-07c4-4a04-bcae-f53edb36d960}, version: 3.10.1.2213
[1A70:0904][2015-11-20T09:52:34]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, resume: Active, restart initiated: No, disable resume: No
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_PROCESS_DEPENDENT_REGISTRATION message to per-machine process.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to execute dependent registration action.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to send message to per-machine process.
[1FCC:0F90][2015-11-20T09:52:34]e000: Error 0x800700e8: Failed to save engine state in per-machine process.
[1FCC:0F90][2015-11-20T09:52:34]e501: The state file could not be saved, error: 0x12f810. Continuing...
[1FCC:0C8C][2015-11-20T09:52:35]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0C8C][2015-11-20T09:52:35]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0C8C][2015-11-20T09:52:35]e000: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1FCC:0C8C][2015-11-20T09:52:35]e314: Failed to cache payload: core.msi from working path: C:\DOCUME1\ADMINI1\LOCALS1\Temp{d2ff2571-07c4-4a04-bcae-f53edb36d960}\core.msi, error: 0x800700e8.
[1FCC:0C8C][2015-11-20T09:52:35]e349: Application requested retry of payload: core.msi, encountered error: 0x800700e8. Retrying...
[1FCC:0C8C][2015-11-20T09:52:37]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0C8C][2015-11-20T09:52:37]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0C8C][2015-11-20T09:52:37]e000: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1FCC:0C8C][2015-11-20T09:52:37]e314: Failed to cache payload: core.msi from working path: C:\DOCUME
1\ADMINI1\LOCALS1\Temp{d2ff2571-07c4-4a04-bcae-f53edb36d960}\core.msi, error: 0x800700e8.
[1FCC:0C8C][2015-11-20T09:52:37]e349: Application requested retry of payload: core.msi, encountered error: 0x800700e8. Retrying...
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_OR_LAYOUT_CONTAINER_OR_PAYLOAD message to per-machine process.
[1FCC:0C8C][2015-11-20T09:52:38]e314: Failed to cache payload: core.msi from working path: C:\DOCUME1\ADMINI1\LOCALS1\Temp{d2ff2571-07c4-4a04-bcae-f53edb36d960}\core.msi, error: 0x800700e8.
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0C8C][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to send BURN_ELEVATION_MESSAGE_TYPE_CACHE_CLEANUP message to per-machine process.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed while caching, aborting execution.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to send message to per-machine process.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to end session in per-machine process.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to write send message to pipe.
[1FCC:0F90][2015-11-20T09:52:38]e000: Error 0x800700e8: Failed to send message to per-machine process.
[1FCC:0F90][2015-11-20T09:52:38]i399: Apply complete, result: 0x800700e8, restart: None, ba requested restart: No
[1FCC:0F90][2015-11-20T09:52:41]i500: Shutting down, exit code: 0x800700e8
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: InstallFolder = C:\Program Files\WiX Toolset v3.10
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: NETFRAMEWORK35_SP_LEVEL = 1
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: NETFRAMEWORK40 = 1
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: ProgramFilesFolder = C:\Program Files\
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: VS2010InstallFolder = C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: VS2010VCExpressInstalled =
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: VS2012WDExpressInstalled =
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: VS2013WDExpressInstalled =
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleAction = 5
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleElevated = 1
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleLog = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleLog_core.msi =C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_000_core.msi.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleLog_msdk.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_001_msdk.msi.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleLog_nsdk2010.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_002_nsdk2010.msi.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleLog_votive.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_003_votive.msi.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleManufacturer = Outercurve Foundation
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleName = WiX Toolset v3.10.1.2213
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleOriginalSource = C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleOriginalSourceFolder = C:\Documents and Settings\Administrator\My Documents\Downloads\
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleProviderKey = {d2ff2571-07c4-4a04-bcae-f53edb36d960}
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleRollbackLog_core.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_000_core.msi_rollback.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleRollbackLog_msdk.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_001_msdk.msi_rollback.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleRollbackLog_nsdk2010.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_002_nsdk2010.msi_rollback.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleRollbackLog_votive.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095216_003_votive.msi_rollback.log
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleTag =
[1FCC:0F90][2015-11-20T09:52:41]i410: Variable: WixBundleVersion = 3.10.1.2213
[1FCC:0F90][2015-11-20T09:52:41]e000: Error 0x800700e8: Failed to write message type to pipe.
[1FCC:0F90][2015-11-20T09:52:41]e000: Error 0x800700e8: Failed to post terminate message to child process cache thread.
[1FCC:0F90][2015-11-20T09:52:41]i007: Exit code: 0x800700e8, restarting: No

Originally opened by inma

@wixbot
Copy link
Author

wixbot commented Nov 20, 2015

Please attach a successful log.

Release changed from v3.10 to v3.x

@wixbot
Copy link
Author

wixbot commented Nov 23, 2015

After the unsuccessful install seen in the log above, everything installs successfully as seen in the log below. I should also say that this is only seen on one installation of Windows XP that has automatic updates turned off.

[1178:1CCC][2015-11-20T09:52:46]i001: Burn v3.10.1.2213, Windows v5.1 (Build 2600: Service Pack 3), path: C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe
[1178:1CCC][2015-11-20T09:52:46]i000: Initializing string variable 'InstallFolder' to value '[ProgramFilesFolder]WiX Toolset v3.10'
[1178:1CCC][2015-11-20T09:52:46]i009: Command Line: ''
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'WixBundleLog' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246.log'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'WixBundleOriginalSource' to value 'C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'C:\Documents and Settings\Administrator\My Documents\Downloads'
[1178:1CCC][2015-11-20T09:52:46]w055: Could not load or read state file: C:\Documents and Settings\All Users\Application Data\Package Cache{d2ff2571-07c4-4a04-bcae-f53edb36d960}\state.rsm, error: 0x80070002.
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'WixBundleName' to value 'WiX Toolset v3.10.1.2213'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'WixBundleManufacturer' to value 'Outercurve Foundation' [1178:1CCC][2015-11-20T09:52:46]i000: Loading managed bootstrapper application.
[1178:1CCC][2015-11-20T09:52:46]i000: Creating BA thread to run asynchronously.
[1178:1A48][2015-11-20T09:52:46]i000: Running the WiX BA.
[1178:1CCC][2015-11-20T09:52:46]i100: Detect begin, 9 packages
[1178:1A48][2015-11-20T09:52:46]i000: Creating a UI.
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'NETFRAMEWORK35_SP_LEVEL' to value '1'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'NETFRAMEWORK40' to value '1'
[1178:1CCC][2015-11-20T09:52:46]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\Windows Installer XML\3.10'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'VS2012WDExpressInstalled' to value ''
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'VS2013WDExpressInstalled' to value ''
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'VS2010VCExpressInstalled' to value ''
[1178:1CCC][2015-11-20T09:52:46]i052: Condition 'PreviousInstallFolder' evaluates to false.
[1178:1CCC][2015-11-20T09:52:46]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\14.0'
[1178:1CCC][2015-11-20T09:52:46]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\12.0'
[1178:1CCC][2015-11-20T09:52:46]i000: Registry key not found. Key = 'SOFTWARE\Microsoft\VisualStudio\11.0'
[1178:1CCC][2015-11-20T09:52:46]i000: Setting string variable 'VS2010InstallFolder' to value 'C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE'
[1178:1CCC][2015-11-20T09:52:47]i000: Potential update v3.10.1.2213 from 'http://wixtoolset.org/downloads/v3.10.1.2213/wix310.exe'; current version: v3.10.1.2213
[1178:1CCC][2015-11-20T09:52:47]i052: Condition 'NETFRAMEWORK40' evaluates to true.
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: core.msi, invalid payload: core.msi, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: core.msi, invalid payload: cab93D4B77DFB0ABA04107285C7009C3721, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: msdk.msi, invalid payload: msdk.msi, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: msdk.msi, invalid payload: cabF74242B811C3C8219EEC0F726F339BE7, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: nsdk2010.msi, invalid payload: nsdk2010.msi, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: nsdk2010.msi, invalid payload: cab27F138187162549C23F2F31B274D23A7, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: votive.msi, invalid payload: votive.msi, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]w120: Detected partially cached package: votive.msi, invalid payload: cab8E3AAA7E96747B14A978146AC8D0CDD5, reason: 0x80070002
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: NetFx40Web, state: Present, cached: None
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: core.msi, state: Absent, cached: Partial
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: wix64.msi, state: Absent, cached: None
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: msdk.msi, state: Absent, cached: Partial
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: nsdk2010.msi, state: Absent, cached: Partial
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: nsdk2012.msi, state: Absent, cached: None
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: nsdk2013.msi, state: Absent, cached: None
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: nsdk2015.msi, state: Absent, cached: None
[1178:1CCC][2015-11-20T09:52:47]i101: Detected package: votive.msi, state: Absent, cached: Partial
[1178:1CCC][2015-11-20T09:52:47]i052: Condition 'NETFRAMEWORK35_SP_LEVEL < 1' evaluates to false.
[1178:1CCC][2015-11-20T09:52:47]i199: Detect complete, result: 0x0
[1178:1CCC][2015-11-20T09:52:49]i200: Plan begin, 9 packages, action: Install
[1178:1CCC][2015-11-20T09:52:49]w321: Skipping dependency registration on package with no dependency providers: NetFx40Web
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleRollbackLog_core.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_000_core.msi_rollback.log'
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleLog_core.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_000_core.msi.log'
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VersionNT64' evaluates to false.
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleRollbackLog_msdk.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_001_msdk.msi_rollback.log'
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleLog_msdk.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_001_msdk.msi.log'
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VS2010InstallFolder OR VS2010VCExpressInstalled' evaluates to true.
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleRollbackLog_nsdk2010.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_002_nsdk2010.msi_rollback.log'
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleLog_nsdk2010.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_002_nsdk2010.msi.log'
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VS2012InstallFolder OR VS2012WDExpressInstalled' evaluates to false.
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VS2013InstallFolder OR VS2013WDExpressInstalled' evaluates to false.
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VS2015InstallFolder' evaluates to false.
[1178:1CCC][2015-11-20T09:52:49]i052: Condition 'VS2010InstallFolder OR VS2012InstallFolder OR VS2013InstallFolder OR VS2015InstallFolder' evaluates to true.
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleRollbackLog_votive.msi' to value 'C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_003_votive.msi_rollback.log'
[1178:1CCC][2015-11-20T09:52:49]i000: Setting string variable 'WixBundleLog_votive.msi' to value 'C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_003_votive.msi.log'
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: NetFx40Web, state: Present, default requested: Present, ba requested: Present, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: core.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: wix64.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: msdk.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: nsdk2010.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: nsdk2012.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: nsdk2013.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: nsdk2015.msi, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None
[1178:1CCC][2015-11-20T09:52:49]i201: Planned package: votive.msi, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
[1178:1CCC][2015-11-20T09:52:49]i299: Plan complete, result: 0x0
[1178:1CCC][2015-11-20T09:52:49]i300: Apply begin
[1178:1CCC][2015-11-20T09:52:49]i010: Launching elevated engine process.
[1178:1CCC][2015-11-20T09:52:49]i011: Launched elevated engine process.
[1178:1CCC][2015-11-20T09:52:49]i012: Connected to elevated engine.
[1400:1CE0][2015-11-20T09:52:49]i358: Pausing automatic updates.
[1400:1CE0][2015-11-20T09:52:55]w308: Automatic updates could not be paused due to error: 0x80070422. Continuing...
[1400:1CE0][2015-11-20T09:52:55]i360: Creating a system restore point.
[1400:1CE0][2015-11-20T09:52:55]w363: Could not create system restore point, error: 0x80070422. Continuing...
[1400:1CE0][2015-11-20T09:52:55]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, options: 0x4, disable resume: No
[1400:1CE0][2015-11-20T09:52:55]i320: Registering bundle dependency provider: {d2ff2571-07c4-4a04-bcae-f53edb36d960}, version: 3.10.1.2213
[1400:1CE0][2015-11-20T09:52:55]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, resume: Active, restart initiated: No, disable resume: No
[1400:1F94][2015-11-20T09:52:57]i305: Verified acquired payload: core.msi at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\core.msi, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}v3.10.2213\data\core.msi.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: cab93D4B77DFB0ABA04107285C7009C3721 at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\cab93D4B77DFB0ABA04107285C7009C3721, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}v3.10.2213\data\core1.cab.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: msdk.msi at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\msdk.msi, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}v3.10.2213\data\msdk.msi.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: cabF74242B811C3C8219EEC0F726F339BE7 at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\cabF74242B811C3C8219EEC0F726F339BE7, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}v3.10.2213\data\msdk1.cab.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: nsdk2010.msi at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\nsdk2010.msi, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{A29CC1F2-D93D-4152-830F-BEC04749AA89}v3.10.2213\data\nsdk2010.msi.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: cab27F138187162549C23F2F31B274D23A7 at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\cab27F138187162549C23F2F31B274D23A7, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{A29CC1F2-D93D-4152-830F-BEC04749AA89}v3.10.2213\data\n20101.cab.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: votive.msi at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\votive.msi, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{1A984F39-CA7F-4607-AF94-5C66809816C4}v3.10.2213\data\votive.msi.
[1400:1F94][2015-11-20T09:52:58]i305: Verified acquired payload: cab8E3AAA7E96747B14A978146AC8D0CDD5 at path: C:\Documents and Settings\All Users\Application Data\Package Cache.unverified\cab8E3AAA7E96747B14A978146AC8D0CDD5, moving to: C:\Documents and Settings\All Users\Application Data\Package Cache{1A984F39-CA7F-4607-AF94-5C66809816C4}v3.10.2213\data\votiv1.cab.
[1400:1CE0][2015-11-20T09:52:58]i323: Registering package dependency provider: {9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}, version: 3.10.2213, package: core.msi
[1400:1CE0][2015-11-20T09:52:58]i301: Applying execute package: core.msi, action: Install, path: C:\Documents and Settings\All Users\Application Data\Package Cache{9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}v3.10.2213\data\core.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLFOLDER="C:\Program Files\WiX Toolset v3.10"'
[1178:1CCC][2015-11-20T09:53:03]i319: Applied execute package: core.msi, result: 0x0, restart: None
[1400:1CE0][2015-11-20T09:53:03]i325: Registering dependency: {d2ff2571-07c4-4a04-bcae-f53edb36d960} on package provider: {9487FA75-1AFE-4A5D-9FC6-24CCFCC2A413}, package: core.msi
[1400:1CE0][2015-11-20T09:53:03]i323: Registering package dependency provider: {344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}, version: 3.10.2213, package: msdk.msi
[1400:1CE0][2015-11-20T09:53:03]i301: Applying execute package: msdk.msi, action: Install, path: C:\Documents and Settings\All Users\Application Data\Package Cache{344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}v3.10.2213\data\msdk.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLFOLDER="C:\Program Files\WiX Toolset v3.10"'
[1178:1CCC][2015-11-20T09:53:05]i319: Applied execute package: msdk.msi, result: 0x0, restart: None
[1400:1CE0][2015-11-20T09:53:05]i325: Registering dependency: {d2ff2571-07c4-4a04-bcae-f53edb36d960} on package provider: {344C1E2A-253C-4AE8-BD2D-16F07B0A09E7}, package: msdk.msi
[1400:1CE0][2015-11-20T09:53:05]i323: Registering package dependency provider: {A29CC1F2-D93D-4152-830F-BEC04749AA89}, version: 3.10.2213, package: nsdk2010.msi
[1400:1CE0][2015-11-20T09:53:05]i301: Applying execute package: nsdk2010.msi, action: Install, path: C:\Documents and Settings\All Users\Application Data\Package Cache{A29CC1F2-D93D-4152-830F-BEC04749AA89}v3.10.2213\data\nsdk2010.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLFOLDER="C:\Program Files\WiX Toolset v3.10"'
[1178:1CCC][2015-11-20T09:53:06]i319: Applied execute package: nsdk2010.msi, result: 0x0, restart: None
[1400:1CE0][2015-11-20T09:53:06]i325: Registering dependency: {d2ff2571-07c4-4a04-bcae-f53edb36d960} on package provider: {A29CC1F2-D93D-4152-830F-BEC04749AA89}, package: nsdk2010.msi
[1400:1CE0][2015-11-20T09:53:06]i323: Registering package dependency provider: {1A984F39-CA7F-4607-AF94-5C66809816C4}, version: 3.10.2213, package: votive.msi
[1400:1CE0][2015-11-20T09:53:06]i301: Applying execute package: votive.msi, action: Install, path: C:\Documents and Settings\All Users\Application Data\Package Cache{1A984F39-CA7F-4607-AF94-5C66809816C4}v3.10.2213\data\votive.msi, arguments: ' ARPSYSTEMCOMPONENT="1" MSIFASTINSTALL="7" INSTALLFOLDER="C:\Program Files\WiX Toolset v3.10"'
[1178:1CCC][2015-11-20T09:53:08]i319: Applied execute package: votive.msi, result: 0x0, restart: None
[1400:1CE0][2015-11-20T09:53:08]i325: Registering dependency: {d2ff2571-07c4-4a04-bcae-f53edb36d960} on package provider: {1A984F39-CA7F-4607-AF94-5C66809816C4}, package: votive.msi
[1400:1CE0][2015-11-20T09:53:08]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, resume: ARP, restart: None, disable resume: No
[1400:1CE0][2015-11-20T09:53:08]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall{d2ff2571-07c4-4a04-bcae-f53edb36d960}, resume: ARP, restart initiated: No, disable resume: No
[1178:1CCC][2015-11-20T09:53:08]i399: Apply complete, result: 0x0, restart: None, ba requested restart: No
[1178:1CCC][2015-11-20T09:53:11]i500: Shutting down, exit code: 0x0
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: InstallFolder = C:\Program Files\WiX Toolset v3.10
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: NETFRAMEWORK35_SP_LEVEL = 1
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: NETFRAMEWORK40 = 1
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: ProgramFilesFolder = C:\Program Files\
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: VS2010InstallFolder = C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: VS2010VCExpressInstalled =
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: VS2012WDExpressInstalled =
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: VS2013WDExpressInstalled =
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleAction = 5
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleElevated = 1
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleLog = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleLog_core.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_000_core.msi.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleLog_msdk.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_001_msdk.msi.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleLog_nsdk2010.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_002_nsdk2010.msi.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleLog_votive.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_003_votive.msi.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleManufacturer = Outercurve Foundation
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleName = WiX Toolset v3.10.1.2213
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleOriginalSource = C:\Documents and Settings\Administrator\My Documents\Downloads\wix310.exe
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleOriginalSourceFolder = C:\Documents and Settings\Administrator\My Documents\Downloads\
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleProviderKey = {d2ff2571-07c4-4a04-bcae-f53edb36d960}
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleRollbackLog_core.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_000_core.msi_rollback.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleRollbackLog_msdk.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_001_msdk.msi_rollback.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleRollbackLog_nsdk2010.msi = C:\DOCUME1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_002_nsdk2010.msi_rollback.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleRollbackLog_votive.msi = C:\DOCUME
1\ADMINI1\LOCALS1\Temp\WiX Toolset_v3.10.1.2213_20151120095246_003_votive.msi_rollback.log
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleTag =
[1178:1CCC][2015-11-20T09:53:11]i410: Variable: WixBundleVersion = 3.10.1.2213
[1178:1CCC][2015-11-20T09:53:11]i007: Exit code: 0x0, restarting: No

Originally posted by inma

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant