The article describes how to create an MSI to install CAB files on an
ActiveSync connected device using CEAppMgr (comes with Activesync). To do
this, you must create two new projects as outlined in the article. The
first is a setup project, the output of which will be an .MSI file that can
be run on the desktop. The second project is a class library which will
produce a DLL. The MSI will load the DLL and call functions within it when
the .MSI is run. The DLL, in turn, will Call CEAppMgr to install CAB
files. An .INI file that you write specifies which CAB files will be
installed by CEAppMgr, and for which platforms.
The "magic" button to create CAB files from within a Smart Device
application is the yellow filing-cabinet button on the toolbar. You can
access the same command through The Build->Build CAB File.
I hope this helps. Let me know if you need more assistance.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "cle" <
[email protected]>
| Sender: "cle" <
[email protected]>
| Subject: generate .msi files for ppc with one click
| Date: Thu, 21 Aug 2003 08:46:53 -0700
| Lines: 11
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNn+3GFJt5BgzdPQAaVNrTSrnxx+g==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:31604
| NNTP-Posting-Host: TK2MSFTNGXA08 10.40.1.160
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| hi all,
| my questions are all about the article : Developing and
| Deploying Pocket PC Setup Applications from the MSDN
| library july 2003.
| does anyone got a sample for that?
| whats the CostumInstaller project about, whats in the
| Installer.cs class...
| where should the magic one click button be?
| tia cle
|
|
|