views:

7

answers:

0

I have a Visual Studio Setup Project which creates an MSI containing a bunch of files. All of these files are copied to the target file system with the last update timestamp set to what it was on the system where the MSI was generated.

However, I require some of these files to have the timestamp set to when the MSI was installed -- is there an option in the project editor, or should I write a script to do this post-install?