question when creating/upgrading an application

adshocker

Well-known member
Joined
Jun 30, 2007
Messages
180
Programming Experience
Beginner
hi all,

i was just wondering, when you finish an application and then deploy it, i realized it doesnt end there.

what if the client wants to add something else on the application...
how can i do this without using the same solution of the application.

for example, i have a finished application with 5 child form and 1 mdiform. i have successfully deployed it. now the clients wants to add a new child form to it, do i have to open the same solution and add the form there and then re-deploy the whole thing?

taking in consideration that i only need to make some minor changes to the mdiform (basically adding a menu item to call the new form) and then add the new form to the solution. no changes on the rest.

i'm thinking if i use no touch deployment, this wouldnt be a problem but it might be troublesome if i plan to use windows installer.

thanks.
 
Back
Top