Title: Concatenating property

Hi.

I'm making an installer for a webservice, and I need the files from the IIS.
The IIS is located at different locations on my machine and the buildserver so I need the location
where to find the compiled files to be dynamic.

I have tried this:

<Property Id="IIS_ROOT_FOLDER" Value="IIS_PORT" >
                <RegistrySearch Id="SearchIIS" Root="HKLM" Key="Software\Microsoft\InetStp" Name="PathWWWRoot" Type="raw" />

    </Property>
...
<Component ...>
 <File ... Source="[IIS_ROOT_FOLDER\MyService\v2.0.0\bin\MyDll.dll" />
</Component>

and it didn't work… Is there any other way of doing this? Really appreciate any help here!

-Christer

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to