Re: [WiX-users] getting disk cost details

2009-05-19 Thread zett42
For getting the disk-space per drive you would have to use MsiEnumComponentCosts(). You would write an immediate-mode custom action to call this function and then MsiSetProperty() to set your properties. Mark Sinnathamby wrote: > > Hi, > I have a custom dialog during installation where I have t

[WiX-users] getting disk cost details

2009-05-19 Thread Mark Sinnathamby
Hi, I have a custom dialog during installation where I have to show the disk cost and remaining space on a selected drive where the application is going to be installed. I want to use two properties to use as the text for two labels on this screen. How do I get the values into the two properties