WixUI_Minimal only has an EULA screen in addition to the completed one you want.
-----Original Message----- From: Rob Wilson [mailto:netp...@gmail.com] Sent: April 29, 2013 09:17 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Wix - A simple 'Completed' page / MSBuild how to configure for light? Hi, 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? Please note, I originally posted to the wrong list, but they were kind enough to give me this as a started... 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'. Regards, Rob ------------------------------------------------------------------------------ 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-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ 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-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users