Using ezsetup for creating Pocket PC Installations

Source: Internet
Author: User
Ezsetup is a free open source program for creating instillations for your Pocket PC program. After you have prepared CAB files for each processor you have to write a setup program that will install these cab files.

Summary

Ezsetup is a free open source program for creating instillations for your Pocket PC program. After you have prepared CAB files for each processor you have to write a setup program that will install these cab files.

What you need
  • Ezsetup 2.0
Background

You can create CAB files using cabwiz.exe (a part of Pocket pc sdk ). but then you have to think how to distribute these files. you can simply archive them in one ZIP file. another way is creating a desktop setup program using on of the existing installation tools like InstallShield, wise installer etc. but this installation tools are expensive, provide a lot of unnecessary functionality and are not so easy.

Ezsetup

Among different installation tools there is one that is free, small, easy to use, optimized for Pocket PC and even open source. it is ezsetup. I have tested has different Installation Tools and ezsetup is the best for creating Pocket PC installations.

Ezsetup is a command line compiler that takes several CAB files, one. ini file and creates one compressed executable file that automatically installyour Pocket PC application. Here is a sample screen of the generated installation:

Using ezsetup

First of all you shoshould create CAB files and write. ini file. Then start ezsetup.exe in command like. Here is usage example:

 

 

 

Ezsetup.exe-l English-I install. ini-r readme.txt-e eula.txt-O myapp_setup.exe

 

 

 

 

WhereInstall. iniContains the following lines:

 

 

 

[Ceappmanager]
Version = 1.0
Component = my application
[My application]
Description = my test application
Uninstall = my application
Cabfiles = MyApp. Arm. Cab, MyApp. MIPS. Cab, MyApp. sh3.cab

 

 

 

 

Ezsetup will createMyapp_setup.exeExecutable File that consists of two steps. The first step shows contentReadme.txtFile. The second step shows End User License Agreement fromEula.txtAnd prompts user to agree. Only after then the setup installnecessary cab to the attached Pocket PC.

Ezsetup Development

Ezsetup is free software, released under the GNU public license. You can download last sources.

Ezsetup is created by Scott Ludwig. last changes are done by SPB software house. next needed features are: uninstall and pictures support. now there is beta version of ezsetup 2.0. release version will be published on until limit l 2002.

Conclusion

If you are a Pocket PC author and are looking for an inexpensive way to create/obtain a setup program, look at ezsetup.

Once you have created your. CAB files (as described in the Pocket pc sdk), you are ready to u se ezsetup. ezsetup takes your. CAB files and outputs a compressed, self-contained, self-extracting windows setup program that will set up your Pocket PC software.

Related Resources:
  • Section: Installation
  • Article: Using SPB airsetup to create Pocket PC installers
  • Article: Installing multiple CAB files with the same setup Application
  • QA: How can I add my custom function to installation/uninstallation?
  • QA: How to uninstall a Pocket PC application?
  • QA: How can I create setup.exe file that will automatically install necessart. cab file on Pocket PC?
  • QA: how to install a cab file on Pocket PC?
  • Article: Successful installation for Pocket PC applications
  • Article: Creating an application installation package with Microsoft Windows CE 3.0
  • Article: deploying Windows CE applications with wise installmaster
  • Article: devbuzz speaks with Jeff law of ppcinstall

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.