Standard approach to the server environment for the distributable asp.net package

那年仲夏 提交于 2020-01-16 18:08:23

问题


For web application package vendors providing installer for some reason:

Would you share the "standard" approach to prepare fixed server environment for an asp.net application package? But some conditions I have:

1)My application requires iis, .net framework and sql server.

2)Windows Server itself, Sql Server licence and media is not provided by my company, end users provide them.(Usually standard edition.) When visiting end user site, Windows Os is already installed, but SQLserver media is not.

3)Install paths of sqlserver program, datas(mdf, ldf) can be changed by users according to server condition.

4)Users and my company officers don't want to change operational circumstances of endusers. Just want to change install procedure currently by manual manpower visiting physical sites of users.

5)Developper Environment:Visual Studio 2010.

6)We don't afford to buy Install Shield, or other non-free software.

I assume a concept that can be fulfilled by custom actions of WiX. But if such server environment should not be contained to a distributable installer which faces against the hostile circumstances of user servers ( install might fail for unknown reasons), I don't need uninstall function to my installer. But if WiX designers don't expect such installer, I might be in wrong path...

Any ideas?

来源:https://stackoverflow.com/questions/48338474/standard-approach-to-the-server-environment-for-the-distributable-asp-net-packag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!