Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have several C# deployed applications that I have to build every few months to create the msi installers. I do this in either Dev Studio.NET or Dev Studio 2005 professional.

Quite often we find problems with some of the xml files I use as config files for various projects where one setting in the xml needs changing.
At present I have to rebuild the whole project to recreate the msi just for one xml file change.
What I'd like to be able to do is have the installer check during install if there is a later version of its xml config file available (placed on the installer CD somwhere) and if so overwrite the one that is packaged up in the msi with the newer version.

Is this possible and how?

Thanks.
Posted
Updated 12-Oct-10 0:26am
v2

1 solution

For this kind of thing you'll have to write a DLL to provide a custom action for the extra functionality you want.

Take a look at:

This[^]

And

This[^]

There are loads of others to have a look at too....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900