I made the following code to create a property which contains the
aspnet_regiis.exe, framework 2.0 version path.
    
<Property Id="ASPNETREGPATH">
      <RegistrySearch Id="FRAMEWORKBASEPATH" Root="HKLM"
Key="SOFTWARE\Microsoft\.NETFramework" Name="InstallRoot" Type="raw">
        <DirectorySearch Id="FindAspRegExe" Path="[FRAMEWORKBASEPATH]"
Depth="1">
          <FileSearch Id="FindAspNetReg" Name="aspnet_regiis.exe"
MinVersion="2.0.50727.42"/>
        </DirectorySearch>
      </RegistrySearch>
    </Property>

by some strange reason, while having the correct build version of the file,
it keeps pointing me to the v1.1 file. 

   I'm using Wix v3.0.3725, and sincerely i've blown out my brains looking
for what's wrong here, but haven't find yet. 

TIA
Jose
-- 
View this message in context: 
http://www.nabble.com/Not-detecting-correct-version-of-aspnet_regiis.exe-tp15268784p15268784.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to