Re: [WiX-users] Setting date and time of files in a cabinet

2011-08-28 Thread Rob Mensching
Yes. The WiX toolset preserves the date/timestamp of the files on disk to the .cab. On Fri, Aug 26, 2011 at 5:30 AM, Tobias S wrote: > Maybe do that with a MSBuild task in the BeforeBuild Target or some > other place before building the installation? > > > ---

Re: [WiX-users] Setting date and time of files in a cabinet

2011-08-26 Thread Tobias S
Maybe do that with a MSBuild task in the BeforeBuild Target or some other place before building the installation? -- EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers

[WiX-users] Setting date and time of files in a cabinet

2011-08-25 Thread Darren Bennett
Is there some way to set the date and time for files contained in a cabinet built using WiX? In the past I have created our cabinets using the MakeCAB tool and was able to set the date and time for all files in the cabinet using the .Set InfDate and .Set InfTime properties in the MakeCAB inf file.