WiX3 (and I guess WiX2 as well?) does support relative paths, with or  
without quotations.
See the wix sourcecode in preprocessor.cs -> GetIncludeFile(..) to  
see how it resolves the paths.


Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com


On Oct 4, 2007, at 10:37 PM, Chandra Mohan wrote:

> How do I add an include file in a separate directory?
>
> <?include LicenseDialog.wsi ?> works
> but
> <?include ..\Deployment\License\LicenseDialog.wsi ?>
> or
> <?include "..\Deployment\License\LicenseDialog.wsi" ?>
> does not work inside my product.wsx file.
>
> Any inputs?
>
> Thanks,
> Chandra
>
>
> =
>
>
> -- 
> _______________________________________________
> Search for products and services at:
> http://search.mail.com
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to