R
RobertH
I have searched Goggle, MSDN and live.com for how to deploy multiple cab
files at a shot using the .ini file to specify each. I have tried many
downloaded examples, along with my own application and all that ever happens
is that it installs the first cab, and that is all. All the documentation
says to provide a comma separated list, with no spaces, and CeAppMgr will
deploy each one, however it does not happen that way.
Here is an example:
[CEAppManager]
Version = 1.0
Component = MyApp
[MyApp]
Description = MyApp
CabFiles=MyApp.CAB,NETCFv2.wm.armv4i.cab,System_SR_ENU_wm.cab,symbol.all.arm.cab
Anyone know how to accomplish this?
Thanks in advance for your help.
files at a shot using the .ini file to specify each. I have tried many
downloaded examples, along with my own application and all that ever happens
is that it installs the first cab, and that is all. All the documentation
says to provide a comma separated list, with no spaces, and CeAppMgr will
deploy each one, however it does not happen that way.
Here is an example:
[CEAppManager]
Version = 1.0
Component = MyApp
[MyApp]
Description = MyApp
CabFiles=MyApp.CAB,NETCFv2.wm.armv4i.cab,System_SR_ENU_wm.cab,symbol.all.arm.cab
Anyone know how to accomplish this?
Thanks in advance for your help.