

The following example is the registration manifest that RegPkg creates for the IronPython language service: Snippets\Python\My Code Snippets\" Open the registration manifest in any text editor. Provide any other switches, the name of the output file, and the path of the VSPackage.įor example, at the command prompt, you would type something like the following: \VisualStudioIntegration\Tools\Bin\RegPkg /regfile:MyRegFile.reg MyPackage.dll If you follow RegPkg conventions for your development system paths-for example, file IDs of the form File_-you need make fewer changes.

For more information, see Formatted in the Windows Installer SDK.

Adjusting the output in this way supports computers with Windows installed on a different drive or in a different directory, localized directory names, and paths that users can choose. For example, the InprocServer32 value should be mscoree.dll and paths should use and. RegPkg generates path names that are specific to your development system, so every time you use RegPkg, you must edit the output to use appropriate Windows Installer formatted properties.
