Re: [WiX-users] How to overwrite forcibily a file.

2010-04-19 Thread Akihiro.Shibuta
om] > Sent: Monday, April 19, 2010 11:00 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to overwrite forcibily a file. > > > You can make this file a companion file to a file that you > know will overwrite/update properly due to the file > vers

Re: [WiX-users] How to overwrite forcibily a file.

2010-04-19 Thread MikeR
You can make this file a companion file to a file that you know will overwrite/update properly due to the file versioning rules. There is a companion file attribute on the File node within WiX, which forces the file to follow the versioning rules of the specified companion file. Akihiro.Shibuta