Re: [WiX-users] CustomAction using a simple expression

2007-04-13 Thread Steffens, Frank
John Smith wrote: > Hi, > > I want to publish a custom action event only when a certain expression > is TRUE. > e.g. when a certain property [Version] is higher than "7.0", what's the > syntax to use?? Hi, just use that property inside of the tag: VersionNT >= 500 ... Regards, Frank -

Re: [WiX-users] Using InstallUtil.exe to run an exe from a setup

2007-04-12 Thread Steffens, Frank
Karthika K wrote: > Hi All, > > I have a console application which installs custom controls to a > toolbox. I want to run this application from a setup (wix file). > How can I use InstallUtil.exe for this purpose? I had the following > customaction element: > > '"C:\WINDOWS\Microsoft.NET\Frame