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

2013-05-09 Thread Christopher West C
: 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 christopher.c.w...@ericsson.com wrote: I

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

2013-05-09 Thread Christopher West C
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 Present when the event is invoked. So the question

[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

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

2013-05-02 Thread Christopher West C
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: Thanks for the information. I did some testing and did

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
of it today. smile/ On Thu, May 2, 2013 at 8:08 AM, Christopher West C christopher.c.w...@ericsson.com wrote: Thanks, had a chance to test with this last night, and inside a custom BA, I was able to access the BootstrapperApplication.Command that you referenced, which is what I was looking

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 want to verify. I have a test bundle.wxs

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

2013-04-30 Thread Christopher West C
? -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 14:40, Christopher West C wrote

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

2013-04-30 Thread Christopher West C
, Christopher West C christopher.c.w...@ericsson.com wrote: Thank you for your reply. I do have the following question. In the bare .msi package, in the .msi via a custom action I can check the UILevel to know if the user is uninstalling the .msi from ARP, versus if they are uninstalling from

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: 'General

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

2013-04-24 Thread Christopher West C
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 have a core product, and then some additional add-on products that can installed as well, each product having its

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

2013-04-16 Thread Christopher West C
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 at 4:23 PM, Christopher West C

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

2013-04-16 Thread Christopher West C
DisplayInternalUI='yes' on the MsiPackage? If no, then the MSIs are always run silently. On 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

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

2013-04-16 Thread Christopher West C
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 C christopher.c.w...@ericsson.com wrote: Yes, I do have

[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