我如何制作一个安装程序,其中包含多个应用程序打包并一起安装在开始菜单中(就像微软所做的那样)
how do i make an installer with several applications packed and installed together in start-menu (like Microsoft does)
我正在制作一个 wpf 应用程序,它可以启动并安装其他几个应用程序,例如 example image from google。
安装后应该看起来像 Microsoft Office 程序like this
所以我制作了一个测试应用程序并使用 clickOnce 发布了它,它工作得很好,甚至创建了“开始菜单”文件夹和所有文件夹,但我找不到在文件夹中添加更多应用程序的方法,或组安装它们。我发布的所有示例应用程序在开始菜单文件夹中都有自己的文件夹。
我是否需要在 属性 菜单的 发布 部分执行其他操作?
感谢任何帮助。
发现有人说这个
"Set the Publisher Name to the same for all your application, and they'll all appear in a subfolder on the start menu."
我正在制作一个 wpf 应用程序,它可以启动并安装其他几个应用程序,例如 example image from google。
安装后应该看起来像 Microsoft Office 程序like this
所以我制作了一个测试应用程序并使用 clickOnce 发布了它,它工作得很好,甚至创建了“开始菜单”文件夹和所有文件夹,但我找不到在文件夹中添加更多应用程序的方法,或组安装它们。我发布的所有示例应用程序在开始菜单文件夹中都有自己的文件夹。
我是否需要在 属性 菜单的 发布 部分执行其他操作?
感谢任何帮助。
发现有人说这个 "Set the Publisher Name to the same for all your application, and they'll all appear in a subfolder on the start menu."