Page 1 of 2 12 LastLast
Results 1 to 5 of 10

Thread: How much space is exactly needed?

  1. #1
    wysiwyg Guest

    How much space is exactly needed?

    The size of my released CD is only about 150MB. However, the customer needs ~350MB to install. Is there a way to determine amount of size needed? Not just reserveCost size but TOTAL size.

    Thank you.

  2. #2
    Join Date
    Jan 2002
    Location
    Vienna, Austria
    Posts
    1,150
    do you mean at install time or at setup creation time?

  3. #3
    wysiwyg Guest
    I guess I mean whatever is greater. As in what would be needed for a successful install.

  4. #4
    Join Date
    Jan 2002
    Location
    Vienna, Austria
    Posts
    1,150
    There is a MSI property called

    OutOfDiskSpace

    which will be set if there is not enough space available on all volumes

    The Properties

    PrimaryVolumeSpaceAvailable
    PrimaryVolumeSpaceRemaining
    PrimaryVolumeSpaceRequired

    give you a hint about the amount of diskspace needed
    the properties are valid after the CostFinalize Action

    if you need a better calculation, there is the
    ComponentCosts Property of the Session object
    (see platform sdk)

  5. #5
    wysiwyg Guest
    Thanks _doog_ !

    Did you see my other post on how to get the size of an included MSI that will be run using a CA (nested install)? Maybe you can help me with that too!

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •