Re: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use in a Property

2010-11-11 Thread Ryan Taylor
...@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.) Doc l

Re: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use in a Property

2010-11-11 Thread Ryan Taylor
, November 11, 2010 3:02 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 Take a look at "Binder Variables" in the help file, I think they do exactly what you need. If your assembly is not

Re: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use in a Property

2010-11-11 Thread Paulo Cristini
+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

Re: [WiX-users] Obtaining an Assembly's Fully Qualified Name for use in a Property

2010-11-11 Thread Neil Sleightholm
utions.com] Sent: 11 November 2010 18:57 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

[WiX-users] Obtaining an Assembly's Fully Qualified Name for use in a Property

2010-11-11 Thread Ryan Taylor
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 ass