Pregunta

He creado un UX personalizado que necesita .NET 4 instalado para ejecutar.He seguido las instrucciones sobre la instalación .NET 4 como requisito previo desde Burn ,Y esto funciona perfectamente cuando no se requiere un reinicio después de .NET.Sin embargo, si se requiere un reinicio, haga clic en el botón Reiniciar ahora, pero obtengo el siguiente error:

ERROR DE WIX

El archivo de registro contiene lo siguiente:

[09BC:0638][2012-03-13T10:17:33]: Burn v3.6.2221.0, path: C:\Users\test\Desktop\Demo Setup.exe, cmdline: ''
[09BC:0638][2012-03-13T10:17:33]: Setting string variable 'WixBundleName' to value 'Demo.Installer.Setup'
[09BC:0638][2012-03-13T10:17:34]: Setting string variable 'WixBundleLog' to value 'C:\Users\test\AppData\Local\Temp\Demo.Installer.Setup_20120313101734.log'
[09BC:0638][2012-03-13T10:17:34]: Setting string variable 'WixBundleOriginalSource' to value 'C:\Users\test\Desktop\Demo Setup.exe'
[09BC:0638][2012-03-13T10:17:34]: Loading prerequisite bootstrapper application because managed host could not be loaded, error: 0x80070490.
[09BC:0638][2012-03-13T10:17:34]: Detect 2 packages
[09BC:0638][2012-03-13T10:17:34]: Registry key not found. Key = 'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
[09BC:0638][2012-03-13T10:17:34]: Registry key not found. Key = 'SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Full'
[09BC:0638][2012-03-13T10:17:34]: Condition 'Netfx4FullVersion AND (NOT VersionNT64 OR Netfx4x64FullVersion)' evaluates to false.
[09BC:0638][2012-03-13T10:17:34]: Detected package: Netfx4Full, state: Absent, cached: No
[09BC:0638][2012-03-13T10:17:34]: Detect 1 msi features for package: Demo
[09BC:0638][2012-03-13T10:17:34]: Detected package: Demo, feature: ProductFeature, state: Absent
[09BC:0638][2012-03-13T10:17:34]: Detected package: Demo, state: Absent, cached: No
[09BC:0638][2012-03-13T10:17:34]: Detect complete, result: 0x0
[09BC:0638][2012-03-13T10:17:36]: Plan 2 packages, action: Install
[09BC:0638][2012-03-13T10:17:36]: Setting string variable 'WixBundleLog_Netfx4Full' to value 'C:\Users\test\AppData\Local\Temp\Demo.Installer.Setup_20120313101734_0_Netfx4Full.log'
[09BC:0638][2012-03-13T10:17:36]: Planned package: Netfx4Full, state: Absent, default requested: Present, ux requested: Present, execute: Install, rollback: None, cache: Yes, uncache: Yes, dependency: Register
[09BC:0638][2012-03-13T10:17:36]: Planned package: Demo, state: Absent, default requested: Present, ux requested: None, execute: None, rollback: None, cache: No, uncache: No, dependency: Unregister
[09BC:0638][2012-03-13T10:17:36]: Plan complete, result: 0x0
[09BC:0638][2012-03-13T10:17:36]: Apply begin
[056C:0580][2012-03-13T10:17:39]: Caching executable from: 'C:\Users\test\AppData\Local\Temp\{1847dfac-b6bd-4299-917c-094002d7ee0f}\.be\Demo Setup.exe' to: 'C:\ProgramData\Package Cache\{1847dfac-b6bd-4299-917c-094002d7ee0f}\Demo Setup.exe'
[056C:0580][2012-03-13T10:17:39]: Registering bundle dependency key: {1847dfac-b6bd-4299-917c-094002d7ee0f}, version 1.0.0.0
[056C:0BD4][2012-03-13T10:17:40]: Moving payload from working path 'C:\Users\test\AppData\Local\Temp\{1847dfac-b6bd-4299-917c-094002d7ee0f}\Netfx4Full' to path 'C:\ProgramData\Package Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\Prerequisites\dotNetFx40_Full_x86_x64.exe'
[056C:0580][2012-03-13T10:17:40]: Applying package: Netfx4Full, action: Install, path: C:\ProgramData\Package Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\Prerequisites\dotNetFx40_Full_x86_x64.exe, arguments: '"C:\ProgramData\Package Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\Prerequisites\dotNetFx40_Full_x86_x64.exe" /passive /promptrestart'
[056C:0BC4][2012-03-13T10:20:08]: Received system request to shut down the process: critical: No, elevated: Yes, allowed: No
[056C:0580][2012-03-13T10:20:08]: Error 0x80070004: Process returned error: 0x40010004
[056C:0580][2012-03-13T10:20:08]: Error 0x80070004: Failed to execute EXE package.
[09BC:0638][2012-03-13T10:20:08]: Error 0x80070004: Failed to configure per-machine EXE package.
[09BC:0638][2012-03-13T10:20:08]: Error 0x80070004: Failed to execute EXE package.
[09BC:0638][2012-03-13T10:20:08]: Error 0x80070004: Failed to execute apply.
[09BC:0638][2012-03-13T10:20:08]: Apply complete, result: 0x80070004 restart: No

¿Por qué está sucediendo esto?

¿Fue útil?

Solución

Ese fue un error en una versión antigua del conjunto de herramientas WIX.Actualice a la versión RTM de WIX V3.6 o posterior.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top