Adam Majer wrote:
> light.exe 3.0.2925.0
>
> [snip]
>   -xo      output xml instead of MSI format
> [snip]
>
> So either xml is not xml or -xo file format changed but documentation
> has not.
>   
Hah, you're right.  I guess VS and Office had more to grudge us than I 
gave them credit for.  <smile/>  I'll fix this as you suggest.

> Maybe it should say "output internal WiX format instead of MSI format".
>
> Plain XML is still nicer regardless if it will result in something 1.35
> times bigger (if binary part is base64 encoded). But then I don't really
> have anything invested in -xo output format so it doesn't really matter
> to me.
>
>   
Trust me, I've seen the performance numbers for Office and Visual 
Studio.  Increasing the size of the XML can swing their build times by 
double digit minutes and sometimes hours.  Honestly, I've toyed with the 
idea of going to straight to a binary format instead of XML for the 
intermediate file formats to see if that reduce the load times.  
However, the .wixobjs as XML has simplified my debugging a few times... 
<shrug/>

> PS. Another way would be to have a -xo for plain XML and -xb for the new
> binary format.
>   
Not a bad suggestion.  It is tricky to handle the cases when binary 
files disappear but I'll mention it to Peter.


-------------------------------------------------------------------------
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