This is a discussion on Publish ClickOnce VSTO Add-Ins: How to deploy language packs? within the C# Programming forums, part of the Software Development category; Publish ClickOnce VSTO Add-Ins: How to deploy language packs? Hi, I'm deploying Office 2007 Add-Ins using the &...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Publish ClickOnce VSTO Add-Ins: How to deploy language packs? Hi, I'm deploying Office 2007 Add-Ins using the "Publish" tab under Project/Properties in VS2008 SP1 (I'm not using a separate setup project). All works fine, but I don't know how to deploy the german language packs for ".NET Framework 3.5 SP1" and "VSTO 3.0 runtime". The language packs are not listed under "Prerequisites" - so how can I accomplish to deploy the language packs together with the other prerequisites? Thank you
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
|
#2
| |||
| |||
| Hi. You can create your own custom prerequisites using bootstrap. Actually, the prerequisites were composes of the setup file and two descriptor files (always .xml format). If you want to manually create the prerequisite, please see the following steps. 1. Download the German language pack from Microsoft website. 2. Create the product manifest and a package manifest. 3. Copy these files to the “C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages”(for Vs 2008). You can refer to other prerequisites and see how they are structured. 4. Then use it from the prerequisite Dialog. There is also a tool called BMG which can save you a lot of time. It will generate all the things for you. You can download it from BMG for Visual Studio 2008 (Beta). After you complete all the information, please Click “compile” button which lies in the left corner. It will generate the files and copy it to the specified directory automatically. |
|
#3
| |||
| |||
| Hi, thank you for this information. I just tried BMG Tool and it's exactly what I needed.
__________________ Shaalini.S ![]() Be the Best of Whatever you are... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I find out what SQL Server 2005 Service Packs are installed? | arjkhanna | Database Support | 4 | 08-09-2009 05:31 PM |
| Licence File before installation starts in ClickOnce | Luttappi | C# Programming | 0 | 07-08-2009 11:08 PM |
| ClickOnce deployment problem | shaalini | C# Programming | 6 | 05-24-2009 09:10 PM |
| Is it possible ClickOnce without sandbox? | bluesky | C# Programming | 7 | 05-24-2009 07:33 PM |
Our Partners |