如何设置预定义的安装路径,而不是用户定义的?
如何在 Visual Studio 2008 (C#) 的设置中设置预定义的安装路径(不是用户定义的)
我不需要用户选择/选择安装文件夹,因为我想设置预定义的安装路径。请帮我。
How can I set a pre-defined installation path (not user defined) in my setup in Visual Studio 2008 (C#)
I don't need that the user selects/chooses the installation folder because I want to set a predefined installation path. Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你是否应该这样做,但尝试这样的事情(来自 VS 2010 安装项目,不确定是否相同)
右键单击你的安装项目并转到
View ->文件系统
将
应用程序文件夹
的DefaultLocation
属性设置为您所需的位置([ProgramFilesFolder][Manufacturer]\[ProductName]
)右键单击您的安装项目并转到
View ->用户界面
删除
安装文件夹
对话框I'm not sure if you should, but try something like this (from VS 2010 Setup Project, not sure if the same or not)
Right-Click your Setup project and go to
View -> File System
Set the
Application Folder
'sDefaultLocation
Property to your desired location ([ProgramFilesFolder][Manufacturer]\[ProductName]
)Right-Click your Setup project and go to
View -> User Interface
Delete out the
Installation Folder
Dialog