Once again, here's another post below  that didn't make it to the list.
 
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



----- Original Message ----
From: Christopher Painter <chr...@deploymentengineering.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Mon, November 15, 2010 8:56:44 PM
Subject: Re: [WiX-users] avoiding GUID decoration in merge module property name

Define the property with the SuppressModularization attribute and no value 
attribute in the merge module.  You won't end up with the property in the 
Property table because it doesn't have a value but now the compiler will know 
not to decorate the property wherever you are using it.
 
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



----- Original Message ----
From: Alan Sinclair <alan.sincl...@citrix.com>
To: "WiX-users@lists.sourceforge.net" <WiX-users@lists.sourceforge.net>
Sent: Mon, November 15, 2010 8:09:55 PM
Subject: [WiX-users] avoiding GUID decoration in merge module property name

I need to set a property "MYSPECIALDATA" in a merge module, but the property 
name cannot have a guid appended because MYSPECIALDATA is read later by the 
consuming MSI (which doesn't know guids).

Is there any way this can be done in WiX 3?  I'd like to use a type 51 custom 
action to set the property, but can't get an undecorated property name;  it 
doesn't seem to make a difference whether the property name is defined outside 
of the custom action or not.

I'd hate to have to script up removing the guid after the merge module is 
compiled!

thanks
Alan


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


      

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to