net framework 2.0 if not present to popup a message
My purpose is to check net framework 2.0 if not present to popup a message
For that below condition given but it’s not working, could help any one it’s great for me .
DOTNET2 in the properties section to Null
In System Search - Property - DOTNET2
Operation - Read raw value from registry
Root - HKEY_LOCAL_MACHINE
Key -SOFTWARE\Microsoft\.NETFramework\policy\v2.0
Value Name – 50727
Launch condition - DOTNET2="50727-50727"
For that below condition given but it’s not working, could help any one it’s great for me .
DOTNET2 in the properties section to Null
In System Search - Property - DOTNET2
Operation - Read raw value from registry
Root - HKEY_LOCAL_MACHINE
Key -SOFTWARE\Microsoft\.NETFramework\policy\v2.0
Value Name – 50727
Launch condition - DOTNET2="50727-50727"
0 Comments
[ + ] Show comments
Answers (13)
Please log in to answer
Posted by:
AngelD
13 years ago
Posted by:
honeyslim
13 years ago
Posted by:
anonymous_9363
13 years ago
Although Microsoft document registry interrogation to be the way to detect .Net Framework versions (although not the value you're getting), I prefer to detect the presence of a core file. This varies from version to version (naturally...) but, for v2, I use 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\IEHost.dll'.
Posted by:
honeyslim
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
honeyslim
13 years ago
Posted by:
anonymous_9363
13 years ago
I'm going to guess here...
- You have Wise Package Studio
- As Kim suggested, you haven't altered the default relationship, sequence-wise, between the AppSearch and LaunchCondition actions.
Clearly, if LC occurs before AS, then whatever AS finds cannot be processed by LC, since LC has already executed.
- You have Wise Package Studio
- As Kim suggested, you haven't altered the default relationship, sequence-wise, between the AppSearch and LaunchCondition actions.
Clearly, if LC occurs before AS, then whatever AS finds cannot be processed by LC, since LC has already executed.
Posted by:
timmsie
13 years ago
Posted by:
cygan
13 years ago
Posted by:
honeyslim
13 years ago
Posted by:
anonymous_9363
13 years ago
Posted by:
honeyslim
13 years ago
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.