V
Vincent
I read a lot about how to deploy my C# application and can't get it
working for all target.
I tryed that sample:
http://www.codeproject.com/netcf/compframe4.asp#xx790851xx
But the installer cant install on my device (PPC2003 Dell Axim /XScale
proc.) and give a unvaluable error like "Install of XXX failed, try
again"
I get it work by removing all .CAB except ARMV4 one
How can i get get it work for all devices?
I read articles talking about generating only one .cab (.net should not
be specific .exe)
but how can I do this? Any example.
Witch target should I use specially in that section?
[SourceDisksNames.ARMV4]
9=,"ARMV49",,"H:\IMC\PocketPC\MaintenanceBatch\obj\Release\"
10=,"ARMV4_Setup",,"C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce300\ARMV4\"
We are using VS2003 and C# .NET, I should not involve any third party
where sources are not available...
Thanks a lot!
working for all target.
I tryed that sample:
http://www.codeproject.com/netcf/compframe4.asp#xx790851xx
But the installer cant install on my device (PPC2003 Dell Axim /XScale
proc.) and give a unvaluable error like "Install of XXX failed, try
again"
I get it work by removing all .CAB except ARMV4 one
How can i get get it work for all devices?
I read articles talking about generating only one .cab (.net should not
be specific .exe)
but how can I do this? Any example.
Witch target should I use specially in that section?
[SourceDisksNames.ARMV4]
9=,"ARMV49",,"H:\IMC\PocketPC\MaintenanceBatch\obj\Release\"
10=,"ARMV4_Setup",,"C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce300\ARMV4\"
We are using VS2003 and C# .NET, I should not involve any third party
where sources are not available...
Thanks a lot!