Ahh, sorry. Misread the question. Did you set 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 if I install/uninstall the .msi
> directly.
>
> If I install the msi directly, and then uninstall the msi from ARP, the
> UILevel is "3" during the uninstall of the .msi.  I verify this by checking
> the value of the UILevel property with a custom action.
>
> If I install the burn .exe that chains this same .msi, and then uninstall
> the burn .exe from ARP, when the uninstall of the burn.exe uninstalls the
> chained msi, the value of the UILevel is "2" in this same custom action.
>
> So I am seeing a difference in the UILevel of the msi if it is uninstalled
> via the burn .exe, versus if the .msi is installed and then uninstalled
> from ARP without using the burn .exe.
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Tuesday, 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 at 4:23 PM, Christopher West C <
> christopher.c.w...@ericsson.com> wrote:
>
> >
> > 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 uninstall the .msi from the "Control Panel ->
> > Uninstall or change a program", the UILevel of the .msi is "3"
> > (INSTALLUILEVEL_BASIC) when uninstalling.  However, if I install using
> > the burn bootstrapper, when I uninstall the burn bootstapper from
> > Control Panel -> Uninstall or change a program, the UILevel of the .msi
> is "2" (INSTALLUILEVEL_NONE).
> >
> > Is this the expected behavior for the burn bootstrapper for the
> > UILevel inside the .msi on uninstall to be "2" instead of "3", as it
> > is when installing and then uninstalling the .msi directly without
> > using the bootstrapper?  If so, is there a way to modify the burn
> > bootstrapper to have the UILevel in the .msi be "3" on uninstall from
> > the "Control Panel -> Uninstall or change a program"?
> >
> > ----------------------------------------------------------------------
> > -------- Precog is a next-generation analytics platform capable of
> > advanced analytics on semi-structured data. The platform includes APIs
> > for building apps and a phenomenal toolset for data science.
> > Developers can use our toolset for easy data analysis & visualization.
> > Get a free account!
> > http://www2.precog.com/precogplatform/slashdotnewsletter
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use our
> toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to