PC Review


Reply
Thread Tools Rate Thread

Deployment and Setup woes

 
 
Oz
Guest
Posts: n/a
 
      18th Aug 2004
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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deployment Woes =?Utf-8?B?QXJuZSBCZXJ1bGRzZW4=?= Microsoft VB .NET 0 6th Jan 2007 11:32 PM
CE 4.2 Solution Deployment Woes jminiman Microsoft Dot NET Compact Framework 3 13th Sep 2006 01:18 AM
deployment woes! Nick Swan Microsoft Dot NET Compact Framework 1 1st Feb 2005 01:33 AM
Deployment and Setup woes Oz Microsoft ASP .NET 0 18th Aug 2004 07:28 AM
No Touch Deployment Woes William Pearson Microsoft Dot NET Framework Forms 0 30th Nov 2003 10:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:31 AM.