R
Rithesh
Hello,
I am trying to create a setup.dll file. In the "Install_Exit" part of
Setup.dll i am trying to find if .net compact framework is installed
or not. My knowledge of evc++ is minimal. I understand from what i
read, that i should use RegOpenKeyEx :
RegOpenKeyEx(HKEY_LOCAL_MACHINE,_T("SOFTWARE\\Microsoft\
\.NETCompactFramework"),0,0,&key)
After i open this how do i read the values of this key. I will need
the values to know which version of .NET CF is installed on the
system. I read some where that it would be 2.0.0.0 for .NET CF 2.0,
but when i checked that value on my PPC using remote registry editor,
that value was 2.0.5238.00.
So my question is, is there any way with which i can read these values
programmatically. And i guess i can assume that if any of these values
starts with "2.0", then .Net CF is installed.
Also it would be great if some one could point me to some link where i
can open a web link programmatically from this setup.dll in IE. In
this link i intend to place the .NET CF binaries for the user to
download.
Thanks in advance and Regards,
Rithesh
I am trying to create a setup.dll file. In the "Install_Exit" part of
Setup.dll i am trying to find if .net compact framework is installed
or not. My knowledge of evc++ is minimal. I understand from what i
read, that i should use RegOpenKeyEx :
RegOpenKeyEx(HKEY_LOCAL_MACHINE,_T("SOFTWARE\\Microsoft\
\.NETCompactFramework"),0,0,&key)
After i open this how do i read the values of this key. I will need
the values to know which version of .NET CF is installed on the
system. I read some where that it would be 2.0.0.0 for .NET CF 2.0,
but when i checked that value on my PPC using remote registry editor,
that value was 2.0.5238.00.
So my question is, is there any way with which i can read these values
programmatically. And i guess i can assume that if any of these values
starts with "2.0", then .Net CF is installed.
Also it would be great if some one could point me to some link where i
can open a web link programmatically from this setup.dll in IE. In
this link i intend to place the .NET CF binaries for the user to
download.
Thanks in advance and Regards,
Rithesh