.NET Deployment Project Variables

  • Thread starter Thread starter ChuckD_Duncan
  • Start date Start date
C

ChuckD_Duncan

I am trying to setup a rather simple install using the .NET Setup and
Deployment facility. When using the Setup's Registry Editor I first came
across "[Manufacturer]" and am at a loss as to how to define that. I am
sure there are a collection of other such variables that I can't find
documented anywhere. In particular, one of my registry variables needs to
point to the EXE path that the assembly gets installed into; I bet thats a
variable.
Any help?

Thanks in advance.
Chuck
 
I see Manufacturer is defined in the properties window for the entire
project. It would appear there are two variables somewhere: a) Path to
the .EXE itself, and b) Path to the Application Directory. The later is
the one I am after. I tried "[Application Directory]" for the value of
the registry string variable but it generated blank. ??

Chuck
 
I see Manufacturer is defined in the properties window for the entire
project. It would appear there are two variables somewhere: a) Path to
the .EXE itself, and b) Path to the Application Directory. The later is
the one I am after. I tried "[Application Directory]" for the value of
the registry string variable but it generated blank. ??

Chuck
 
Back
Top