Thanks folks for all your replies. Here are details from me:
1) I have a fragment which I compile once; This fragment has locale
independent components
2) I have WXS which has ref-ed the fragment and has locale dependant
component. This is compiled multiple times (multiplicity is the number of
languages our product suppors); For every compilation, we link wixobjs from
step1 and step2
My only worry is generating once Vs multiple times. The perf in my mail comes
from the frequency of execution than the order of execution. Also thanks for
the answers and helping me understand the genuine reason in generating at link
time.
Thanks,
Laxmi
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 13, 2007 11:49 PM
To: Laxmi Narsimha Rao Oruganti (SQL CE)
Cc: Mike Dimmick; wix-users@lists.sourceforge.net; [EMAIL PROTECTED]; SQL
Server CE Setup Team
Subject: Re: [WiX-users] Component Guids - Version Changes
Laxmi Narsimha Rao Oruganti (SQL CE) wrote:
2) The GUID is pretty much stable (rather same) across all MSI where a
fragment (locale independent) is used. However, I still think that for
performance reasons, the GUID getting generated at compile time is better.
Don't know with whom I can discuss this and understand more why it is generated
at link time if there is any genuine reason.
Why do you think it's faster to generate at compile time? The reason the GUIDs
are generated at bind time is that only at bind time is there all the
information needed to generate the GUID. Generating stable component relies on
hashing the path, which is usually not known at compile time.
--
sig://boB
http://joyofsetup.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