I am trying to use the Package and Deployment Wizard that comes with VB6, creating a standard setup package. I have added small registry file that I needed added to the users registry. I keep getting an error that says "The file C:\...\installbar.reg is not recognized as a valid registry file." I know that it is, I just exported it from the registry! All that is in it is
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar]
"{BD905548-E9DA-4A37-98E7-3A67495DF69C}"="PRGI Secure Toolbar"
And ideas?