Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:1195:
<Property Id="MYSQLD32LOCATION"> <DirectorySearch Id="Mysqld32Location" Path="[ProgramFiles]\MySQL" Depth="2"> <DirectorySearch Id="Mysql32Base"> <DirectorySearch Id="Mysql32Bin" Path="bin"> <FileSearch LongName="mysqld.exe" /> </DirectorySearch> </DirectorySearch> </DirectorySearch> </Property> <Property Id="MYISAMCHK32LOCATION">
-
<DirectorySearchRef Id="Mysql32Bin" Parent="Mysql32Base">
+
<DirectorySearchRef Id="Mysql32Bin" Parent="Mysql32Base"
Path="bin"
>
<FileSearch LongName="myisamchk.exe" /> </DirectorySearchRef> </Property> <Property Id="MYSQL32BASE"> <DirectorySearchRef Id="Mysql32Base" Parent="Mysqld32Location" /> </Property> <Property Id="MYSQLD64LOCATION"> <DirectorySearch Id="Mysqld64Location" Path="[ProgramFiles64]\MySQL" Depth="2"> <DirectorySearch Id="Mysql64Base"> <DirectorySearch Id="Mysql64Bin" Path="bin"> <FileSearch LongName="mysqld.exe" /> </DirectorySearch> </DirectorySearch> </DirectorySearch> </Property> <Property Id="MYISAMCHK64LOCATION">
-
<DirectorySearchRef Id="Mysql64Bin" Parent="Mysql64Base">
+
<DirectorySearchRef Id="Mysql64Bin" Parent="Mysql64Base"
Path="bin"
>
<FileSearch LongName="myisamchk.exe" /> </DirectorySearchRef> </Property> <Property Id="MYSQL64BASE"> <DirectorySearchRef Id="Mysql64Base" Parent="Mysql64Location" /> </Property> <AdminExecuteSequence> <Custom Action="DONT_INSTALL_SERVICE" Before="DIRCA_TARGETDIR">NOT VersionNT</Custom> <Custom Action="DIRCA_TARGETDIR" Before="CostInitialize"><![CDATA[TARGETDIR=""]]></Custom> </AdminExecuteSequence>