Hello Mike,

Are you current Tallow maintainer? Should I open a bug at sourceforge for
this issue? 

> Out of curiosity, why are you using a subkey rather than a named value?

I'm not sure, that was just someone else's decision. It's kind of legacy
code.  

Sincerely yours,

Kirill Kovalenko
Product Manager
Softerra LLC
http://www.softerra.com
http://www.ldapadministrator.com

-----Original Message-----
From: Mike Dimmick [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 09, 2006 6:05 PM
To: Kirill Kovalenko; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] bug: Tallow generates invalid Registry/@Type
andRegistry/@Value

That looks like it might be a tricky thing to do. Try:

<Registry Root="HKCR"
    Key="ldapcom.LDAPTypeValue\CaseInsensitiveAttributeType"
    Value="[~]" Type="multiString" Action="write"/>

Tallow probably should generate something similar when faced with an empty
REG_MULTI_SZ value. What's generated at present is definitely wrong. I've
tested this when the key is not already present but haven't tested what
happens if it is.

Out of curiosity, why are you using a subkey rather than a named value?

--
Mike Dimmick


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kirill
Kovalenko
Sent: 09 October 2006 15:36
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] bug: Tallow generates invalid Registry/@Type
andRegistry/@Value

Hello,

It seems I have found a bug in Tallow.exe. When it comes to generating
multi string attributes I get something like this:

<Registry Root="HKCR"
Key="ldapcom.LDAPTypeValue\CaseInsensitiveAttributeType"
Value="System.String[]" Type="unknown"/>

Original ATL registry script is:

ldapcom.LDAPTypeValue = s 'LDAPTypeValue Class'
{
        CLSID = s '{9C072A86-626E-4796-A5CF-40129EBE28FD}'
        CurVer = s 'ldapcom.LDAPTypeValue.1'
        CaseInsensitiveAttributeType = m ''
}

I've tested versions 2.0.3309.0 and 2.0.4528.0. Both versions are
affected by the issue. 

Should I open a CR at SF?

Sincerely yours,

Kirill Kovalenko
Product Manager
Softerra LLC
http://www.softerra.com
http://www.ldapadministrator.com




------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to