For general WiX toolset questions, please contact
wix-us...@lists.sourceforge.net mailing list.  This list is for discussions
about coding the WiX toolset itself.

Short answer: all the UI sequences provided by the WiX toolset will have at
least one page before the progress page. If you only want a success page,
you'll want to create a dialog that is only shown on 'success'.


On Mon, Apr 29, 2013 at 5:16 AM, Rob Wilson <netp...@gmail.com> wrote:

> We have an installer that has been created by a developer that has since
> left the company.
>
> I'm trying to determine how to add a single page at the end of the
> installation that displays 'Installation completed', this is simply because
> the installation is so quick that it looks like it might have bombed out,
> when in fact it has not.
>
> The documentation online mentions using the UIRef element, which probably
> will work okay, but the only one that mentions 'Installation Completed' is
> *WixUI_Mondo* however I don't want to introduce lots of screens; just the
> confirmation.  Is there a way of requesting just the 'completed' screen?
>
> In addition, the documentation shows the usage of candle.exe and
> light.exe...
>
>
> candle.exe SampleWixUI.wxs
> light.exe -ext WixUIExtension SampleWixUI.wixobj
>
>
> However, our WIX installer (Product.wxs) is initiated from an MS Build
> script (build.xml) in this format...
>
>
> <ExcelAddinWixFile>XYZ.LocalApi.Client.ExcelAddin.Installer\Product.wxs</ExcelAddinWixFile>
>
> How would I configure candle / light in the XML build script?
>
> Regards,
> Rob Wilson
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
> _______________________________________________
> WiX-devs mailing list
> WiX-devs@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-devs
>
>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to