sad to hear it doesn't work for you. Regarding the problems about having the HKEY_CURRENT_USER and loosing the pasted key each time Visual Studio starts I would like you to read about it here: All your RegKeys Are Belong To Us At the end it says:
If you edit a key in 10.0_Config, Visual Studio will (quite possibly) delete it on startup.
Guess that's what you see while editing and starting. Next thing is such a suggestion - not sure about that - but are you having UAC enabled and run Visual Studio in RANU (= run as normal user) mode? This link: Developing Packages as a Normal User (or How I Learned to Love UAC) shows up, that Visual Studio introduced a certain switch which affetcs it to look into different registry places:
When running with the /RANU switch (along with /rootsuffix Exp in this case), Visual Studio will instead look in the following locations:
Package Registration : HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0Exp\Configuration
User Settings: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0Exp\UserSettings
Last post I like to give you with this describes the startup (registry and pkgdef merge) routine of Visual Studio: blogs.msdn.com/b/aaronmar/archive/2009/06/05/pkgdef-and-the-experimental-instance-in-vs-2010.aspx [sorry - can only post 2 links]
If you could provide me with some more informations about Setup (UAC? anything else to be mentioned) I will try to provide a package update which will fix this. The curious thing is that I am running VS2010 Ultimate on Win 7 64bit - and the installer works ok. Only thing - I am not running in UAC ;-)
Marcus.