Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Get the Framework Version

0 views
Skip to first unread message

Peter Wyss

unread,
Apr 11, 2003, 10:51:42 AM4/11/03
to
Hello,

I have the following Problem:

I want to install the .NET-Framework together with my
Service-Installation, but only if the Framework isn't installed on the
machine or an older Version then 1.1 is installed (1.0). I created the
Installation with Wise Installation System 9.02. Problem: I can't
receive the Version-Number, because Wise can't operate with Wildcards
(*,?) ->I can't check if the directory
c:\windows\Microsoft.Net\Framework\v1.1* exist and i can't check if the
Key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v1.1*
exist...

Any reasons for this problem? Does anyone has an idea?

Thanks,
Peter Wyss

Phil Wilson

unread,
Apr 11, 2003, 1:28:57 PM4/11/03
to
If Wise lets you, you could look at the MsiNetAssemblySupport property which is the highest runtime
version installed on the system. A LaunchCondion on this property will mean that the install won't
start unless there is some version of the runtime on the system (treat it like a bool) and the
actual value on a 1.1 system is something like the string 1.1.4322.

"Peter Wyss" <peter...@timeware.ch> wrote in message news:OA3tPnDA...@TK2MSFTNGP10.phx.gbl...

0 new messages