Checking Disk Space on the C Drive.
Updated: 24 May 2010 | 1 comment
Greetings Everyone,
Is there anyway to stop a package from checking disk space on the C drive even though the user has selected to install on another partitioned drive? Any help would be appreciated.
Thanks
discussion Filed Under:
Comments
There is still a requirement
There is still a requirement to check space on the C: drive, as this is where the temp area is normally hosted, and where the MSI will be uncompressed (assuming you have internal CAB files) prior to installation. In addition, the C drive is typically the system drive, and the MSI will be cached there, and all registry entries relating to the install will also need to be recorded on the C drive.
If there are any DLLs to be installed on the system partition, space will be required for this also.
Consequently, removing the space check for the C drive would be risky, to say the least, and I don't think you could achieve this without disabling space checking on all volumes.
If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.
Would you like to reply?
Login or Register to post your comment.