Re: [WiX-users] WiX, MSI checksum and overwrite behaviour

2008-03-30 Thread Mike Dimmick
The default file versioning rules will do this: - Check the timestamps on the file. If the modified timestamp is different from the creation timestamp, the file has been modified by the user and it will not be overwritten. - If the MsiFileHash table is present, it will hash the file on disk and i

Re: [WiX-users] WiX, MSI checksum and overwrite behaviour

2008-03-25 Thread Alex Shevchuk
George, To get behavior you want: * Make your file a keypath of your component (File/@KeyPath="yes") * Use /fc option to repair your installation Alex Shevchuk On Tue, Mar 25, 2008 at 5:16 PM, Georgi Shopov <[EMAIL PROTECTED]> wrote: > Hi, > > can any body give me suggestion what is the pro