Bring NETCF.cab into a .msi installation

D

David Meisenstock

Hello,

i have developed an application for WM5.0 using compactframework 2.0
Now i'm programming a setup installation with this very good explanation:
http://blog.opennetcf.org/ctacke/binary/DeployingApps.htm

Everything works fine so far but i wonder if the following would be
possible:
Can the .msi check if CF2.0 is installed on the device, and if not
install it?

What's the common procedure for this, how do other applications handle
this? Do they say "Please download .NET CF 2.0 from
http://www.microsoft.com/downloads/...6b-356b-4a2c-857c-e62f50ae9a55&DisplayLang=en
before you proceed"? Is there a bestway for solving this?

cheers
David
 
G

Guest

Sure. You could add in a call to RAPI to read the device registry to see
what's installed, then push down the CAB as necessary.

-Chris
 
D

David Meisenstock

Sure. You could add in a call to RAPI to read the device registry to see
what's installed, then push down the CAB as necessary.

So i check in the "CustomInstaller_BeforeInstall"-Method if CF2.0 is
installed? Is this the right place to check?

What do you mean with "then push down the CAB as necessary"? Should i
copy it to the device and run it somehow? Or can i give it to the
CEAppMgr.exe?

David
 

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