gpt4 book ai didi

vb.net - 如何允许在自定义目标目录中安装并禁止自动启动

转载 作者:行者123 更新时间:2023-12-04 05:45:17 25 4
gpt4 key购买 nike

我开发了一个 VB.NET 控制台应用程序并尝试使用 Build | Visual Studio 2008 中的“发布”菜单选项创建一个安装程序。除了两件事外,它工作正常:
- 当我在 Windows 2003 Server 上运行安装程序时,它会将应用程序安装在 C:\Winnt\profiles\\Local Settings\Apps\2.0 目录中。如何配置设置以便它提示输入应用程序的目标目录?
- 安装完成后,它会自动启动应用程序。如何抑制自动启动?

最佳答案

two options to deploy VB.NET 应用程序:

  • ClickOnce :这就是你目前正在用 Build 做的事情 |发布。它始终安装到用户的配置文件目录中,并且提供很少的自定义选项。
  • Windows Installer : 这就是你用 File 创建的东西 |新 |项目 |其他项目类型 |设置和部署 |设置项目。它允许完全定制和安装到 Program Files .
    更新 : Windows Installer 安装项目已 removed in Visual Studio 2012 ,但可以作为 an extension in Visual Studio 2013 使用.

  • 让用户选择目标目录只能使用后一个选项。
    相关问题: How do I dictate the destination folder of a clickOnce application?

    关于vb.net - 如何允许在自定义目标目录中安装并禁止自动启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2358910/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com