I think the OP meant 5 copies of the ReserveCost e.g.

<ReserveCost Directory="CABDIR" RunLocal="2147483647" RunFromSource="0" 
Id="CABID" />
<ReserveCost Directory="CABDIR" RunLocal="2147483647" RunFromSource="0" 
Id="CABID" />
<ReserveCost Directory="CABDIR" RunLocal="2147483647" RunFromSource="0" 
Id="CABID" />
<ReserveCost Directory="CABDIR" RunLocal="2147483647" RunFromSource="0" 
Id="CABID" />
<ReserveCost Directory="CABDIR" RunLocal="2147483647" RunFromSource="0" 
Id="CABID" />

Cheers

Russell
 
On Friday, 17 July, 2009, at 09:25AM, "Hukumchand Shah" <hukum.s...@gmail.com> 
wrote:
>Thanks for reply.
>I tried by putting directly 5*2147483647. But it's giving candle time error.
>Could you please give me any sample code?
>
>Thanks,
>Hukum
>
>On Fri, Jul 17, 2009 at 12:52 PM, Sebastian Brand (Instyler Software) <
>wix+us...@instyler.com <wix%2bus...@instyler.com>> wrote:
>
>> Hi Hukum
>>
>> It seems that ReserveCost supports 2GB at maximum. Have you tried adding
>> five <ReserveCost> elements to get 5x2 GB=10GB ?
>>
>>
>> Best regards,
>> Sebastian Brand
>>
>> Instyler Setup - Creating WiX-based MSI installations, elegantly.
>> http://www.instyler.com
>>
>>
>>
>> -----Original Message-----
>> From: Hukumchand Shah [mailto:hukum.s...@gmail.com]
>> Sent: July 17, 2009 7:28
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] ReserveCost/@RunLocal value
>>
>> Hi All,
>>
>> I want to check disk space for 10 GB.
>> I have put following code:
>>  <Component Id="MyCustomComponent"
>> Guid="A2DCFC09-0651-4E2C-04A4-B18F759F9F41">
>>              <ReserveCost Directory="CABDIR" RunLocal="10240000000000"
>> RunFromSource="0" Id="CABID" />
>>            </Component>
>> and when i tries to build this the it throws following error:
>>
>> error CNDL0008 : The ReserveCost/@RunLocal attribute's value,
>> '10240000000000', is not a legal integer value.  Legal integer values are
>> from -2,147,483,648 to 2,147,483,647.
>>
>> So what value I have to mention here. for 10Gb disk space.
>> Can someone help in this?
>>
>> Thanks,
>> Hukum
>>
>> ----------------------------------------------------------------------------
>> --
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>>
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Enter the BlackBerry Developer Challenge
>> This is your chance to win up to $100,000 in prizes! For a limited time,
>> vendors submitting new applications to BlackBerry App World(TM) will have
>> the opportunity to enter the BlackBerry Developer Challenge. See full prize
>> details at: http://p.sf.net/sfu/Challenge
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>------------------------------------------------------------------------------
>Enter the BlackBerry Developer Challenge  
>This is your chance to win up to $100,000 in prizes! For a limited time, 
>vendors submitting new applications to BlackBerry App World(TM) will have
>the opportunity to enter the BlackBerry Developer Challenge. See full prize  
>details at: http://p.sf.net/sfu/Challenge
>_______________________________________________
>WiX-users mailing list
>WiX-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to