Re: [WiX-users] How to modify MSI from the custom bootstrapper

2013-05-09 Thread Christopher West C
most basic of scenarios. I think more work is necessary in Burn to really get DisplayInternalUI fully supported. On Thu, May 9, 2013 at 6:56 AM, Christopher West C < christopher.c.w...@ericsson.com> wrote: > In OnPlanPackageBegin, the value of the State is already set to "Prese

Re: [WiX-users] How to modify MSI from the custom bootstrapper

2013-05-09 Thread Christopher West C
dows Installer XML toolset. Subject: Re: [WiX-users] How to modify MSI from the custom bootstrapper If you want to force a package to run during modify, change the requested state in OnPlanPackageBegin(). The default will be a no-op. On Wed, May 8, 2013 at 5:51 PM, Christopher West C <

[WiX-users] How to modify MSI from the custom bootstrapper

2013-05-08 Thread Christopher West C
I would like to have my custom bootstrapper allow for an installed MSI to be modified via the MSI's UI. If I install the .msi directly, I am able to do this from the ARP via the change button. I tried to accomplish this same behavior via my custom bootstrapper. In my custom bootstrapper, I t

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-05-02 Thread Christopher West C
"WixStandardBootstrapperApplication.RtfLicense" bootstrapper What parts? Some of it can be accessed via Variables. On Thu, May 2, 2013 at 8:42 AM, Christopher West C < christopher.c.w...@ericsson.com> wrote: > Sorry, my question wasn't very clear. > > I think the answer to this is no, I just wan

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-05-02 Thread Christopher West C
ady written for you. It can do whatever it can do. You can see the code in src\ext\BalExtension\wixstdba. I'm not exactly sure what you want it to do in this case but it definitely does access the Command struct and makes all sorts of decisions based off of it today. On Thu, May 2,

Re: [WiX-users] Uninstall Order

2013-05-02 Thread Christopher West C
I just ran into this as well. Very interested in seeing if this is possible also. -Original Message- From: Nick Miller [mailto:nmil...@livetechnology.com] Sent: Thursday, May 02, 2013 10:12 AM To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net)

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-05-02 Thread Christopher West C
rs] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper Yes, the BootstrapperApplication is provided the Command struct that has all the information about the command-line. On Tue, Apr 30, 2013 at 7:21 PM, Christopher West C < christopher.c.w...@ericsson.com> wrote: >

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-30 Thread Christopher West C
I is being launched in the context of Burn, I think the easiest way would be to add an MsiProperty element to your MsiPackage element. On Tue, Apr 30, 2013 at 11:33 AM, Christopher West C < christopher.c.w...@ericsson.com> wrote: > Thank you for your reply. I do have the following q

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-30 Thread Christopher West C
;/quiet" option? -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Tuesday, April 30, 2013 12:57 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper On 29-Apr-13 1

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-29 Thread Christopher West C
Resending because I haven't received any replies to this last post. Is the below behavior a bug with the Wix burn bootstrapper functionality? -Original Message- From: Christopher West C [mailto:christopher.c.w...@ericsson.com] Sent: Wednesday, April 24, 2013 4:26 PM To: &#x

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-24 Thread Christopher West C
MSI messed up the communication code and messages are lost). On Tue, Apr 16, 2013 at 8:20 AM, Christopher West C < christopher.c.w...@ericsson.com> wrote: > I figured that question was coming... > > We have multiple products that can be installed by the customer. We > hav

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-16 Thread Christopher West C
use there were some > issues. I thought it was as my memory remembered but I was apparently > wrong. Hopefully, he can chime in and correct my understanding and why > it is the way it is. There was something... > > > On Tue, Apr 16, 2013 at 7:37 AM, Christopher West

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-16 Thread Christopher West C
n Tue, Apr 16, 2013 at 7:13 AM, Christopher West C < christopher.c.w...@ericsson.com> wrote: > Based on what I am seeing , the behavior of the burn .exe uninstalling > the chained .msi is not matching the behavior if I install/uninstall > the .msi directly. > > If I install th

Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-16 Thread Christopher West C
April 16, 2013 9:02 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper No, this matches the behavior of uninstalling MSI files from ARP. On Mon, Apr 15, 2013

[WiX-users] UILevel on uninstall using "WixStandardBootstrapperApplication.RtfLicense" bootstrapper

2013-04-15 Thread Christopher West C
Using Wix 3.7, I have created a default burn bootstrapper using the "WixStandardBootstrapperApplication.RtfLicense". I have been testing through the behavior of the functionality and noticed the following. If I install the .msi file directly without using the burn bootstrapper, when I uninst