如何为 Windows 应用程序创建更新补丁
如何创建更新应用程序的更新补丁,而无需在新版本中重新安装应用程序?
另外,如何将 SQL Express 和打印机驱动程序等其他软件与应用程序设置文件结合起来?
我使用 Visual Studio 2010 来开发我的应用程序。
How do I create an update patch that updates the application without having to reinstall the application in newer version?
Also, how could I combine other software such as SQL express and printer driver with the application setup file?
I have used Visual Studio 2010 to develop my application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以修补的内容首先取决于您最初的分区方式。你设计它是为了打补丁吗?如果不是最好的情况可能是硬着头皮重新安装更新的版本。
What you can patch depends up how you partitioned it in the first place. Did you design it to be patched? If not the best case may be bite the bullet and reinstall a newer version.