简体   繁体   English

.NET Framework 3.5 SP1语言包ClickOnce包

[英].NET Framework 3.5 SP1 Language Pack ClickOnce package

Visual Studio 2008 SP1 doesn't provide any language pack prerequisite for the .NET Framework 3.5 SP1. Visual Studio 2008 SP1不提供.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 . 我已经下载了Bootstrapper清单生成器 It's really a nice tool to create custom packages, but I don't know what are the correct parameters (eg 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? .NET语言包是否有现成的引导程序包?

This page details deployment of the .NET Framework 3.5 本页详细介绍.NET Framework 3.5的部署

http://msdn.microsoft.com/hi-in/library/cc160716(en-us).aspx http://msdn.microsoft.com/hi-in/library/cc160716(zh-cn).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. 由于您使用的是各种语言,因此应使用dotnetfx35setup.exe可执行文件进行安装,因为它会检测并下载正确的语言包。 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. 您必须做一些寻找才能找到正确的HomeSite URL来下载它的用途,但并不难找到。

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. Bootstrapper清单生成器很不错,但有时似乎有问题。 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. 您可能希望将现有的.NET Framework 3.5英文引导程序作为多语言模板的模板。

About the exit codes, I am fairly certain the dotnetfx35setup.exe web bootstrapper uses the same ones as the dotnetfx35.exe one. 关于退出代码,我可以肯定dotnetfx35setup.exe Web引导程序使用与dotnetfx35.exe相同的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM