You need to use a variable to accomplish this. You have several to choose
from: environment, preprocessor, visual studio specific, etc.

If you have declared a System Environment variable SrcRootPath use:

<File Source="$(env.SrcRootPath)\bin\MyClassLibrarySample.dll" />

Where SrcRootPath points to the BUILDxxx folder.

You can use instead the format $(var.Variable) if you want to pass the
variable  through the compiler.

Hope this helps...if not, keep asking....

Eitan




On Wed, Aug 20, 2008 at 3:31 PM, pavan gadam <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> We have a requirement where Builds are getting generated in with increment
> in Folder Names. (like Build001, Build002).
>
> <File Id="File1" Name="Microsoft.Ccf.Common.dll" DiskId="1"
> Source="Build001
> "/>
>
> I need to make Source Dynamically pick up proper Higher Build.
>
>
> How to go about it?
>
> Thanks,
> Pavan
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to