On Tue, Dec 23, 2008 at 11:19 AM, Alexander Shevchuk <
alexander.shevc...@microsoft.com> wrote:

> Also, regarding registry search.
> The way how your RegistrySearch is provided - you are looking for a *value*
> SharePoint under SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\.  Is that
> what you want?  I think, you actually want a default registry value (no
> name) for the "SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\SharePoint\"
> key.
>
> Alex
>

Oh my god. Thank you so much.

That was it! I was afraid I was doing something really stupid, I just
couldn't figure out where it was.

So that's it - switching to:

    <Property Id="INSTALLDIR">
        <RegistrySearch Id='SharepointRegistry' Type='raw'
        Root='HKLM'
Key='SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\SharePoint' />
    </Property>

(ie - getting rid of the Name attribute and just putting it all in the key)
was it.

Thanks again, Alex!

-- 
Regards,
 cf
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to