I am considering adding support for arbitrary URI's as the Source of WixFile elements to Candle.exe. Besides the section around line 2956 of Binder.cs (inside UpdateFileInformation), are there any other areas that may be affected? I figure if I perform the download at that point to a temporary location, I can build the FileInfo from the temporary file and rewrite the in-memory records to reflect the temporary file location so as not to break subsequent logic. Of course, I could do the same thing via a pre-process, but it would be nice to limit the number of executables chained in the process.
-- Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ ------------------------------------------------------------------------- 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-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
