Home All Groups Group Topic Archive Search About

Deployment - using Registry items

Author
4 Apr 2005 10:48 PM
Tom Edelbrok
I'm setting up a VB.NET deployment project and everything works fine. In
particular, I want to set certain Registry keys with values during the
deployment - this works great too.

However, I notice that there is a variable within the Registry Editor of the
deployment project, and it is called "[Manufacturer]". Whenever this
variable is encountered during the installation (ie: via the MSI installer)
the term "[Manfacturer]" gets replaced with our company name, ie: "Value Pak
Corp.".

1)    Where does [Manfacturer] get our company name from?

2) Are there other registry variables that can be used during deployment? In
particular I want one that represents my application name, ie:
"[Application]", but I tried it and it doesn't work.

Thanks in advance,

Tom

Author
5 Apr 2005 3:29 AM
Grant_Aust
Right Click on the installer project and look at properties.
Author
5 Apr 2005 11:01 PM
Tom Edelbrok
That works great. I notice that some of the properties can be used as
registry variables but others can't, nevertheless the one I want is there.
For example, I can use [ProductName] and it works fine (inserting my program
name into the registry in its place), but [Title] doesn't work even though
it's listed as a property. Not a big deal - just interesting that one works
and the other doesn't.

Tom



Show quoteHide quote
"Grant_Aust" <news-i-dont-like-spam@carthew.net> wrote in message
news:%23lZLn%23YOFHA.3668@TK2MSFTNGP14.phx.gbl...
> Right Click on the installer project and look at properties.
>