Check out the File Versioning topic in the MSI SDK.  That is what will control 
how your files get upgraded.  Changing the GUID on the Merge Module won't 
affect them.  The Merge Module signature has a version, I would suggest leaving 
the GUID the same and just up'ing the version number... unless the Merge Module 
is some breaking change and installs everything to completely different 
locations.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Antony Walmsley
Sent: Wednesday, October 04, 2006 7:55 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Upgraded merge modules

I've got a set of merge modules that have been used in installers
sent to customers.

Now I've got to recompile my wix files to pick up the newest versions
of the executables (bug fixes, new features etc). Should the GUID in
<Module> be changed to indicate the file contents have changed, or do I keep the
same number and rely on whoever writes the installer to change the Upgrade Code?
I need Windows Installer to recognise that these are replacement files, not
new files that just happen to install over the top of existing files.

Thanks...


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to