473,396 Members | 1,918 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,396 software developers and data experts.

vb.net deployment package

I need to deploy a service that will run on a production server. I am not
certain what category of deployment directions that I should follow from the
MSDN site.
The service is written is Visual Basic.NET version 1.1. The service is
scheduled to run once an hour. The service is suppose to take data from a sql
server database (where the information was obtained from users via a web
page) and send the data to a HP mainframe by using xml and soap messages.
I am following the directions for deploying a web soltion from the following
url:http://msdn.microsoft.com/library/de...ebSolution.asp.
When I get to the part that says:To create a deployment project

On the File menu, point to Add Project, and then choose New Project.
In the Add New Project dialog box, select Setup and Deployment Projects in
the Project Type pane, and then choose Web Setup Project in the Templates
pane. In the Name box, type WebDeploy.
Click OK to close the dialog box.
The project is added to Solution Explorer, and the File System Editor opens.
In the Properties window, select the ProductName property and type WebApp1"

I can not find the "In the Properties window, select the ProductName
property and type WebApp1". I am not certain where the Properties window,
to select the ProductName property is. I can not find the ProductName
property?

What kind of a deployment package do I need to setup? Also can you give me
the url and/or directions on how to complete this kind of deployment?

Thanks!
Nov 21 '05 #1
1 1733
"Wendy Elizabeth" <We************@discussions.microsoft.com> wrote in
message news:10**********************************@microsof t.com...
I need to deploy a service that will run on a production server. .. . . The service is scheduled to run once an hour. .. . . I am following the directions for deploying a web soltion from the
following

url:http://msdn.microsoft.com/library/de.../en-us/vsintro
7/html/vbtskDeployingWebSolution.asp.

Fromthis, I would suggest that your project is a "Windows" Service,
not a "Web" Service.

You'll need to add a Project Installer to your project (with the
Service Designer open, there's menu options and Designer "verbs"
provided to do this). Configure the installer to use the right user
account and such like. Rebuild the project.

Take your executable (and supporting components, of course) to
your target host and run the Framework utility "InstallUtil" on it.

InstallUtil <ServiceExeFileName>

That will install it as a Service, which you can then configure and
start, as required.

There's probably a "nice" way of packaging it up, but this works
well enough for me.

HTH,
Phill W.
Nov 21 '05 #2

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

Similar topics

4
by: Thornmastr | last post by:
Good Afternoon, I need to distribute an application which includes the run time files for Access 2002. I do have the Office XP Developer CD’s. The application itself is written in VB 6 with an...
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...
0
by: Scanner2001 | last post by:
I have a web service and a deployment project. Inside the deployment project, is a custom action to create some database related items such as stored procedures. I have this packaged as an msi, and...
0
by: Michael | last post by:
After a week of beating my head against a wall I still continue to receive the following error message when trying to deploy a package using the cabinet option. The same error occurs with a...
2
by: msnews.microsoft.com | last post by:
Im trying to deploy a windows service and a windows application together with my web application in the same setup msi. It works sometimes, but suddenly I cant build the msi. I get errors like: ...
1
by: SKarnis | last post by:
I have created a simple ASP.NET Web Service with VB on Win XP Pro SP2, IIS 5.1, .NET 1.1. Service works in Visual Studio environment. Created an deployment package. Tried running the deployment...
0
by: blkwebman | last post by:
I'm trying to create a "standalone" install package (without any of the dialog boxes that a standard setup package would have). I think I understand how to do it in VB6 (using PDCmdLn.exe); I have...
1
by: RandomElle | last post by:
Can anyone help me out with locating & using the package and deployment wizard for Access 2003? I have searched for HOURS and cannot find the Package & Deployment wizard for Access2003 anywhere on...
10
by: =?Utf-8?B?UHVuaXQgS2F1cg==?= | last post by:
Hi, I am developing a windows application in VS.NET 2005. The application is database driven and I need to deploy it on a client's pc. How should I go about developing such an application. I...
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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...
0
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...

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.