Where to set deployment properties

  • Thread starter Thread starter BobAchgill
  • Start date Start date
B

BobAchgill

I have looked and looked for on the property pages for my
Window form project and do not see where they are saying
I should find the place to set deployment properties like:

Manufacturer
ManufacturerUrl
ARPURLINFOABOUT URL for an application's home page.
ARPURLUPDATEINFO URL for application-update info.

Where are they hiding?

Thank you!
 
Have you had a look in the AssemblyInfo.vb file in your project? Some of the
items you are interested in are there...

Nigel Armstrong
 
- click on your setup and deployment project in the Solution explorer

-go to the properties page and you will find all the stuff you needed
 
Yeah... they are still hiding.

I checked properties for both the set up and deployment
project and the project itself. Actually there is no
line item for deployment in the properties folder for the
set up and deployment property folder.

There IS a deployment line item for the project in its
property page but nothing that resembles all these
propeties I am hunting for.
 
Thanks I looked in the Assemblyinfo.vb as you suggested
and found these properties:
<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>

I guess I can just add more line items to the list like??:

Manufacturer
ManufacturerUrl
ARPURLINFOABOUT URL for an application's home page.
ARPURLUPDATEINFO URL for application-update info.


I'll give it a try.
 

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