Deploy the application. NET for Windows Mobile 6.x
created in a prjeto. NET Compact Framework 3.5 for Windows Mobile 6.x.
I wond开发者_如何学运维er how you do to create the installer (. cab) for this project? How do deploy. NET Framework and SQL CE for Mobile?
Given a novice user.
Today I have an installer.cab and .msi for Windows But to my system running is to install the SQL CE and Compact Framework 3.5. How to download and install these applications after the installation of my system?
Would not want to send these applications together because the size of the installer can get big
Thanks.
You're going to want to do a multi-CAB install. MSDN covers it here. CodeProject here.
精彩评论