Re: [WiX-users] How to modify File Costing

2009-06-18 Thread kezhong zhou
Thanks, that does help me a lot. Do you know whether we could get the real number of disk space cost using an custom action or something? So we could warn the user if he just have 1KB free bytes, which means he could not complete the installation because the actual space occupied is definitely lar

Re: [WiX-users] How to modify File Costing

2009-06-18 Thread Rob Mensching
See the ReserveCost element. kezhong zhou wrote: > Hi, guys, > > I want to change the File Costing a little bit, for example add DirectX disk > space costing in system drive. I install DirectX through DirectXSetup > function in a wix Custom Action. Thus, the DirectX disk space costing is not > acc