You can display the same progress in your BA that you could with a basic UI.  
Are you using WixStdBA or your own BA?  If you are using WixStdBA you simply 
need to add 

        <Text Name="ExecuteProgressActionDataText" X="11" Y="163" Width="-11" 
Height="17" FontId="3" DisablePrefix="yes"/>

To your progress page to show what is happening inside the MSI's.  If you are 
rolling your own MBA, then have a look at the WixBA and

private void ExecuteMsiMessage(object sender, ExecuteMsiMessageEventArgs e)



-----Original Message-----
From: Alexey Larsky-RUS [mailto:alexey.lar...@jeppesen.com] 
Sent: Friday, November 01, 2013 12:40 AM
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.

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
------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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

------------------------------------------------------------------------------
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

Reply via email to