MSI: Implementation of the MsiVerifyDiskSpace function

2006-02-01 Thread MattK
My apologies for submitting crap. I don't know what I really did. Anyway, I will restart from scratch and will make it *not* suck. I will include error checks, Proper function calls, etc. Once again I apologize.

Re: MSI: Implementation of the MsiVerifyDiskSpace function

2006-01-31 Thread MattK
Sorry for the crap. Anyway...I did it the right way however(it makes sense), I need the following function to properly calculate the disk space. That function is: MsiEnumComponentCosts. So scrap my crap. It can't be done right now.

Re: MSI: Implementation of the MsiVerifyDiskSpace function

2006-01-29 Thread Saulius Krasuckas
* On Sun, 29 Jan 2006, Thomas Weidenmueller wrote: > * MattK wrote: > > ChangeLog: > > Implementation of the MsiVerifyDiskSpace function > > 1. GetDiskFreeSpace is called with a uninitialized buffer > 2. GetDiskFreeSpaceEx should be used to support big partitions > 3. missing error checks lead to

Re: MSI: Implementation of the MsiVerifyDiskSpace function

2006-01-28 Thread Thomas Weidenmueller
MattK wrote: > ChangeLog: > Implementation of the MsiVerifyDiskSpace function > > dlls/msi/msiquery.c |32+- > 1 files changed, 32 insertions(+), 0 deletions(-) > > > > > This patch doesn't look right. 1. GetD