Include .NET CF 2.0 into my application

G

Guest

Hi, I have built an application that requires .NET CF 2.0. How can include it
in the installer. I am able to create an installer for my application but do
not know how to add .NET CF 2.0 MSI into the setup. Any idea? If i need to
modify my setup.ini file, please show me how or what code i need to add in.

Thank you.
 
I

Ilya Tumanov [MS]

You can install NETCF exactly the same way as your application.

If you using AS CeAppMgr.exe you don't need to modify INI, you need to add
another one for NETCF and launch CeAppMgr.exe the same way as you do with
your application.


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
I

Ilya Tumanov [MS]

Here's what you can do:



1. Make a copy of existing INI and name it NETCFV2.INI.

2. Open this copy with notepad or any other text editor.

3. Change application name and CAB files list to NETCF name and CABs.

4. Save INI file.

5. Include this INI and NETCF CABs into your MSI.

6. Invoke INI the same way as you do with another INI.



INI file is very simple and described here:

http://msdn.microsoft.com/library/d...51conCreatingIniFileForApplicationManager.asp



NETCF CABs are described here:



http://blogs.msdn.com/netcfteam/archive/2005/10/11/479793.aspx



You can include only CABs for devices your application supports to save
space.


--
Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

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