Note that there are some explanatory texts on larger screens.

plurals
  1. POVSTO x64 runtime installed but can't be found
    primarykey
    data
    text
    <p>I created a WiX installer deploying an add in for Windows 2010. Target system is currently x64 Win &amp; Office installed. I walked through several microsoft sites telling me that i'll need than an x64 installer &amp; runtime (because the add in loads into the process of current word running). This installer checks the existence of VSTO Runtime using this statement:</p> <pre><code>&lt;?if $(var.Platform)=x64 ?&gt; &lt;?define win64Flag = "yes"?&gt; &lt;?else ?&gt; &lt;?define win64Flag = "no"?&gt; &lt;?endif ?&gt; &lt;Property Id="VSTORUNTIMEREDIST"&gt; &lt;RegistrySearch Id="VSTORuntimeRedist" Root="HKLM" Key="SOFTWARE\Microsoft\vsto runtime setup\v4R\VSTORFeature_CLR40" Name="Version" Type="raw" Win64="$(var.win64Flag)"/&gt; &lt;/Property&gt; &lt;Property Id="OFFICERUNTIME"&gt; &lt;RegistrySearch Id="OfficeRuntime" Root="HKLM" Key="SOFTWARE\Microsoft\VSTO Runtime Setup\v4" Name="Version" Type="raw" Win64="$(var.win64Flag)"/&gt; &lt;/Property&gt; &lt;Condition Message="The Visual Studio 2010 Tools for Office Runtime is not installed. Please install the Office Runtime."&gt; &lt;![CDATA[Installed OR VSTORUNTIMEREDIST&gt;="10.0.30319" OR OFFICERUNTIME&gt;="10.0.21022"]]&gt; &lt;/Condition&gt; </code></pre> <p>Actually it's working for the x86 Version of my Installer, but build in x64 mode, it is unable to find the x64 entry in the registry at any time (even if the runtime is installed). I already tried to uninstall and reinstall the runtime (with reboot acutally) but it does not worked. </p> <p>I also removed the check to get my Add In installed but it's not loading then acutally.</p> <p>Therefore my question is, if there is any known bug-issue or I used the wrong registry key?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload