[WiX-users] Referencing $loc variable values in custom dlls

2006-06-21 Thread Zhong Xinyi
Hi, I understand that we can access localization variables strings using $(loc.var) in our wix source files. However, is there anyway that I can access these strings in my custom action dll? Using MsiGetProperty? If not, any other solutions? Thanks in advance. Cindy

[WiX-users] Referencing merge modules

2006-06-13 Thread Zhong Xinyi
Hi all, I have a question regarding the way to reference a merge module. Based on a wix tutorial i saw on the web, http://www.tramontana.co.hu/wix/lesson4.php#4.4 , the author wrote a separate merge module file which includes this line : In the main source file, the author actually references t