Re: [WiX-users] Skipping the installation of a file if the existing file is newer

2008-04-23 Thread Sebastian Brand
Use the NeverOverwrite attribute in the Component tag. Best regards, Sebastian Brand Instyler Software - http://www.instyler.com On Apr 23, 2008, at 11:59 , Richard Amos wrote: Is there anyway to skip the installation of a file if the file already exists and is newer? I'm thinking, for exa

[WiX-users] Skipping the installation of a file if the existing file is newer

2008-04-23 Thread Richard Amos
Is there anyway to skip the installation of a file if the file already exists and is newer? I'm thinking, for example, of the case where a DLL in System32 already exists. In a similar vein, can you skip the installation of a file if the file already exists - regardless of which is newer?