Pergunta

Visual Studio 2008 SP1 não fornece qualquer pré-requisito pacote de idioma para o .NET Framework 3.5 SP1.

Meus resultados de pesquisa são: deve ser fácil para criar um pacote bootstrapper personalizado que instala um pacote de idioma. Eu fiz o download do Bootstrapper Manifest Generator . É realmente uma boa ferramenta para criar pacotes personalizados, mas eu não sei quais são os parâmetros corretos (por exemplo, o modo de repartição, tempo e tamanho da instalação, instale condições, códigos de saída, etc.) para um pacote de pacote de idioma.

Existem pacotes bootstrapper ready-to-use para pacotes NET idioma?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top