Find All Files command

Got a problem you cannot solve? Try here.
kurtth
Posts: 8
Joined: Tue Apr 17, 2007 5:35 pm

Find All Files command

Postby kurtth » Wed Aug 15, 2007 2:47 pm

The wildcard search pattern appears not to be applied to directory names as the Windows Explorer search does. Depending on the "Include Directory Names" selection either all or no directories are included in the result.

I need to check if the .Net Framework 3.x is installed and tried to do this by finding the directories: $WinDir$Microsoft.NET\\Framework\\V3.*

Actually I need to find if the Windows Communication Foundation (WCF) is available.
Is there another way to check this?

Thanks!

Alex_Ronquillo
Site Admin
Posts: 364
Joined: Mon Jul 30, 2007 11:51 am
Location: USA
Contact:

Postby Alex_Ronquillo » Wed Aug 15, 2007 3:25 pm

You can use the following to check if WCF is installed:

Code: Select all

Check Registry Key HKLM\\Software\\Microsoft\\NET Framework Setup\\NDP\\v3.0\\Setup\\Windows Communication Foundation\\InstallSuccess into variable


if $variable$ is 1 or different than NO$VALUE, it means WCF is present.
Alejandro Ronquillo
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 89 guests