I have been racking my brain over this one, and am near the end=
of my rope=2E So, I will try my problem here=2E
We have a standard Setup and Deployment project, which is used to=
install our product onto user's servers=2E There are 2 special=
activities in this setup app - a license file is place with the=
executable, and a custom form has been inserted for creating a=
database on a SQL Server=2E The custom form triggers a custom=
setup module, with various scripts running behind the scenes=2E=
This setup works great=2E
Here's the issue: I now need to be able to patch the user's=
application=2E The 2 actions mentioned above CANNOT happen again,=
as we want the license file untouched and the database to remain=
the same=2E Only the executable needs to be overwritten=2E Please=
note that we cannot do auto-updates, because we have to assume=
that the servers this app is being installed on are disconnected=
from the Web=2E My current approach has been to try a create a=
brand new setup application, with just the executable in it=2E=
This seems to generate some headaches though, as I'm unsure of=
the right combination that should be used for ProductCode and=
UpgradeCode=2E Also, the executable refuses to overwrite=2E What is=
the best method to just have an upgrade setup app that will=
simply and effectively overwrite the executable?
--------------------------------
From: Mike
-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)