The second half of log has lots of errors in it because you killed the parent process. The log message will not have those error messages if you call Engine.Quit(). I don't know why you are hanging. Check to see if your code is trapped in a callback. If not, check the callstack to see where the engine is stuck... most likely it is waiting for your BA to respond to something.
On Tue, Sep 11, 2012 at 9:13 AM, Gregory Beaty <greg.bea...@gmail.com>wrote: > > > > > > Hello I have created a custom BootstrapperApplication based on the Wix > 3.6 > > Installer. I am now up to point where I am ready to test actual > > installations. The log indicates that the log gets up to the point where > it > > creates a system restore point then it does nothing. After closing the > > application several failures are written to the log. Note: When I use the > > standard BootstrapperApplication my application installs fine. Here is > what > > I am seeing in the log file: > > > > [0A00:1A68][2012-09-10T20:13:23]: Burn v3.6.3303.0, Windows v6.2 (Build > > 9200: Service Pack 0), path: D:\installer.exe, cmdline: '-burn.unelevated > > BurnPipe.{890EC4BF-DB30-4EE2-88BB-10B738AB91B9} > > {255701DB-8529-4359-A8E5-5249C995A9A3} 7328' > > [0A00:1A68][2012-09-10T20:13:23]: Setting string variable 'WixBundleLog' > > to value 'C:\Users\Greg\AppData\Local\Temp\installer_20120910201323.log' > > [0A00:1A68][2012-09-10T20:13:23]: Setting string variable > > 'WixBundleOriginalSource' to value 'D:\installer..exe' > > [0A00:1A68][2012-09-10T20:13:23]: Setting string variable 'WixBundleName' > > to value 'Installer' > > [0A00:1A68][2012-09-10T20:13:23]: Loading managed bootstrapper > application. > > [0A00:1A68][2012-09-10T20:13:23]: Creating BA thread to run > asynchronously. > > [0A00:1A68][2012-09-10T20:13:24]: Detect 1 packages > > [0A00:1DF0][2012-09-10T20:13:24]: Creating the user interface. > > [0A00:1A68][2012-09-10T20:13:24]: Detected package: installer.msi, state: > > Absent, cached: None > > [0A00:1A68][2012-09-10T20:13:24]: Detect complete, result: 0x0 > > [0A00:1A68][2012-09-10T20:13:27]: Plan 1 packages, action: Install > > [0A00:1A68][2012-09-10T20:13:27]: Setting string variable > > 'WixBundleRollbackLog_installer.msi' to value > > 'C:\Users\Greg\AppData\Local\Temp\installer.msi_rollback.log' > > [0A00:1A68][2012-09-10T20:13:27]: Setting string variable > > 'WixBundleLog_installer.msi' to value > > 'C:\Users\Greg\AppData\Local\Temp\installer.msi.log' > > [0A00:1A68][2012-09-10T20:13:27]: Planned package: installer.msi, state: > > Absent, default requested: Present, ba requested: Present, execute: > > Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: > Register > > [0A00:1A68][2012-09-10T20:13:27]: Plan complete, result: 0x0 > > [0A00:1A68][2012-09-10T20:13:27]: Apply begin > > [1CA0:0DC4][2012-09-10T20:13:27]: Creating a system restore point. > > > > > ================================================================================= > > ====== > > Below only shows after I click the X button on the installer or the kill > > the process, which is an issue of its own. > > > > > ======================================================================================== > > > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to write > > message type to pipe. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to write send > > message to pipe. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to send > > BURN_ELEVATION_MESSAGE_TYPE_DETECT_RELATED_BUNDLES message to per-machine > > process. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to detect > > related bundles in elevated process > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to register > > bundle. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to write > > message type to pipe. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to write send > > message to pipe. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to send > message > > to per-machine process. > > [0A00:1A68][2012-09-10T20:13:59]: Apply complete, result: 0x800700e8, > > restart: None, ba requested restart: No > > [0A00:1A68][2012-09-10T20:13:59]: Shutting down, exit code: 0x0 > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleAction = 4 > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleElevated = 1 > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleLog = > > C:\Users\Greg\AppData\Local\Temp\installer_20120910201323.log > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleLog_installer.msi = > > C:\Users\Greg\AppData\Local\Temp\installer.msi.log > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleName = Installer > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleOriginalSource = > > D:\installer.exe > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleProviderKey = > > {a978a4e0-4cc1-4c9a-bd00-1e9dac268a9f} > > [0A00:1A68][2012-09-10T20:13:59]: Variable: > > WixBundleRollbackLog_installer.msi = > > C:\Users\Greg\AppData\Local\Temp\installer.msi_rollback.log > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleTag = > > [0A00:1A68][2012-09-10T20:13:59]: Variable: WixBundleVersion = > > 2.5.4592.29737 > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to write > > message type to pipe. > > [0A00:1A68][2012-09-10T20:13:59]: Error 0x800700e8: Failed to post > > terminate message to child process cache thread. > > [0A00:1A68][2012-09-10T20:13:59]: Exit code: 0x0, restarting: No > > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- virtually, Rob Mensching http://RobMensching.com LLC ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users