This is exactly the type of thing I was looking for.  My installation will be 
much simpler as a result. Thanks!!  The link is helpful too, I have found that 
the online help for WiX 3 is often broken. I found additional content 
describing how to use binder variables with assemblies that are not in the GAC 
here:

http://blogs.msdn.com/b/heaths/archive/2008/02/08/get-binder-variables-for-assemblies-without-installing-into-the-gac.aspx

Ryan Taylor
Office (207)-504-5294
rtay...@penbaysolutions.com
www.penbaysolutions.com


-----Original Message-----
From: Paulo Cristini [mailto:pcrist...@paretoplatform.com]
Sent: Thursday, November 11, 2010 2:55 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use 
in a Property

You can use the linker bind variables.

!(bind.assemblyFullName.<FILE_ID>)

Doc links seem to be busted so here's a cached version of the page (see the
very bottom of the page)
http://webcache.googleusercontent.com/search?q=cache:q5MngQTFO1cJ:wix.source
forge.net/manual-wix3/light.htm+wix+bind+assemblyfullname&cd=1&hl=en&ct=clnk



-----Original Message-----
From: Ryan Taylor [mailto:rtay...@penbaysolutions.com]
Sent: Thursday, November 11, 2010 10:57 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use in
a Property

How might I obtain an assembly's fully qualified name for use in a property?
I would like to obtain this information either at compile time via binding,
or at runtime so that I may register a .NET assembly with IIS using a fully
qualified name.

For example, I need to add the assembly to the assemblies section in the
web.config like so:

<assemblies>
    <add assembly="Company.Product.Feature, Version=1.4.6.173,
Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxx"/>
</assemblies>


Ryan Taylor
Office (207)-504-5294
rtay...@penbaysolutions.com
www.penbaysolutions.com


CONFIDENTIALITY NOTICE:
This e-mail message, including any attachments, is for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please do not read,
disclose, reproduce, distribute, disseminate or otherwise use this
transmission, but contact the sender by reply e-mail and destroy all copies
of the message and its attachments.

----------------------------------------------------------------------------
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using Dell
EqualLogic storage and VMware View: A highly scalable, end-to-end client
virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

CONFIDENTIALITY NOTICE:
This e-mail message, including any attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please do not read, disclose, reproduce, 
distribute, disseminate or otherwise use this transmission, but contact the 
sender by reply e-mail and destroy all copies of the message and its 
attachments.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to