Using EzSetup for creating Pocket PC installations

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

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 many 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 installs your Pocket PC application. Here is a sample screen of the generated installation:

Sample installation

Using EzSetup

First of all you should 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

 

 

 

 

Where install.ini contains 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 create myapp_setup.exe executable file that consists of two steps. The first step shows content of readme.txt file. The second step shows end user license agreement from eula.txt and prompts user to agree. Only after then the setup installs necessary 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 April 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:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值