by Euo
26. October 2009 16:28
You may already have encountered this annoying message - "please wait while the installer finishes determining your disk space requirements" while installing msi packages. Here is how to get rid of this:
1. Goto your command prompt
2. Navigate to your msi package
3. Execute "msiexe -package <ThePackage.msi> –qr
This solution will install the package silently without user interaction.