Gotta love that Bing
So I had a try...
32-bit Wineprefix, default (no .dll overrides), sandboxed, Wine set to Windows XP & 7 tested
Code: Select all
wine BingAdsEditor.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:advapi:DecryptFileW (L"C:\\users\\robert\\Temp\\{74319f5f-c9a5-4a1e-b5b1-5fbaf2fadd70}\\", 00000000): stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
The installer fails silently dropping back to the command line.
Code: Select all
cd ~/.wine/drive_c/users/robert/Temp
cat Bing_Ads_Editor_20140426010028.log
[0023:0024][2014-04-26T01:00:27]: Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\users\robert\BingAdsEditor.exe, cmdline: '-burn.unelevated BurnPipe.{66DA37A0-3F23-45C9-ABD0-3CA0900939D4} {A197CCBA-5C6F-4151-AAA0-8302AAF328D2} 8'
[0023:0024][2014-04-26T01:00:28]: Setting string variable 'WixBundleLog' to value 'C:\users\robert\Temp\Bing_Ads_Editor_20140426010028.log'
[0023:0024][2014-04-26T01:00:28]: Setting string variable 'WixBundleOriginalSource' to value 'C:\users\robert\BingAdsEditor.exe'
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to set pipe to non-blocking.
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to connect to elevated parent process.
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleElevated = 1
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleLog = C:\users\robert\Temp\Bing_Ads_Editor_20140426010028.log
[0023:0024][2014-04-26T01:00:28]: Variable: WixBundleOriginalSource = C:\users\robert\BingAdsEditor.exe
[0023:0024][2014-04-26T01:00:28]: Error 0x80070218: Failed to write message type to pipe.
[0023:0024][2014-04-26T01:00:28]: Error 0x80070218: Failed to post terminate message to child process cache thread.
[0023:0024][2014-04-26T01:00:28]: Error 0x80004005: Failed to run per-user mode.
[0023:0024][2014-04-26T01:00:28]: Exit code: 0x80004005, restarting: No
cat Setup_20140426010327_Failed.txt
[0008:0009][2014-04-26T01:00:26]: Burn v3.6.3303.0, Windows v6.1 (Build 7601: Service Pack 1), path: C:\users\robert\BingAdsEditor.exe, cmdline: ''
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to open parent pipe: \\.\pipe\BurnPipe.{66DA37A0-3F23-45C9-ABD0-3CA0900939D4}
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to connect to unelevated process.
[0008:0009][2014-04-26T01:03:27]: Error 0x800705b4: Failed to run per-machine mode.
Wine 1.7.16 on Arch Linux 64-bit.
Bob