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:



28. Apr, 2006 







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