Re: [WiX-users] determining if app is already installed

2012-06-27 Thread Bob Uva
ok, thanks Rob! On Wed, Jun 27, 2012 at 1:44 PM, Rob Mensching wrote: > AppSearch is a perfectly valid thing to use for that. > On Wed, Jun 27, 2012 at 1:21 PM, Bob Uva wrote: > > > I'm trying to use a modified version of Wix_FeatureTree dialog set. I > want > > to determine if my application i

Re: [WiX-users] determining if app is already installed

2012-06-27 Thread Rob Mensching
AppSearch is a perfectly valid thing to use for that. On Wed, Jun 27, 2012 at 1:21 PM, Bob Uva wrote: > I'm trying to use a modified version of Wix_FeatureTree dialog set. I want > to determine if my application is already installed, and if it is, to read > an xml file to retrieve a value from it

[WiX-users] determining if app is already installed

2012-06-27 Thread Bob Uva
I'm trying to use a modified version of Wix_FeatureTree dialog set. I want to determine if my application is already installed, and if it is, to read an xml file to retrieve a value from it. If the app is not installed, I want to bring up a different dialog on a Next button press. Is there a stand