Old bug with FileSearch which has been "closed" but never actually fixed as far 
as I can see -> 
http://sourceforge.net/tracker/?func=detail&atid=642714&aid=1648267&group_id=105970
 & 
http://sourceforge.net/tracker/index.php?func=detail&aid=1273447&group_id=105970&atid=642714

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the <Virtual Environment>** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-----Original Message-----
From: Nicolas Penin [mailto:n.pe...@happly.fr] 
Sent: 07 November 2011 09:02
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Wix or MSI bug ?

Dear all,

I believe this is a bug in wix 3.6, but not sure...

If I do the following :
<Property Id="SQLCMDPATH">
      <RegistrySearch Id="SqlBinsRegistry" Root="HKLM" 
Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup" 
Type="directory" Name="Path">
        <FileSearch Name="SQLCMD.EXE" />
      </RegistrySearch>
    </Property>

I have the appropriate path, except it is terminating with a \

If I change the Type of RegistrySearch to file, the content of SQLCMDPATH is 
'C:\'

Any idea ?

Regards,
Nicolas Penin

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to