Have you considered binder variables:
http://wix.sourceforge.net/manual-wix3/light.htm (if your assembly is
not in the GAC you will need set File/@AssemblyApplication).

Neil

-----Original Message-----
From: pcristini [mailto:pcrist...@paretoplatform.com] 
Sent: 27 September 2010 21:24
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Reading Assembly Information


I'm looking to read information about an assembly (version, culture,
publickey, etc) from an assembly, and store those values in properties
which
will then be added to the application's config file. 

I'm going to be producing elements like this:
<Plugin
        name="UserManager"
        assembly="Plugin.Users, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=9d04a1dca2c654ed"
        class="Plugin.Users.UserManagerPlugin"
        enabled="true" />

Is there any solutions out there for this? I've searched around a bit
but
can't find anything even close to what I'm looking to do.
-- 
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Reading-As
sembly-Information-tp5576754p5576754.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to