Re: [WiX-users] Size of feature

2008-01-31 Thread Wilson, Phil
t: Thursday, January 31, 2008 2:55 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Size of feature Hi, My question is different. See in CustomSetup Dialog, you will find one message as "This feature requires 200MB on your hard drive" Now for silent install functional

Re: [WiX-users] Size of feature

2008-01-31 Thread SaiTeja
le code that tells you to >> call actions like InstallValidate yourself is likely to be giving you a >> shovel for the hole you'll be digging yourself into. >> >> So as is common with many MSI questions: >> >> Advice: Don't do it - use ReserveCost. >&g

Re: [WiX-users] Size of feature

2008-01-31 Thread SaiTeja
; Technically (mostly) accurate answer: MsiGetFeatureCost (but I think > you'll regret it). > > Phil Wilson > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja > Sent: Tuesday, January 29, 2008 8:10 PM >

Re: [WiX-users] Size of feature

2008-01-30 Thread Wilson, Phil
st (but I think you'll regret it). Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SaiTeja Sent: Tuesday, January 29, 2008 8:10 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Size of feature Hi, Thanks for reply. What

Re: [WiX-users] Size of feature

2008-01-29 Thread SaiTeja
Hi, Thanks for reply. What I want is size(XX MB). I want this number to assign some variable(int reqdiskspace) for checking disk space logic. Presently I added manually the variable reqdiskspace=YY(for ex int reqdiskspace=100) In future if size of feature increases then I again I have to modify

Re: [WiX-users] Size of feature

2008-01-29 Thread Sebastian Brand
The texts for this are definied in the properties SelChildCostPos, SelChildCostNeg, SelParentCostPosPos, SelParentCostPosNeg, SelParentCostNegPos, SelParentCostNegNeg In the MSI help you can find details about this at the SelectionList control description (http://msdn2.microsoft.com/en-us/libr

[WiX-users] Size of feature

2008-01-26 Thread SaiTeja
Hi, On Cusomize dialog, "This feature requires xxMB on your hard drive" Can any one tell me is it possible assign size(xx) to any property? If yes how? -- View this message in context: http://www.nabble.com/Size-of-feature-tp15106940p15106940.html Sent from the wix-users mailing list archive a