Hi,
I'm afraid that the Windows Installer engine does not support reserve space values higher than 2GB. This is because the values are stored in bytes in an integer type table inside the MSI database. However, we will make some improvements which will avoid this limitation in a future Advanced Installer version .
Until then, the workaround is this:
- go to the
Organization page and reserve 1666 MB for your component
- save and close the AIP
- open it with a text editor
- find the "
caphyon.advinst.msicomp.MsiReserveCostComponent" component
- copy the row which corresponds to your component and paste it two times (you should have three identical rows)
- modify the "
ReserveKey" values so they are unique
- save the AIP
This way, Advanced Installer reserves 1666 MB three times (4998 MB) for your component.
Regards,
Cosmin
FOLLOW US