Yes, I did reproduce it with the 3.0 RTM.

On Thu, Jul 30, 2009 at 2:43 PM, Heath Stewart<hea...@microsoft.com> wrote:
> Can you try to repro this on WiX v3 RTM (3.0.5419)?
>
> Heath Stewart
> Deployment Technology Group, Microsoft
> http://blogs.msdn.com/heaths
>
>
> -----Original Message-----
> From: Mark Parker [mailto:godef...@gmail.com]
> Sent: Thursday, July 30, 2009 7:29 AM
> To: Heath Stewart
> Cc: wix-users@lists.sourceforge.net
> Subject: Re: (Heath Stewart's Blog) : installing ps snapins with wix, not in 
> the GAC
>
> Yes, "randomid" is the same case in both places. I'm not sure what you
> mean by wanting the assembly full name... I'm not explicitly binding
> anything, it's being handled by the pssnapin extension.
>
> Mark
>
> On Wed, Jul 29, 2009 at 5:40 PM, Heath Stewart<hea...@microsoft.com> wrote:
>> Is the "randomid" the same - case-sensitive? Also, if you want the assembly 
>> full name, you can use bind.assemblyFullName.<ID>. The topic "Linker 
>> (Light)" in the WiX.chm has more details.
>>
>> Heath Stewart
>> Deployment Technology Group, Microsoft
>> http://blogs.msdn.com/heaths
>>
>>
>> -----Original Message-----
>> From: Mark Parker [mailto:godef...@gmail.com]
>> Sent: Wednesday, July 29, 2009 1:43 PM
>> To: wix-users@lists.sourceforge.net
>> Cc: Heath Stewart
>> Subject: Re: (Heath Stewart's Blog) : installing ps snapins with wix, not in 
>> the GAC
>>
>> Yes, WiX v3.0.5217.
>>
>> Thanks for the tip on wix-users, I've moved the discussion there.
>>
>> On Wed, Jul 29, 2009 at 2:34 PM, Heath Stewart<hea...@microsoft.com> wrote:
>>> Are you using WiX v3?
>>>
>>> Heath Stewart
>>> Deployment Technology Group, Microsoft
>>> http://blogs.msdn.com/heaths
>>>
>>> -----Original Message-----
>>> From: godef...@gmail.com [mailto:godef...@gmail.com]
>>>
>>> In your blog at 
>>> http://blogs.msdn.com/heaths/archive/2008/02/08/get-binder-variables-for-assemblies-without-installing-into-the-gac.aspx
>>>  you said that you can just set f...@assemblyapplication to the same value 
>>> as f...@id to enable the binder variables to work, but it doesn't for me. I 
>>> have this XML:
>>>
>>> <File Id="randomid" Name="my.assembly.dll" 
>>> Source="$(var.my.project.TargetDir)" KeyPath="yes" Assembly=".net" 
>>> AssemblyApplication="randomid">
>>>        <ps:SnapIn Id="mysnapin" Description="description of my snapin" 
>>> Vendor="vendor of my snapin" />
>>> </File>
>>>
>>> ... but it doesn't work. I get an error about unresolved bind-time 
>>> variables: "Unresolved bind-time variable !(bind.assemblyName.randomid), 
>>> Version=!(bind.assemblyVersion.randomid), 
>>> Culture=!(bind.assemblyCulture.randomid), 
>>> PublicKeyToken=!(bind.assemblyPublicKeyToken.randomid)."
>>>
>>> Any tips?
>>
>>
>
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to