I have a PathEdit control where user could enter installation location. I 
realized that hitting "Disk Space" button, which brings up DiskCost dialog does 
not show the cost updated based on user input. DiskCost dialog uses 
VolumeCostList control to show the cost.
 
After playing around I realized that SetTargetPath makes VolumeCostList control 
aware of the install location change, and updates accordingly:
 
          <Publish Event="SetTargetPath" 
Value="TARGETDIR"><![CDATA[1]]></Publish>
 
Is there a better way of doing this, so that VolumeCostList shows correct info?
_________________________________________________________________
Put your friends on the big screen with Windows Vista® + Windows Live™.
http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_012008
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to