473,398 Members | 2,389 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,398 software developers and data experts.

How do I create setup & deployment for n-tier multi-project soln?

Need to build complete deployment package for a multi-project enterprise soln
consisting of 3 web apps, 20+ web services, 2 windows services, 61 component
dll's and 4 databases.
Everything except the databases are in one Build Solution.
Project Output must be structured into unified Application Space with
folders for webs and winservices in order to allow instancing on the
middleware server.
MyEnterpise/Instance1
Services/
Service1
Service2
Webs/
WebApp1/bin/component dlls
WebApp2/bin/component dlls
WebServiceContainer/*.asmx

Note: webs do not go to 'Default Web Site' in IIS

Currently building 3rd generation Install of this product for national
customer base using Wise 8.0 and in house .net utilities to configure IIS,
install win services, setup security model etc... This is a kludge and would
prefer a modular Entreprise Type Install similar to the VSNET Install. How
can I go about designing and implementing this?
Jul 21 '05 #1
4 2631
Hi,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to create
installation package to deploy your enterprise solution. If there is any
misunderstanding, please feel free to let me know.

It is a hard mission to create setup packages to deploy so many projects.
Here I have found some walkthoughs and documents on deploying all kinds of
projects on windows platform. Hope this helps.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vbcondeploymentscenarios.asp

http://www.microsoft.com/downloads/d...E2D-D03F-4B19-
9025-6B87E6AE0DA6&displaylang=en

The following link contains all information about deployment. You can find
what you need from it.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vboriDeploymentInVisualStudio.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #2
Kevin,
I work for a large financial software company. We produce many solutions for
banks and financial institutions - Windows based Sales and Teller front ends,
middleware engines, plus back end core systems that run on AS400s. The
installation I am describing is for the middleware servers in an n-tier
solution. I am familiar with the hello world examples that are in the links
you provided. They are not architected for the complexity of a true
enterprise solution that requires security and network modeling etc. I know
this is not a cookie cutter type question and I really looking for a more in
depth response. The look and feel of the VSNet Installation is what we are
trying to get to.
tia,
surfdog

"Kevin Yu [MSFT]" wrote:
Hi,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to create
installation package to deploy your enterprise solution. If there is any
misunderstanding, please feel free to let me know.

It is a hard mission to create setup packages to deploy so many projects.
Here I have found some walkthoughs and documents on deploying all kinds of
projects on windows platform. Hope this helps.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vbcondeploymentscenarios.asp

http://www.microsoft.com/downloads/d...E2D-D03F-4B19-
9025-6B87E6AE0DA6&displaylang=en

The following link contains all information about deployment. You can find
what you need from it.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vboriDeploymentInVisualStudio.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #3
Kevin,
I work for a large financial software company. We produce many solutions for
banks and financial institutions - Windows based Sales and Teller front ends,
middleware engines, plus back end core systems that run on AS400s. The
installation I am describing is for the middleware servers in an n-tier
solution. I am familiar with the hello world examples that are in the links
you provided. They are not architected for the complexity of a true
enterprise solution that requires security and network modeling etc. I know
this is not a cookie cutter type question and I really looking for a more in
depth response. The look and feel of the VSNet Installation is what we are
trying to get to.
tia,
surfdog

"Kevin Yu [MSFT]" wrote:
Hi,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how to create
installation package to deploy your enterprise solution. If there is any
misunderstanding, please feel free to let me know.

It is a hard mission to create setup packages to deploy so many projects.
Here I have found some walkthoughs and documents on deploying all kinds of
projects on windows platform. Hope this helps.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vbcondeploymentscenarios.asp

http://www.microsoft.com/downloads/d...E2D-D03F-4B19-
9025-6B87E6AE0DA6&displaylang=en

The following link contains all information about deployment. You can find
what you need from it.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vboriDeploymentInVisualStudio.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #4
Hi surfdog,

I'm sorry but this is only what I can find for setup project. I'm also not
quite experienced for setup projects. For setup issues, you can try to post
in microsoft.public.dotnet.framework.setup newsgroup besides posting here.
There will be more professionals who can give you more information and
suggestions in this aspect. Sorry for the inconvenience. Thanks for your
understanding.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #5

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

Similar topics

2
by: KennethBohman | last post by:
Does anybody know of a single source of information (book, article etc) on setup/deployment projects? I've got the old Wrox Deployment one, but I'm tired of never finding what I'm looking for. --...
1
by: Dik van der Zwan | last post by:
I have made a Setup for a ms-access program with the package and deployment wizard of ms-office 2000. When installing my program with the Setup, it will make a shortcut to start the program....
2
by: Lauren Wilson | last post by:
Hi folks, I am confused about how to create a stand alone installer to install Access 2003 Runtime. There are two files I have compiled into a self-extracting zip file: ACCESSRT.CAB...
2
by: meh | last post by:
Where can I find more info on setting up an installation. For example I have created my setup routines and the default stuff is working fine. but..... I need to give the user some options of what...
1
by: David Webb | last post by:
Hi, I've created a setup application for my app and currently it checks for the .NET framework installation. If it doesn't exist, it prompts the user to download from the internet. The file is...
2
by: Ricky | last post by:
I am doing setup and deployment for the first time in .NET. I have developed an application in VB.NET which uses a third party component. But in order for the component to work I need to register...
8
by: Paw | last post by:
Greetings. I use asp. what I need is is when a visitor comes to the site, I need it to check the host name. if "www.hometowndigest.com" is the host, then check a folder named "something" and if...
0
by: riazhassan | last post by:
Hi guys, I have been deployed 3, 4 applications with the package and deployment wizard. I have never faced this kind of problem but now I am having problem with my client setup. When I run the...
0
balabaster
by: balabaster | last post by:
I'm trying to customize the setup and deployment wizard to install a service that has desktop interactivity. I'm aware of the standard code to do this: Dim oKey As Microsoft.Win32.RegistryKey =...
0
by: Andrus | last post by:
I created .NET 3.5 SP1 Winforms application setup by pressing publish button in VCSE 2008 SP1 Running created setup.exe in same computer causes error below "Reference in the manifest does not...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
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...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.