.NET Framework 3.5 SP1 语言包 ClickOnce 包

发布于 2024-07-23 06:23:18 字数 301 浏览 7 评论 0原文

Visual Studio 2008 SP1 不提供 .NET Framework 3.5 SP1 的任何语言包先决条件。

我的研究结果是:创建安装语言包的自定义引导程序包应该很容易。 我已经下载了引导程序清单生成器。 它确实是一个创建自定义包的好工具,但我不知道语言包的正确参数是什么(例如重新启动模式、安装时间和大小、安装条件、退出代码等)。

是否有现成的 .NET 语言包引导程序包?

Visual Studio 2008 SP1 doesn't provide any language pack prerequisite for the .NET Framework 3.5 SP1.

My research results are: it should be easy to create a custom bootstrapper package that installs a language pack. I've downloaded the Bootstrapper Manifest Generator. It's really a nice tool to create custom packages, but I don't know what are the correct parameters (e.g. reboot mode, installation time and size, install conditions, exit codes, etc.) for a language pack package.

Are there ready-to-use bootstrapper packages for .NET Language Packs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酸甜透明夹心 2024-07-30 06:23:18

本页详细介绍了 .NET Framework 3.5

http://msdn.microsoft.com/hi-in/library/cc160716(en-us).aspx" rel="nofollow noreferrer">http:// /msdn.microsoft.com/hi-in/library/cc160716(en-us).aspx

由于您使用的是多种语言,因此您应该使用 dotnetfx35setup.exe 可执行文件进行安装,因为它会检测到正确的语言语言包并下载它们。 您必须寻找合适的 HomeSite URL 来下载它,但它应该不难找到。

该页面应详细介绍启动和运行它所需的所有命令行开关。

引导程序清单生成器很好,但似乎有时会出现问题。 您可能希望将 .NET Framework 3.5 的现有英文引导程序作为您的多语言引导程序的模板。

关于退出代码,我相当确定 dotnetfx35setup.exe Web 引导程序使用与 dotnetfx35.exe 相同的退出代码。

This page details deployment of the .NET Framework 3.5

http://msdn.microsoft.com/hi-in/library/cc160716(en-us).aspx

Since you are working with various languages you should use the dotnetfx35setup.exe executable to do the install, since it detects the proper language packs and downloads them. You'll have to do some looking to find the proper HomeSite URL to use to download it, but it shouldn't be hard to find.

That page should detail all the command line switches you will need to get it up and running.

The Bootstrapper Manifest Generator is nice, but seems to sometimes have issues. You will probably want to look at the existing English bootstrapper for the .NET Framework 3.5 as a template for your multi-language one.

About the exit codes, I am fairly certain the dotnetfx35setup.exe web bootstrapper uses the same ones as the dotnetfx35.exe one.

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