Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

ComponentTotalSize 2Gb limit?


1 reply to this topic

etlsnhy

etlsnhy
  • Members
  • 1 posts

Posted 23 June 2004 - 11:24

Is this right, ComponentTotalSize has a 2Gb limit?

I have been trying to write a script to check the size of a rather large 6Gb installation, and most of the size and disk space checking functions in Installshield fail to correctly identify the size of my component. Has anyone any experience with this, and any work around that will let me correctly calculate the size of the component?

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 23 June 2004 - 12:27

This function returns the total uncompressed size, in bytes, of the selected component.
I believe the return value is of type NUMBER which is a signed four-byte integer. It can hold any value between -2147483648 and +2147483647, which is equivalent to 2 Gig.