This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Rounding off minutes?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 11, 2009
12:41 PM
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
BB
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 11, 2009
12:49 PM
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!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 11, 2009
02:21 PM
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.
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.
