English 中文(简体)
我如何利用WIX更新数据库?
原标题:How do I upgrade a database using WIX?

我有一个视频演播室2010年数据库项目和一个WIX安装器。 利用WIX安装机向服务器安装该数据库的最佳途径是什么? 我如何确定这一点?

我很抱着眼光,时间很困难,因此,希望有些人能够了解如何处理这一问题。

问题回答

这根本不是如此困难的。 首先,你们需要掌握非银的文字档案,然后使用WiX SqlExtension。 下一次教学将有助于实现您的目的。

http://wix.tramontana.co.hu/tutorial/sql”rel=“nofollow noreferer”>WiX tutorial: 减去7





相关问题
3rd party Wix libraries

I am just getting started with Wix. I see there there a several libraries included with the default Wix install. I also see that users can create their own libraries(wixlibs). Are there any 3rd ...

Psake, Powershell & Wix

I have the below function as a part of my psake build. When the build is executing Candle.exe throws this error: candle.exe : warning CNDL1098: ext .BuildPackagesWixWebinWixIIsExtension.dll ...

wix custom dialog for config edit

hi i m trying make a setup msi for my application with wix v3 I have a problem about this task; I need a user input that will be stored in my application s config file (for example i need a dialog for ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

Conditional uninstall of previous version in Wix

I m doing an installer for an software used for debugging embedded ARM cores (OpenOCD) and this installer automatically removes the previous versions - that s simple. However, sometimes that would be ...

热门标签