> Hi,
> I've tried making a deployment project for one of my VSIP packages to not
[quoted text clipped - 11 lines]
> IMHO that is a genuine VS bug preventing the usage of non-selfregistering
> VsPackages.
That's actually how Windows Installer works, not a peculiarity of deployment
projects. The Registry table
(<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/regis
try_table.asp>)
has only Name and Value columns, not a column to indicate the value type. A
leading # indicates a REG_DWORD type. You need to escape the # so it's
written as-is as a string. I'm not sure how to do it in a deployment
project, but in raw MSI tables, it would be
[\#]nnn
See Formatted.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/forma
tted.asp

Signature
sig://boB
http://msdn.microsoft.com/vstudio/extend/