Re: [WiX-users] Free disk space

2009-07-07 Thread kezhong zhou
By using a custom action. You can call GetDiskFreeSpaceEx function to get what you want. On Tue, Jul 7, 2009 at 2:13 PM, Hukumchand Shah wrote: > Hi All, > > I want to check free disk space of the machine at the time of installation. > How can I do that? > > Thanks, > Hukum > > -

Re: [WiX-users] How to change data in VolumeCostList control

2009-07-03 Thread kezhong zhou
Yea, finally I have chose to use a custom action to implement this. Thanks, On Fri, Jul 3, 2009 at 9:12 PM, Bob Arnson wrote: > kezhong zhou wrote: > > The origin calculation is not accurate. Such as an installation of 100M, > the > > actual space taken would be 100.4M. So,

Re: [WiX-users] Simpler Cancellation

2009-07-03 Thread kezhong zhou
I think you could simply don't user the ExitDlg. Well, cancellation might fail, although it shouldn't, ExitDlg is just a screen informing user the result of the cancellation. You could define a property, that bypass ExitDlg when nothing wrong happened. On Fri, Jul 3, 2009 at 1:10 AM, Quinton Tor

Re: [WiX-users] How to change data in VolumeCostList control

2009-06-30 Thread kezhong zhou
file, and install it. On Tue, Jun 30, 2009 at 11:12 AM, Bob Arnson wrote: > kezhong zhou wrote: > > ReserveCost table in a custom action. But I tried a lot of times, found > that > > I can only 'SELECT' the ReserveCost table at install time, but can not > > "I

Re: [WiX-users] How to change data in VolumeCostList control

2009-06-25 Thread kezhong zhou
can only 'SELECT' the ReserveCost table at install time, but can not "INSERT" or "UPDATE" the table. :( On Thu, Jun 25, 2009 at 11:26 PM, Bob Arnson wrote: > kezhong zhou wrote: > > Does any one have any idea of how to change data in VolumeCostList > c

[WiX-users] How to change data in VolumeCostList control

2009-06-24 Thread kezhong zhou
Hi, Guys, Does any one have any idea of how to change data in VolumeCostList control? The disk space requirement our installation needs is not enough, let's say, 10MB, but the actually space token would be 10.1MB, with extra 128KB space used for file system management or something like disk fragm

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

2009-06-18 Thread kezhong zhou
larger than the number installer calculated. On Fri, Jun 19, 2009 at 12:00 AM, Rob Mensching wrote: > See the ReserveCost element. > > kezhong zhou wrote: > > Hi, guys, > > > > I want to change the File Costing a little bit, for example add DirectX > disk > &

[WiX-users] How to modify File Costing

2009-06-18 Thread kezhong zhou
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 accumulated in the regular file costing step, which might lead t

Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhong zhou
No. But I saw some programs do pop up notification window after successful uninstall. Maybe the use custom action to achieve that. 2009/5/22 Rob Mensching > I haven't seen anything like that in the MSI SDK, have you? > > kezhongseu wrote: > > Hi, Rob, > > > > Can we change that? Is there a Prop