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!
Find All Files command
-
- Site Admin
- Posts: 364
- Joined: Mon Jul 30, 2007 11:51 am
- Location: USA
- Contact:
You can use the following to check if WCF is installed:
if $variable$ is 1 or different than NO$VALUE, it means WCF is present.
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/
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/
Who is online
Users browsing this forum: No registered users and 60 guests