When users get a new update via ClickOnce, the file modification date for the executables and dll's are getting updated to the date of installation.
How can I keep them at the same date as when the project was built?
Asked
Active
Viewed 73 times
1

David Ansermot
- 6,052
- 8
- 47
- 82

JoelFan
- 37,465
- 35
- 132
- 205
-
http://stackoverflow.com/questions/1104353/put-build-date-in-about-box/ – JoelFan Jul 09 '09 at 16:32
-
The top answer on that question suggests a more reliable way to get the date from the version number, which might solve this issue? – Danny Tuppeny Mar 01 '11 at 13:04