Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:1190:
</Property> <Property Id="MYSQLNAME"> <RegistrySearch Id="MysqlName50" Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\\{E9CF8701-483A-4344-8119-0002BD0992A8}" Name="DisplayName" Type="raw"/><!-- MySQL 5.0 --> <RegistrySearch Id="MysqlName51" Root="HKLM" Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8F5E3B9E-ABBD-4B35-BB68-626CB9BE98D6}" Name="DisplayName" Type="raw"/><!-- MySQL 5.1 --> </Property> <Property Id="MYSQLDEXE">
-
<RegistrySearch Id="Mysql41Location" Root="HKLM"
-
Key="SOFTWARE\MySQL AB\MySQL Server 4.1" Name="Location" Type="raw">
-
<DirectorySearch Id="MysqldBin4" Path="bin">
-
<FileSearch LongName="mysqld.exe" />
-
</DirectorySearch>
-
</RegistrySearch>
-
<RegistrySearch Id="Mysql41Location1" Root="HKLM"
-
Key="SOFTWARE\MySQL AB\MySQL Server 4.1" Name="Location" Type="raw">
-
<DirectorySearch Id="MysqldBin41" Path="bin">
-
<FileSearch LongName="mysqld-nt.exe" />
-
</DirectorySearch>
-
</RegistrySearch>
+
<RegistrySearch Id="Mysql50Location" Root="HKLM" Key="SOFTWARE\MySQL AB\MySQL Server 5.0" Name="Location" Type="raw"> <DirectorySearch Id="MysqldBin3" Path="bin"> <FileSearch LongName="mysqld.exe" /> </DirectorySearch> </RegistrySearch> <RegistrySearch Id="Mysql50Location1" Root="HKLM" Key="SOFTWARE\MySQL AB\MySQL Server 5.0" Name="Location" Type="raw"> <DirectorySearch Id="MysqldBin31" Path="bin"> <FileSearch LongName="mysqld-nt.exe" />
Roxen.git/server/etc/RoxenUI.wxs:1256:
</DirectorySearch> <DirectorySearch Id="MysqlLocation51" Path="[ProgramFilesFolder]\MySQL" Depth="2"> <DirectorySearch Id="MysqlBase51"> <DirectorySearch Id="MysqlBin51" Path="bin"> <FileSearch LongName="mysqld-nt.exe" /> </DirectorySearch> </DirectorySearch> </DirectorySearch> </Property> <Property Id="MYISAMCHKEXE">
-
<RegistrySearch Id="Myisam41Location" Root="HKLM"
-
Key="SOFTWARE\MySQL AB\MySQL Server 4.1" Name="Location" Type="raw">
-
<DirectorySearch Id="MyisamBin4" Path="bin">
-
<FileSearch LongName="myisamchk.exe" />
-
</DirectorySearch>
-
</RegistrySearch>
+
<RegistrySearch Id="Myisam50Location" Root="HKLM" Key="SOFTWARE\MySQL AB\MySQL Server 5.0" Name="Location" Type="raw"> <DirectorySearch Id="MyisamBin3" Path="bin"> <FileSearch LongName="myisamchk.exe" /> </DirectorySearch> </RegistrySearch> <RegistrySearch Id="Myisam51Location" Root="HKLM" Key="SOFTWARE\MySQL AB\MySQL Server 5.1" Name="Location" Type="raw"> <DirectorySearch Id="MyisamBin2" Path="bin"> <FileSearch LongName="myisamchk.exe" />
Roxen.git/server/etc/RoxenUI.wxs:1291:
<Property Id="FALLBACKMYISAMCHKEXE"> <DirectorySearch Id="MyisamLocation5" Path="[ProgramFilesFolder]\MySQL" Depth="2"> <DirectorySearch Id="MyisamBase5"> <DirectorySearch Id="MyisamBin5" Path="bin"> <FileSearch LongName="myisamchk.exe" /> </DirectorySearch> </DirectorySearch> </DirectorySearch> </Property> <Property Id="MYSQLBASE">
-
<RegistrySearchRef Id="Mysql41Location" />
-
<RegistrySearchRef Id="Mysql41Location1" />
+
<RegistrySearchRef Id="Mysql50Location" /> <RegistrySearchRef Id="Mysql50Location1" /> <RegistrySearchRef Id="Mysql51Location" /> <RegistrySearchRef Id="Mysql51Location1" /> <RegistrySearchRef Id="MysqlLocation" /> <RegistrySearchRef Id="MysqlLocation1" /> </Property> <Property Id="FALLBACKMYSQLBASE"> <DirectorySearchRef Id="MysqlBase5" Parent="MysqlLocation5"/> <DirectorySearchRef Id="MysqlBase51" Parent="MysqlLocation51"/>
Roxen.git/server/etc/RoxenUI.wxs:1322:
</Property> <Property Id="MYSQLDEBUG21"> <RegistrySearchRef Id="Mysql51Location1" /> </Property> <Property Id="MYSQLDEBUG3"> <RegistrySearchRef Id="Mysql50Location" /> </Property> <Property Id="MYSQLDEBUG31"> <RegistrySearchRef Id="Mysql50Location1" /> </Property>
-
<Property Id="MYSQLDEBUG4">
-
<RegistrySearchRef Id="Mysql41Location" />
-
</Property>
-
<Property Id="MYSQLDEBUG41">
-
<RegistrySearchRef Id="Mysql41Location1" />
-
</Property>
+
<Property Id="MYSQLDEBUG5"> <DirectorySearchRef Id="MysqlBase5" Parent="MysqlLocation5"/> </Property> <Property Id="MYSQLDEBUG51"> <DirectorySearchRef Id="MysqlBase51" Parent="MysqlLocation51"/> </Property> <AdminExecuteSequence> <Custom Action="DONT_INSTALL_SERVICE" Before="DIRCA_TARGETDIR">NOT VersionNT</Custom> <Custom Action="DIRCA_TARGETDIR" Before="CostInitialize"><![CDATA[TARGETDIR=""]]></Custom> </AdminExecuteSequence>