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

Deployment and Setup woes

Oz
Hi

We in our company build asp.net and MS SQL Server apps for deployment on
clients' machines. We have created an Installer class (DBInstaller) which
runs several scripts to build a database, populate it will data, etc. I
would like to be able to create a setup file, which, if the application is
NOT installed on the client computer, installs from scratch. This already
works in the MSI file we create. However, if the application DOES exist on
the target computer, i would like to set some options in VS.NET Setup
Project, not ORCA, that in the same setup file, would allow me to :

- update only those files where the files included in MSI date is greater
than the files on the client disk.

- run a different installer class (DBUpgrader), which refreshed all the SPs
and views, and optionally adds extra data to look-up tables and may add
extra fields to tables.

If the user double clicks on the setup file, where the application already
exists on their machine and the setupfile is a newer version of the setup
file, it should by default assume an upgrade is going to take place and not
that the application is to be repaired or removed. Removing the
application, means dropping the database, which by this time most likely
includes some client data. Obviously, we do not want to do this.

Setting the RemovePreviousVersions attribute within the Setup project will
remove all files and reinstall them. This is again unacceptable as we do not
want to remove the database, or most of the aspx files). We would only want
to update some aspx files, update the compiled assemblies (if applicable)
and run some update scripts on the database.

Can this be accomplished through VS.NET, or through Orca?

We are using VS.NET 2003 on Windows XP to deploye ASP.NET/VB.NET components
and SQL Server applications.We are also using the MSDE Bootstrap Loader
Configurator.

Thanks

Oz
Nov 21 '05 #1
0 908

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

Similar topics

1
by: source | last post by:
I have a setup project and I am adding registry entries in my setup. For one of my regitry entries I need to assing the value of the path. When I put the value of my registry as \mypage.htm when...
2
by: Scanner2001 | last post by:
This may not be the best group to post to, so if there are any suggestions as to a different group, please let me know. Here is what we are doing, we have a couple of dlls that are shared (i.e....
0
by: Oz | last post by:
Hi We in our company build asp.net and MS SQL Server apps for deployment on clients' machines. We have created an Installer class (DBInstaller) which runs several scripts to build a database,...
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...
1
by: Mika M | last post by:
I have made Setup and Deployment Project for my application. This application uses couble of Crysral Report .rpt -files, so I included following into Setup and Deployment Project ... -...
7
by: dhussong | last post by:
I have created a Setup and Deployment project in Visual Studio.NET 2003. After my installation has completed running I'd like to launch the EXE that I just installed. I've found how to launch the...
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...
0
by: =?Utf-8?B?QXJuZSBCZXJ1bGRzZW4=?= | last post by:
I have an app created in vb.net 2005 and I've created the Setup app within. My problem is...I would like net framework...if not present...to auto install. This app will be downloaded from the...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
2
by: Miro | last post by:
Reading the help file it says in step 2 to click on "other project types" and then click on "Setup and Deployment projects".( see below ) I am using vb2005 express. Im assuming this is not an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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.