How to create a Smart Device installer with CF 3.5 and SQL Server CE included?

混江龙づ霸主 提交于 2019-12-31 04:31:07

问题


after having my first look into the Visual Studio (2008) installation/setup project template for Smart Devices and wondering how unintuitive this is, and after searching the net for about an hour and paging through my CF books, I still have not been able to find out how I can create a setup package (.cab file, Setup.exe, whatever) that includes my Compact Framework 3.5 application as well as CF 3.5 itself and SQL Server CE, so that the prerequisites get installed if necessary with my application automatically. Can anybody shed any light on this, or can suggest any third-party installer tool, in case this is not possible out of the box with VS 2008?

Thanks, Timo


回答1:


As far as I can see, CAB files cannot contain other CAB files (And I'd be pretty annoyed doing an "over the air" install if it including all of CF3.5 and SQL, if I've already got them installed).



来源:https://stackoverflow.com/questions/2217751/how-to-create-a-smart-device-installer-with-cf-3-5-and-sql-server-ce-included

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!