G
Guest
Hi Guys,
My project is created by Visual stadio 2005 with NETCF2.0.
I have created CAB project for deploy.
the issue is that:NETCF2.0 has not installed all the device.
So I want to to create a setup DLL
My idea is:
before I install my project, I will check mscoree.dll version.
if it is not NETCF2.0, I will install NETCF2.0 CAB file.
Can I implement this function?
Please advise to me!
If I can,
what I want is I do not want to holds all NETCF2.0 cabs(different cpu)
I want to microsoft link to download NETCF2.0 cab(something like this)
and automatically install to device.
After finishing installing NETCF2.0, then start to release my project cab.
Can I do like this?
Any suggestion would be great accepted.
Thanks in advanced
My project is created by Visual stadio 2005 with NETCF2.0.
I have created CAB project for deploy.
the issue is that:NETCF2.0 has not installed all the device.
So I want to to create a setup DLL
My idea is:
before I install my project, I will check mscoree.dll version.
if it is not NETCF2.0, I will install NETCF2.0 CAB file.
Can I implement this function?
Please advise to me!
If I can,
what I want is I do not want to holds all NETCF2.0 cabs(different cpu)
I want to microsoft link to download NETCF2.0 cab(something like this)
and automatically install to device.
After finishing installing NETCF2.0, then start to release my project cab.
Can I do like this?
Any suggestion would be great accepted.
Thanks in advanced