Generating Registery Entries for Your VSIP package Installer

If you have finish development of your package; you should probably looking for ways to create installer. Simply create an install project on VS; add output of your package. Finally you should insert some registery entries to register it on client’s machine.

   To do so is quiet simply; just open a Visual Studio command prompt and type the following :

RegPkg /root:Software\Microsoft\VisualStudio\8.0 /codebase MyPackage.dll /regfile:Package.reg

     This will create a registery file with the name Package.reg. Open your installer project, select registery edit page; and finally import that file.

   You’ve done! Build your installer and deploy to your clients.

Related posts:

  1. Null DTE when VSIP Package is Auto Loaded on Startup
  2. VSIP Paketiniz İçin Kayıt Kütüğü Girdilerini Oluşturmak
  3. Quick Open Add-in for Visual Studio
  4. Topluluk İçerik Kurma Sihirbazı – Community Content Installer PowerToy
  5. Visual Studio .Net genişletme paketleri için tooltip desteği
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Leave a Reply