Hello,
is there any way how to insert variable value into DownloadUrl string in run 
time of bootstrap? I'm starting bootstrapper from command line like 
"bootstrapper.exe ServerAddress=192.168.0.11" and I want result on DownloadUrl 
line something like:
  DownloadUrl="http://192.168.0.11:8000/Prerequisites/vcredist_x86_sp1.exe"/>

Thanks a lot for any suggestions or ideas.

Example:
---------------------------
<Variable Name="ServerAddress" bal:Overridable="yes" Type="string" 
Value="localhost" />

<PackageGroup Id="VCRedist2010">
    <ExePackage Id="VCRedist2010" Cache="no" Compressed="no" PerMachine="yes" 
Permanent="yes" Vital="yes" InstallCommand="/q"
                
DetectCondition="VCRedist2010Version=&quot;v10.0.40219.325&quot;"
                InstallCondition="NOT VCRedist2010Version"
                SourceFile="c:\prerequisites\vcredist_x86_sp1.exe"
                
DownloadUrl="http://[ServerAddress]:8000/Prerequisites/vcredist_x86_sp1.exe"/>
</PackageGroup>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to