Click to See Complete Forum and Search --> : setup


joscollin
December 31st, 2004, 12:47 AM
Hi folks,

I have 4 cab files

TMS_PPC.ARM.CAB
netcf.core.ppc3.arm.cab
OpenNETCF.SDF.PPC3.ARM.CAB
sqlce.ppc3.arm.CAB

I want to create a single desktop setup which runs from users desktop and install the 4 cab's in the Pocket PC. Can any one suggest me a good method....

darwen
January 1st, 2005, 04:59 AM
Visual Studio is capable of creating installers for just about anything.

You might need to download a program called 'orca.exe' from MSDN (it took me hours and hours to find out how to alter the tables in an .msi).

I don't know if this helps, but have a look at the deployment pages on MSDN anyway.

Darwen.