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
- :
- Re: Required disk space
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 21, 2011
04:52 AM
Required disk space
Hi there,
I am using InstallShield 2010 / Install Script Project.
Is there a way how to find out required disk space to run my installation and required disk space to install all?
Thank you very much,
Martina
I am using InstallShield 2010 / Install Script Project.
Is there a way how to find out required disk space to run my installation and required disk space to install all?
Thank you very much,
Martina
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 21, 2011
07:11 AM
Hi Martina, use the "GetDiskInfo" function for the InstallScript / InstallScript MSI project types.
For Basic MSI project, you must first have to create the custom Action for the entry point function and put that CA in the sequence.
Shakeel Hassan
For Basic MSI project, you must first have to create the custom Action for the entry point function and put that CA in the sequence.
Shakeel Hassan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 21, 2011
08:54 AM
Shakeel,
Thank you very much!
I am a bit confused now. I thought I would get AVAILABLE disk space (available on the target computer) using the "GetDiskInfo" function. I would expect the REQUIRED disk space is independent on the target computer. And how to get disk space that is necessary to run the installation itself (to run a single executable installation)?
I do appreciate you help very much.
Martina
Thank you very much!
I am a bit confused now. I thought I would get AVAILABLE disk space (available on the target computer) using the "GetDiskInfo" function. I would expect the REQUIRED disk space is independent on the target computer. And how to get disk space that is necessary to run the installation itself (to run a single executable installation)?
I do appreciate you help very much.
Martina
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 22, 2011
08:44 AM
Package requires the some disk space on the Windows volume drive, in order to create some temp files in the TEMP directory during the setup initialization. One can face the problem when there is not enough space on the windows drive, in this case you can clean the temp directory and try to install it again. Martina, did you try to run your setup on some other machine ? If it's not working, tell me exactly What error code you are getting?
To calculate the disk size required by your installation, you can use the FeatureGetCostEx function.
Shakeel Hassan
To calculate the disk size required by your installation, you can use the FeatureGetCostEx function.
Shakeel Hassan