Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 WiX 3.6 为应用程序构建 msi 包。如果使用更高版本的功能,我能否以某种方式指定使用 Windows Installer 3.1 可用的功能并发出错误?
如果您指定Package/@InstallerVersion="301"并运行验证,如果您使用该版本的 MSI 中不可用的功能,您将收到构建时错误。
Package/@InstallerVersion="301"
从早上开始,我就陷入了以下问题。在一个地方同样的事情正在工作,第二个地方它不工作是不显示错误。我检查了这个问题被问了很多次,我参考了所有的问题和解决方案,但问题仍然是一样的。按照我在控制器中使用的代码。
@RequestMapping(method = RequestMethod.POST) public String findRide(@Mo