How Can I create setup.exe file that will automatically install CAB file on PPC?

  • Thread starter news.microsoft.com
  • Start date
N

news.microsoft.com

Hi ~ Everybody, here.

From this document - http://www.pocketpcdn.com/articles/creatingsetup.html
I did know that "CEAPPMGR.EXE" can used.

but in the .INI file

test.ini
----------------------------------------------------------------------
[CEAppManager]
Version = 1.0
Component = MyProgram

[Palbum]
Description = MyProgram application
Uninstall = MyProgram

;Because there are multiple .cab files specific to a CPU type,
;these files are relative to the installation directory.
CabFiles = myprogram.arm.cab,myprogram.mips.cab,myprogram.sh3.cab
 

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