Setting Manufacturer

  • Thread starter Thread starter John Dann
  • Start date Start date
J

John Dann

I'm getting forgetful - can someone please remind me where I can edit
the 'Manufacturer' setting in VB.Net 2003 Pro, ie the string that's
used for the default outer folder name during the standard deployment
process?

Thanks
JGD
 
John Dann said:
where I can edit the 'Manufacturer' setting in VB.Net 2003 Pro, ie the
string that's
used for the default outer folder name during the standard deployment
process?

Select the setup project and change the value of its 'Manufacturer'
property.
 
Select the setup project and change the value of its 'Manufacturer'
property.

Yes thanks - obvious once you've got the setup project properties
displayed!

Can I ask a related follow-up:

'ProductName' in this same setup project properties page seems to
default to the name of the setup project, eg MyProgramSetup1. I
imagine that typically this ProductName setting should be just
MyProgram, ie omitting the Setup1 suffix. This would then presumably
cause the program to be installed into eg C:\Program
Files\Manufacturer\MyProgram, which seems logical.

Have I understood this correctly? In other words for my relatively
simple installation needs, I should always change the default setting
for ProductName to MyProgram (or its equivalent for other projects.)
in the Setup properties.

TIA
John Dann
 
John,
| Have I understood this correctly? In other words for my relatively
| simple installation needs, I should always change the default setting
| for ProductName to MyProgram (or its equivalent for other projects.)
| in the Setup properties.
Yes, that is what I normally do:

Project Name = "My Program"
Title = "My Program Setup"


Hope this helps
Jay

| On Mon, 6 Jun 2005 13:46:51 +0200, "Herfried K. Wagner [MVP]"
|
| >Select the setup project and change the value of its 'Manufacturer'
| >property.
|
| Yes thanks - obvious once you've got the setup project properties
| displayed!
|
| Can I ask a related follow-up:
|
| 'ProductName' in this same setup project properties page seems to
| default to the name of the setup project, eg MyProgramSetup1. I
| imagine that typically this ProductName setting should be just
| MyProgram, ie omitting the Setup1 suffix. This would then presumably
| cause the program to be installed into eg C:\Program
| Files\Manufacturer\MyProgram, which seems logical.
|
| Have I understood this correctly? In other words for my relatively
| simple installation needs, I should always change the default setting
| for ProductName to MyProgram (or its equivalent for other projects.)
| in the Setup properties.
|
| TIA
| John Dann
 

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

Back
Top