If you're talking about the bitmap on the side of the dialog or top then you 
can change it:
    <WixVariable Overridable="yes" Id='WixUIBannerBmp' 
Value="$(var.resourcePath)\TMCTopBanner.bmp"/>
    <WixVariable Overridable="yes" Id='WixUIDialogBmp' 
Value="$(var.resourcePath)\TMCSide.bmp"/>

Steve

-----Original Message-----
From: Joseph, Sijo [mailto:sijo.jos...@cgi.com] 
Sent: February-20-13 12:01 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

Thanks Gabriel for the reply. 

The condition I want is "To display a custom dialog, while the execution is in 
progress". We need this custom dialog because we need to add a logo in all the 
dialogs. 

Note: If there is a alternate method to add/change the logo in the existing 
dialog that also will help. 

Thanks,
Sijo Joseph


-----Original Message-----
From: Gabriel Ivanes [mailto:g...@fastmail.net]
Sent: 20 February 2013 16:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] InstallUISequence

Like a condition ? :

<InstallUISequence>
          <Show Dialog="Migration_MAP_a00"
                        Before="ExecuteAction">
                USRCONCERNED = "YES"                                    
        </Show>
</InstallUISequence>    

Le %:Date:, "Joseph, Sijo" <sijo.jos...@cgi.com> a écrit:
> Hi All,
> 
> Is there any property can be set in "InstallUISequence" to display a 
> custom dialog while the msi is installing.
> 
> I can see the parameters after and before  like below
> 
> <InstallUISequence>
>  <Show Dialog="UserRegistrationDlg" Before="ExecuteAction" /> 
> </InstallUISequence>
> 
> 
> Regards ,
> Sijo Joseph
> ----------------------------------------------------------------------
> -------- Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics Download AppDynamics Lite 
> for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


--
Sincèrement,
Gabriel

"I know no way of judging the future but by the past."
    Patrick Henry
"You can never plan the future by the past."
    Edmund Burke

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to