I have written a program in windows C# 2005 and deploy the program on our production server. my manager however asked me to put more feature on the program and i rewrote everything.
my question here is do i have to create a new setup file and do a fresh new installation by uninstalling the old one from the production server? if that is the case everytime i made a little modification i have to create a new setup file and uninstall the old one and install a new one. I heard .NET resolve this issue but i am not exactly sure how it is. please advise
Loading
SphurthyPosted May 8, 2008, 7:54 AM
To avoid these setup and deployment issues Microsoft is coming up with application virtualization features.
Regards
Sphurthy
SphurthyPosted May 8, 2008, 7:53 AM
To avoid all of these setup and deployment issues Microsoft is coming up with application virtualizations.
Regards
Sphurthy
http://programming-questions.blogspot.com
Yonathan MedemdemiaPosted Feb 7, 2008, 11:01 AM
Scott LyslePosted Feb 7, 2008, 12:40 AM
No, you can just rebuild the existing setup solution; you don't have to start over each time.
You might also want to look at what you can do with a click once deployment: http://technet.microsoft.com/en-us/library/142dbbz4(VS.80).aspx