Hey Wayne, What you are looking to do is not possible (). I ran into an issue similar to this while looking to conditionally launch a URL according to properties set during installation.
The issue is with the execution sequences of Windows Installer. In a UI installation it goes from the UI sequence to the Execution sequence and then commits. The final dialog is then outside the transaction so all properties that have been changed are no longer accessible as the transaction has stopped. You could launch an application using the ShellExec custom action but you would have to read from the registry to find were your custom application go installed (incase the user changes the default location). Hope this helps, -- Brian Rogers "Intelligence removes complexity." - Me http://icumove.spaces.live.com On Fri, Jan 2, 2009 at 10:28 AM, Wayne Roberts < wrobe...@syntech-fuelmaster.com> wrote: > I'm new to WiX and have to modify our current WiX installer, but I'm not > sure how to go about it. Here's the problem I have: > > > > When the user clicks the finish button at the end of an upgrade, we have > a custom action set up to launch a program (to do some db cleanup). > > What I need to do now is figure out how to run either that program or a > different one based on a field in an XML file. Getting the data out of > the XML file shouldn't be a problem, but I can't figure out how to run > EITHER program A or Program B. > > If someone can't point me to an example, that would be great. > > > > Thanks. > > ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users