Ok, I have deployed a repackaged app, it works perfectly. Now i have an update for this app. I have repackaged the entire app again with the update, and also just the differences (hopefully).
my question is, which is the best method of doing this? I want to update the msi on the machine as it has several 200mb+ databases in the app, and none of these is updated.
Should i create the difference msi with the same product code and run there? should i create the whole package with the same product code?
should i create a patch package (for gods sake tell me i dont have to do that manually as it appears) and apply that to the original msi?
I cant really find any good informations on this, all i find is "patch package is beyond the scope of this book" nice one bob baker...
I have the following books as well as online help etc:
Admin guide to repackaging and deployement (baker dickau)
Getting started with installshield and installer setups (baker)
official installshield for windows installer developers guide (baker)
Can anyone point me to a step by step or at least some useful info?