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