vishnum wrote:
> 
> I have a condition inside my install file based on the name of the msi
> for e.g: if my msi is named X then i set some registry keys but if its
> name is Y then I set it to something else...
> 
> So is it possible to get the name of the msi inside the install file or
> Custom Action.
> 

Hi,

Basically the property OriginalDatabase contains the full path to msi file.

But I think this approach is somewhat odd. As a better solution I would
suggest to get the custom action 
beeing data driven (see robmen's blog entry
http://robmensching.com/blog/archive/2007/09/13/Zataoca-Custom-actions-should-be-data-driven.aspx

hth
Dominik
-- 
View this message in context: 
http://www.nabble.com/Name-of-the-msi-with-in-the-install-file-tp15583249p15590380.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to