Hi, unfortunately I have read this mail too late to react.

P.S.: Browsed through your code for bundle (WIX is too rich and complex, so I 
always hope to find something new)
And there is one thing that draws my attention:

"
    <util:RegistrySearch        Id="VSTORuntimeVersionV4R" 
                        Root="HKLM"
                        Key="SOFTWARE\Microsoft\VSTO Runtime Setup\v4R\" 
                        Value="Version"
                        Variable="VSTORVersionV4R"/>

    <util:RegistrySearch        Id="VSTORuntimeVersionV4" 
                        Root="HKLM"
                        Key="SOFTWARE\Microsoft\VSTO Runtime Setup\v4R\" 
                        Value="Version"
                        Variable="VSTORVersionV4"/>
"
Those are two registry searches that search for exactly the same thing, storing 
the result in different variables. I guess you have mistyped something here.

Regards,
Artem


-----Original Message-----
From: darbid [mailto:davidbo...@gmx.de] 
Sent: Tuesday, March 18, 2014 10:37
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with 
COM-visible objects?

can you do me a favour and remove my "Original Message from your post.  It 
contains my name etc which I removed from the post but you still got it in the 
email.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-install-VSTO-Excel-add-in-that-use-dll-with-COM-visible-objects-tp7593336p7593487.html
Sent from the wix-users mailing list archive at Nabble.com.


---------------------------------------------------------------------
A member of the Intel Corporation group of companies

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to