Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2015-03-20 Thread psimms
sorry to bring up an old post I have this working using 3.10 - a checkbox on the modify screen allowing a value to be passed to the MSI This is great, but my only issue now is that the checkbox screen is available for both a repair and uninstall, I would only like it available for an uninstall on

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-18 Thread Hoover, Jacob
t seems this is all that would be needed.) -Original Message- From: psimms [mailto:psi...@tycoint.com] Sent: Monday, August 18, 2014 9:10 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all its an issue where I am using bu

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-18 Thread psimms
its an issue where I am using burn to bundle my msi and payload files together and my msi has a checkbox option when a uninstall is triggered and if the checkbox is ticked sends a variable to the msi during uninstall to drop databases, however I am not sure this is possible with the standard or eve

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-15 Thread Rob Mensching
t for the WiX toolset | http://www.firegiant.com/ -Original Message- From: psimms [mailto:psi...@tycoint.com] Sent: Friday, August 15, 2014 9:15 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all has there been any u

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2014-08-15 Thread psimms
has there been any update since this post, is it possible to use burn with no UI? I would like to be able to repair and uninstall using the MSI UI instead of the burn UI -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bootstrap-a-single-MSI-n

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2012-11-03 Thread Goran
Has this become a built-in feature, or it is still left for user to implement? If you deploy BA and Msi together, it is unusual to have different UIs. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-bootstrap-a-single-MSI-not-showing-BA-UI-at-

Re: [WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2011-10-24 Thread Rob Mensching
You'd need to write your own. The wixstdba is not about showing the MSI UI. I bet if you wrote one some other people would like to use it. it is definitely possible since we added MsiPackage/@DisplayInternalUI (or some attribute named similar to that). On Mon, Oct 24, 2011 at 11:28 AM, Bruce Cran

[WiX-users] Burn: bootstrap a single MSI, not showing BA UI at all

2011-10-24 Thread Bruce Cran
I'm just starting to use Burn and was wondering if it's possible to use it to simply 'wrap' an MSI as a .exe and have it not show any of its own UI? That is, launching the executable should only show the internal MSI interface. Is that possible using the standard BA, or would I have to write my