Thanks for your reply. I've checked my installed programs and removed all 
related components. But error is still the same. New log with no found related 
packages:
If I use internal msi that doesn't reqire PerMachine permissions, my 
installation works as expected. This error occurs only when installing 
PerMachine mis's inside a bundle.

[0A40:1094][2014-02-13T09:14:06]: Burn v3.6.3303.0, Windows v5.1 (Build 2600: 
Service Pack 3), path: D:\Documents and Settings\Administrator\My 
Documents\SharpDevelop Projects\bundletest\bundletest\bin\Debug\bundletest.exe, 
cmdline: ''
[0A40:1094][2014-02-13T09:14:06]: Setting string variable 'WixBundleLog' to 
value 'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140213091406.log'
[0A40:1094][2014-02-13T09:14:06]: Setting string variable 
'WixBundleOriginalSource' to value 'D:\Documents and Settings\Administrator\My 
Documents\SharpDevelop Projects\bundletest\bundletest\bin\Debug\bundletest.exe'
[0A40:1094][2014-02-13T09:14:06]: Setting string variable 'WixBundleName' to 
value ''
[0A40:1094][2014-02-13T09:14:06]: Detect 1 packages
[0A40:1094][2014-02-13T09:14:06]: Detected package: testmsi, state: Absent, 
cached: None
[0A40:1094][2014-02-13T09:14:06]: Detect complete, result: 0x0
[0A40:1094][2014-02-13T09:14:08]: Plan 1 packages, action: Install
[0A40:1094][2014-02-13T09:14:08]: Setting string variable 
'WixBundleRollbackLog_testmsi' to value 
'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140213091406_0_testmsi_rollback.log'
[0A40:1094][2014-02-13T09:14:08]: Setting string variable 
'WixBundleLog_testmsi' to value 
'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140213091406_0_testmsi.log'
[0A40:1094][2014-02-13T09:14:08]: Planned package: testmsi, state: Absent, 
default requested: Present, ba requested: Present, execute: Install, rollback: 
Uninstall, cache: Yes, uncache: No, dependency: Register
[0A40:1094][2014-02-13T09:14:08]: Plan complete, result: 0x0
[0A40:1094][2014-02-13T09:14:08]: Apply begin
[0A40:1094][2014-02-13T09:17:09]: Error 0x800705b4: Failed to wait for child to 
connect to pipe.
[0A40:1094][2014-02-13T09:17:09]: Error 0x800705b4: Failed to connect to 
elevated child process.
[0A40:1094][2014-02-13T09:17:09]: Error 0x800705b4: Failed to actually elevate.
[0A40:1094][2014-02-13T09:17:09]: Error 0x800705b4: Failed to elevate.
[0A40:1094][2014-02-13T09:17:09]: Apply complete, result: 0x800705b4, restart: 
None, ba requested restart:  No


