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

Reply via email to