.NET Deployment Project Variables

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
 
C

ChuckD_Duncan

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
 
C

ChuckD_Duncan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top