2

How do I create an update patch that updates the application without having to reinstall the application in newer version?

Also, how could I combine other software such as SQL express and printer driver with the application setup file?

I have used Visual Studio 2010 to develop my application.

Ondrej Janacek
  • 12,486
  • 14
  • 59
  • 93
user918381
  • 51
  • 2
  • 4

1 Answers1

0

What you can patch depends up how you partitioned it in the first place. Did you design it to be patched? If not the best case may be bite the bullet and reinstall a newer version.

Preet Sangha
  • 64,563
  • 18
  • 145
  • 216