标签: sql-server winforms setup-project
如何创建一个同时针对32位和64位系统的设置文件?它依赖于.net框架和第三方DLL。此外,当应用程序第一次运行时,还有一个安装32位sqlexpress的数据库安装过程。另一个问题是如何获得现有的(已安装的)sql server intance 64和32 bit并选择它。
答案 0 :(得分:1)
这可以使用WIX
http://insomniacgeek.com/how-to-target-32bit-and-64bit-a-net-applications-with-wix-and-separate-msi-packages/
答案 1 :(得分:1)
我发现这篇文章非常有用: Example WiX-based setup that can be used to build both 32-bit and 64-bit MSIs