cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bbutler99a
Level 3

Rounding off minutes?

I've found that after I extract a file from a CAB file the last modified time has the minutes:seconds as 4:50. The same file that IS uses has 4:49. Anyone know about issues with rounding off or some other way to explain this? Cheers,
BB
Labels (1)
0 Kudos
(2) Replies
bbutler99a
Level 3

The milliseconds is 15 for this one. Out of 30 files, this and one other file had this issue. The milliseconds for the other one is 953 which I can see has a chance of being rounded up, but the one with 15 ms was rounded up too!
0 Kudos
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

If this is an InstallScript project, this may be related to a known issue caused by how the InstallScript CAB format stores date/time stamps. You may try changing the timestamp at runtime after the file has been installed with the SetFileInfo function.

If this is an MSI project (Basic MSI or InstallScript MSI), we do not have any control over the date/time stamp information set on an installed file as this is controlled by Windows Installer.
0 Kudos