问题
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