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

Changes to web project post deployment

Hi,
I had created an ASP.NET web application and then created an MSI for it and
sent it to
one of my friends. The web app installed successfully and worked fine on my
friend's
server. But now I need to do some bug fixes and also add some other ASPX
pages to the web
project. I wanted to know how should I package the changes and send it back
to my friend so
that he has to put in minimum effort while deploying the changed web
application.
Should I make a MSI of the new project and then ask him to unistall the
previous one and
install the new MSI?? Is there a better method??

Looking forward for comments.

Best Wishes,
-Aayush

Nov 19 '05 #1
3 1089
Yes.
In many cases you can get the MSI to automatically uninstall the old MSI, so
that's just a single installation step he'll have to go through. It doesn't
get much simpler than that.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Aayush Puri" <Aa********@discussions.microsoft.com> wrote in message
news:0E**********************************@microsof t.com...
Hi,
I had created an ASP.NET web application and then created an MSI for it
and
sent it to
one of my friends. The web app installed successfully and worked fine on
my
friend's
server. But now I need to do some bug fixes and also add some other ASPX
pages to the web
project. I wanted to know how should I package the changes and send it
back
to my friend so
that he has to put in minimum effort while deploying the changed web
application.
Should I make a MSI of the new project and then ask him to unistall the
previous one and
install the new MSI?? Is there a better method??

Looking forward for comments.

Best Wishes,
-Aayush

Nov 19 '05 #2
Yes, but it still safer to uninstall the program first manually from
Add/Remove Programs dialog. That's what I am always doing.

Eliyahu

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:uW**************@TK2MSFTNGP09.phx.gbl...
Yes.
In many cases you can get the MSI to automatically uninstall the old MSI, so that's just a single installation step he'll have to go through. It doesn't get much simpler than that.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Aayush Puri" <Aa********@discussions.microsoft.com> wrote in message
news:0E**********************************@microsof t.com...
Hi,
I had created an ASP.NET web application and then created an MSI for it
and
sent it to
one of my friends. The web app installed successfully and worked fine on
my
friend's
server. But now I need to do some bug fixes and also add some other ASPX
pages to the web
project. I wanted to know how should I package the changes and send it
back
to my friend so
that he has to put in minimum effort while deploying the changed web
application.
Should I make a MSI of the new project and then ask him to unistall the
previous one and
install the new MSI?? Is there a better method??

Looking forward for comments.

Best Wishes,
-Aayush


Nov 19 '05 #3
Steve and Eliyahu,
Thank you for the help. I guess I know what to do now :-)

Best Wishes,
-Aayush

"Eliyahu Goldin" wrote:
Yes, but it still safer to uninstall the program first manually from
Add/Remove Programs dialog. That's what I am always doing.

Eliyahu

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:uW**************@TK2MSFTNGP09.phx.gbl...
Yes.
In many cases you can get the MSI to automatically uninstall the old MSI,

so
that's just a single installation step he'll have to go through. It

doesn't
get much simpler than that.

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"Aayush Puri" <Aa********@discussions.microsoft.com> wrote in message
news:0E**********************************@microsof t.com...
Hi,
I had created an ASP.NET web application and then created an MSI for it
and
sent it to
one of my friends. The web app installed successfully and worked fine on
my
friend's
server. But now I need to do some bug fixes and also add some other ASPX
pages to the web
project. I wanted to know how should I package the changes and send it
back
to my friend so
that he has to put in minimum effort while deploying the changed web
application.
Should I make a MSI of the new project and then ask him to unistall the
previous one and
install the new MSI?? Is there a better method??

Looking forward for comments.

Best Wishes,
-Aayush



Nov 19 '05 #4

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

Similar topics

2
by: ksskumar | last post by:
Hi Friends, My software's target is to creating a add-in for Outlook. I am struckup of creating deployment of my software. My software flow is as follows, 1. Complete functionality is...
8
by: Shimon Sim | last post by:
Hi I converted my existing ASP.NET project to VS.NET 2005. Build gives me some warnings about config file. I have custom section definition in web.config. Were there any changes in this for...
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...
6
by: Marty | last post by:
Hi, I want to add a folder (named myFolder) to my project and fill it with files and want it to appear under "../projectFolder/bin/debug/myFolder" and "../projectFolder/bin/release/myFolder". I...
3
by: SimeonArgus | last post by:
I am using Visual Studio 2005, and I have created a deployment project to distribute the app I've built. Now, I need to add a dialog (which I've done) to collect two prompts. Based on those two...
1
by: kirk.quinbar | last post by:
Have you ever used a .net deployment project to install a windows service? If so, then i ran into an issue recently that maybe you could shed some light on. I am sure I probably did something...
7
by: Cirene | last post by:
I used to use the Web Deployment Project with my VS2005 projects. Now I've fully upgraded to VS2008. Do I have to download a new version of the Web Deployment Project? If so where can I find...
3
by: fniles | last post by:
I am not sure if I post this issue at the correct newgroup. If I need to post it somewhere else, please let me know what is the correct newsgroup for this. I am using VB.NET 2005 and I create a...
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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.