The information in this article applies to:
SUMMARY
This article contains the information from the Microsoft Visual Basic 6.0 International Package and Deployment Kit readme.
ContentsIPDK OverviewSupported Languages Included Files System Requirements Download and Installation Instructions Visual Studio 6.0 Service Pack 3 Required Incompatibility with Microsoft Office Developer Wizards Using the IPDK Deploying and Packaging a Localized Application Table of Installed Files with End-user Install Paths Terms of Use MORE INFORMATIONIPDK OverviewThe International Package and Deployment Kit (IPDK) is a collection of resources and tools that allows developers to produce and distribute localized applications using any language version of Visual Basic. It includes a set of localized, redistributable files for each supported language, localized files for use with the Package and Deployment Wizard (PDWizard), and some tools to automatically repackage your application into another language and change the Locale ID (LCID) of compiled Visual Basic .exe, .dll and .ocx files. See IPDKTool.htm for more information.The IPDK is designed to solve some of the problems encountered by developers who create programs in multiple languages. Even if a program is localized, certain error messages and setup dialogs may still appear in the same language as the language version of Visual Basic that the program was compiled in. One reason is that each language version of Visual Basic doesn't ship all the language versions of the Visual Basic resources. The second reason is that if you compile any localized application on a given language version of Visual Basic, the application .exe, .dll, and .ocx files will still call the run-time resources corresponding to the language of the compiler. The set of redistributable files included in the IPDK provides a solution to fix these issues. Supported LanguagesThe IPDK supports the following languages:
Included FilesThe IPDK consists of:
System RequirementsThe system requirements for the IPDK are:
Download and Installation InstructionsTo install the core IPDK files, download "Ipdk.exe" and follow the prompts. Unless otherwise specified, the IPDK files will be installed into a new folder called IPDK under the root of the Windows system drive (for example, C:\IPDK, if C: is the Windows system drive). Language subfolders contain the resources and localized documentation for each language. If your application is using mdac_typ.exe, you need to run the separate mdac_typ.exe setup programs in order to install any language versions of this file you would need at the same location of the core IPDK files.Download the IPDK package and any language version of mdac_typ.exe at:http://msdn.microsoft.com/vbasic/downloads/ipdk.aspVisual Studio 6.0 Service Pack 3 RequiredVisual Studio 6.0 Service Pack 3 must be installed on your computer before the IPDK files can be installed. To determine if you have Visual Studio 6.0 Service Pack 3 installed on your system, consult the following Microsoft Knowledge Base article:Q194295 How To Tell That Visual Studio 6.0 Service Packs Are InstalledTo download the service pack and get more information about Visual Studio, see the Microsoft Visual Studio Home Page. Incompatibility with Microsoft Office 2000 Developer WizardsThe Package and Deployment Wizard that ships with Visual Basic cannot be used with Microsoft Office 2000 Developer and vice versa. To avoid damaging projects created with either environment, only use the version of the wizard that came with that product. For example, if you're packaging a program in Microsoft Office 2000 Developer, only use the wizard that shipped with Microsoft Office 2000 Developer. The IPDK is intended for use only with Visual Basic 6.0.Using the IPDKUsing the IPDK involves replacing some Packaging and Deployment Wizard setup files, and changing the Locale ID of the .exe, .dll, and .ocx files of the compiled Visual Basic application you are localizing. The tools delivered with the IPDK automatically perform all these tasks. This section describes each step you must take.Deploying and Packaging a Localized ApplicationDeploying and packaging a localized Visual Basic application with the IPDK involves the following steps:
NOTE: You don't need to run PDWizLoc to package your application into your own language version of Visual Basic 6.0. PDWizLoc only works on Standard packages. PDWizLoc does not support Internet packages.
Table of Installed Files with End-user Install PathsPlease refer to the same section of the downloaded version of this readme to obtain this information.Terms of UseThe accompanying software ("Update Software") is provided to you by Microsoft to update, supplement, or replace existing functionality of Visual Studio or Visual Basic. The Update Software is licensed under the same terms and conditions contained in the End User License Agreement (EULA) you acquired with Visual Studio or Visual Basic. If you do not agree to be bound by the terms of the EULA, you are not authorized to use the Update Software. You may have additional rights to distribute certain files identified in a "redist.txt" file included with the Update Software. By exercising a right, you agree to be bound by the terms described in the EULA for "REDISTRIBUTABLE CODE." If you do not agree to the terms described in the EULA, you are not authorized to use or redistribute any of the files. © 1999 Microsoft Corporation. All rights reserved. Terms of Use.© 1999 Microsoft Corporation. All rights reserved. Other product and company names herein may be the trademarks of their respective owners. Additional query words:
Keywords : kbreadme kbsetup kbwizard kbDeployment kbIntl kbVBp600 kbLocalization kbGrpVB kbDSupport |
Last Reviewed: July 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |