Is it possible to set INSTALLUILEVEL_REDUCED (as DisplayInternalUI + 
BOOTSTRAPPER_DISPLAY_PASSIVE) only for certain msi in bindle without "/passive" 
command line argument?

-----Original Message-----
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] 
Sent: Saturday, November 02, 2013 11:05 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) 
or 4 (INSTALLUILEVEL_REDUCED) for msi.

The progress should be shown in the Burn UI, not in a separate window that may 
even look different for each sub-package.

Remember Burn is designed to provide a "single progress bar experience".

--
Nicolas

2013/11/1 Alexey Larsky-RUS <alexey.lar...@jeppesen.com>:
> When I like to show overall progress for each msi. Some of them setups long 
> time.
> It could be matter during tuning installing 3rd-party MSIs with incorrect 
> conditions of custom actions.
> As I remember, on INSTALLUILEVEL_BASIC installation should be fully silent, 
> like INSTALLUILEVEL_NONE.
>
> -----Original Message-----
> From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
> Sent: Thursday, October 31, 2013 8:27 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) 
> or 4 (INSTALLUILEVEL_REDUCED) for msi.
>
> Might I ask why you need a Basic install UI level?
> ________________________________________
> From: Blair Murri [os...@live.com]
> Sent: Tuesday, October 29, 2013 12:58 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn. How to set UILevel == 3 (INSTALLUILEVEL_BASIC) 
> or 4 (INSTALLUILEVEL_REDUCED) for msi.
>
> It’s a combination of setting “DisplayInternalUI” to “yes” AND setting the 
> “display” arguments to BOOTSTRAPPER_DISPLAY_PASSIVE (which happens for you 
> when you pass the “/passive” argument to burn). That will get you 
> INSTALLUILEVEL_REDUCED (4). INSTALLUILEVEL_BASIC (3) isn’t currently 
> available from burn.
>
> Blair
>
> From: Alexey Larsky-RUS
> Sent: ‎Monday‎, ‎October‎ ‎28‎, ‎2013 ‎10‎:‎38‎ ‎PM
> To: General discussion for Windows Installer XML toolset.
>
> Dear users,
>
> I can't found how to set UILevel == 3 or 4 for msi (MsiPackage).
> DisplayInternalUI='no'  sets UILevel == 2 (INSTALLUILEVEL_NONE) 
> DisplayInternalUI='yes' sets UILevel == 5 (INSTALLUILEVEL_FULL)
>
> Yours sincerely.

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that 
developers love is also attractive to malware creators. Download this white 
paper to learn more about secure code signing practices that can help keep 
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to