Deploy project to device,target is NETCF2.0

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
 
G

Guest

I would just use installshield to handle that but I would be interested in
knowing how you accomplish it if you pull it off.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top