如何设置预定义的安装路径,而不是用户定义的?

发布于 2024-12-29 03:59:32 字数 99 浏览 1 评论 0原文

如何在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔落墨 2025-01-05 03:59:32

我不确定你是否应该这样做,但尝试这样的事情(来自 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's DefaultLocation 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文