12.02.2014, 19:55, "Wesley Manning" <wmann...@dynagen.ca>:
> You can't do a per-user to per-machine upgrade at all.  MSI doesn't allow it 
> from what I heard.
>
> -----Original Message-----
> From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
> Sent: February-12-14 10:05 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Bundle elevation error in WinXP
>
> This line:
> [14DC:15A8][2014-02-12T11:51:39]i103: Detected related package: 
> {2DDC7E93-29AB-4260-A9DB-697F7FA88157}, scope: PerUser, version: 6.4.4.0, 
> language: 0 operation: MajorUpgrade
>
> Makes me think something funky is going on. You are trying to upgrade a per 
> user MSI to a per machine MSI?  I can't remember all the details, but I do 
> know that per user installs have their own problems and trying to switch 
> between them in an upgrade can cause headaches.
>
> -----Original Message-----
> From: Евгений Волошин [mailto:voloshin.evge...@yandex.ru]
> Sent: Wednesday, February 12, 2014 5:30 AM
> To: General discussion about the WiX toolset.
> Subject: [WiX-users] Bundle elevation error in WinXP
>
> Hello!
> I've got some strage behavior of Burn (WiX v 3.7/3.8) in windows xp.
> When I try to include msi installer in standart bundle setup pauses saying 
> "Initializing..." and after several minutes shows error message 0x800705b4. 
> When I open up logs I see that Burn failed to start installing msi that is 
> intented to be installed in "PerMachine" mode:
>
> [14DC:15A8][2014-02-12T11:51:39]i001: Burn v3.8.1128.0, Windows v5.1 (Build 
> 2600: Service Pack 3), path: D:\Documents and Settings\Administrator\My 
> Documents\SharpDevelop 
> Projects\bundletest\bundletest\bin\Debug\bundletest.exe, cmdline: ''
> [14DC:15A8][2014-02-12T11:51:39]i000: Setting string variable 'WixBundleLog' 
> to value 'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140212115139.log'
> [14DC:15A8][2014-02-12T11:51:39]i000: Setting string variable 
> 'WixBundleOriginalSource' to value 'D:\Documents and 
> Settings\Administrator\My Documents\SharpDevelop 
> Projects\bundletest\bundletest\bin\Debug\bundletest.exe'
> [14DC:15A8][2014-02-12T11:51:39]i000: Setting string variable 'WixBundleName' 
> to value ''
> [14DC:15A8][2014-02-12T11:51:39]i100: Detect begin, 1 packages
> [14DC:15A8][2014-02-12T11:51:39]i103: Detected related package: 
> {2DDC7E93-29AB-4260-A9DB-697F7FA88157}, scope: PerUser, version: 6.4.4.0, 
> language: 0 operation: MajorUpgrade
> [14DC:15A8][2014-02-12T11:51:39]i101: Detected package: testmsi, state: 
> Absent, cached: None
> [14DC:15A8][2014-02-12T11:51:39]i199: Detect complete, result: 0x0
> [14DC:0868][2014-02-12T11:51:41]i000: Setting numeric variable 
> 'EulaAcceptCheckbox' to value 1
> [14DC:0868][2014-02-12T11:51:45]i000: Setting numeric variable 
> 'EulaAcceptCheckbox' to value 1
> [14DC:15A8][2014-02-12T11:51:45]i200: Plan begin, 1 packages, action: Install
> [14DC:15A8][2014-02-12T11:51:45]i000: Setting string variable 
> 'WixBundleRollbackLog_testmsi' to value 
> 'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140212115139_0_testmsi_rollback.log'
> [14DC:15A8][2014-02-12T11:51:45]i000: Setting string variable 
> 'WixBundleLog_testmsi' to value 
> 'D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\Setup_20140212115139_0_testmsi.log'
> [14DC:15A8][2014-02-12T11:51:45]i201: Planned package: testmsi, state: 
> Absent, default requested: Present, ba requested: Present, execute: Install, 
> rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
> [14DC:15A8][2014-02-12T11:51:45]i299: Plan complete, result: 0x0
> [14DC:15A8][2014-02-12T11:51:45]i300: Apply begin
> [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: Failed to wait for 
> child to connect to pipe.
> [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: Failed to connect to 
> elevated child process.
> [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: Failed to actually 
> elevate.
> [14DC:15A8][2014-02-12T11:54:46]e000: Error 0x800705b4: Failed to elevate.
> [14DC:15A8][2014-02-12T11:54:46]i399: Apply complete, result: 0x800705b4, 
> restart: None, ba requested restart:  No
>
> Things I've tried:
> 1. Use ForcePerMachine key to tell Burn that I need elevation prior to 
> installing my msi.
> 2. Run bundle as common user and as admin user.
> 3. Run bundle in Win7 (Run as admin) - works as expected.
>
> My bundle code:
> <?xml version="1.0"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" 
> xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";>
>
>     <Bundle Version="1.0" Manufacturer="Man" 
> UpgradeCode="6E06DEA1-6FF1-4E29-B3DC-A846DD804BF9">
>             <BootstrapperApplicationRef 
> Id="WixStandardBootstrapperApplication.RtfLicense"/>
>         <Chain>
>             <MsiPackage Id="testmsi" Vital="yes" SourceFile="D:\Documents and 
> Settings\Administrator\Desktop\mysql-connector-net-6.8.3.msi" />
>         </Chain>
>     </Bundle>
> </Wix>
>
> Please advise how can I avoid this strange behavior?
>
> Best regards,
> Evgeniy
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Android apps run on BlackBerry 10
> Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
> Now with support for Jelly Bean, Bluetooth, Mapview and more.
> Get your Android app in front of a whole new audience.  Start now.
> http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to