I use the VS2K3 Setup projects to deploy my CABs onto a dektop machine
along with little EXEs and SETUP.INIs to launch CeAppMgr and push them
onto the WinCE device. Also puts shortcuts in the Start Menu.
I use CE Cab Manager to discover and check the syntax of CabWiz's
*.inf files.
I write the infs by hand (at the moment, hope to write code to do it
soon) and have a seperate project that builds after the main project
and has a pre-build event (Build the cabs batch file). This was, a
release build of the project automatically spits out a great big MSI
file ready for shipment.
It's kinda hard work to maintain (lots of hardcoded paths in the inf
and batch files), but it means I can crank out a release pretty
quickly. Again, hopefully I will be able to turn my dummy seperate
project into a bat/inf/cab builder one day.
Regards,
James N.