473,763 Members | 5,412 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.
ARPURLUPDATEINF O URL for application-update info.

Where are they hiding?

Thank you!

Nov 21 '05 #1
8 2611
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.
ARPURLUPDATEINF O 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.
ARPURLUPDATEINF O 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*******@disc ussions.microso ft.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.
ARPURLUPDATEINF O 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*******@disc ussions.microso ft.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.
ARPURLUPDATEINF O 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*******@disc ussions.microso ft.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. ARPURLUPDATEINF O 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*******@disc ussions.microso ft.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. ARPURLUPDATEINF O 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: AssemblyDescrip tion("")>
<Assembly: AssemblyCompany ("")>
<Assembly: AssemblyProduct ("")>
<Assembly: AssemblyCopyrig ht("")>
<Assembly: AssemblyTradema rk("")>

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

Manufacturer
ManufacturerUrl
ARPURLINFOABOUT URL for an application's home page.
ARPURLUPDATEINF O 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. ARPURLUPDATEINF O 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: AssemblyDescrip tion("")>
<Assembly: AssemblyCompany ("")>
<Assembly: AssemblyProduct ("")>
<Assembly: AssemblyCopyrig ht("")>
<Assembly: AssemblyTradema rk("")>

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

Manufacturer
ManufacturerUrl
ARPURLINFOABOUT URL for an application's home page.
ARPURLUPDATEINF O 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. ARPURLUPDATEINF O 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
4928
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.1 -> MsiNetAssembly Support.) I have a few issues and questions regarding the MSI and its properties. * This may be my biggest annoyance at the moment. When the installer creates the target directory, it's setting them as read-only. When the...
1
1705
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 project in the Solution Explorer, then go to the property page. I see "Build" properties, but none of the expected Deployment properties, as indicated above. Any suggestions? Thanks,
1
2088
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 new installations but fails if the project has already been deployed. What I'd like for it to do is to ask if it should upgrade/repair/uninstall. Instead, it says that the user must remove the project before the installation can execute. What...
4
3536
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 objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
0
292
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 ManufacturerUrl ARPURLINFOABOUT URL for an application's home page. ARPURLUPDATEINFO URL for application-update info. Where are they hiding?
5
1919
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 (or higher). I place the vb.net exe on the workstation. In vb6 I used to have to run setup if there were any fancy controls on the vb6 exe. So, in order to correctly deploy a vb.net exe what all is involved besides having .Net Framework on each...
3
6247
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 additional files? Do I add them to the project? I have a RichTextBox that will read the rtf's. RichTextBox1.LoadFile(Application.StartUpPath & "\myTest.rtf")
1
8145
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 file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but when not running, it is. Just an idea for you to think about. Another option would possibly be to...
1
2528
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 during the creation of MSI package. Both Web Site Project (meaning the web service i created is in the http:\\localhost\BannerWS) and setup project under one solution. (Right click on solution won't show Add a new WDP. I added the web setup project...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10144
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9997
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8821
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3522
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.