473,395 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Where to set deployment properties

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!

Nov 21 '05 #1
8 2575
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

"BobAchgill" wrote:
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!

Nov 21 '05 #2
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

"BobAchgill" wrote:
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!

Nov 21 '05 #3

- 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

"BobAchgill" <an*******@discussions.microsoft.com> wrote in message
news:4d****************************@phx.gbl...
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!

Nov 21 '05 #4

- 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

"BobAchgill" <an*******@discussions.microsoft.com> wrote in message
news:4d****************************@phx.gbl...
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!

Nov 21 '05 #5

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.
-----Original Message-----

- 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
"BobAchgill" <an*******@discussions.microsoft.com> wrote in messagenews:4d****************************@phx.gbl...
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!

.

Nov 21 '05 #6

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.
-----Original Message-----

- 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
"BobAchgill" <an*******@discussions.microsoft.com> wrote in messagenews:4d****************************@phx.gbl...
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!

.

Nov 21 '05 #7
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.

-----Original Message-----
Have you had a look in the AssemblyInfo.vb file in your project? Some of theitems you are interested in are there...

Nigel Armstrong

"BobAchgill" wrote:
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!

.

Nov 21 '05 #8
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.

-----Original Message-----
Have you had a look in the AssemblyInfo.vb file in your project? Some of theitems you are interested in are there...

Nigel Armstrong

"BobAchgill" wrote:
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!

.

Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
1
by: db_from_mn | last post by:
I have a deployment project that seems to work, but I can't find the Deployment Properties (such as Author, FriendlyName, Description, etc.), as described in the documentation. I highlight the...
1
by: Richard Lewis Haggard | last post by:
I'm new to C# deployment project way of doing things and have run into a problem with a deployment project that has me stumped. I've put together a deployment of a project which works just fine for...
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
0
by: BobAchgill | last post by:
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...
5
by: Rich | last post by:
Hello, So I develop a vb.net exe on my (win2k) workstation. I have to deploy it to another workstation (actually several - all win2k). Each receiving workstation will have .Net Framework 1.1...
3
by: Rich | last post by:
Hello, I have been using OneClick deployment to deploy apps at my workplace. Works great! But now I have to deploy additional files with the app, like chms, rtfs. How do I publish the...
1
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings...
1
by: dorandoran | last post by:
I created an MSI package and it works great. However, the source code aren't compiled. They show up row in the test web server. This is No No in our environment. Are there any steps that I am missing...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.