Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:1182:
<DirectorySearch Id="OLDCONFIGURATIONS" Path="[TARGETDIR]..\configurations"> <FileSearch LongName="Global_Variables" MinSize="128" /> </DirectorySearch> </Property> <Property Id="MYSQLLOCATIONLOCATION"> <DirectorySearch Id="MysqlLocationLocation" Path="[TARGETDIR]"> <FileSearch LongName="mysql-location.txt" /> </DirectorySearch> </Property> <Property Id="MYSQLNAME">
-
<RegistrySearch Id="
MysqlName
" Root="HKLM"
+
<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="
MysqlName
" Root="HKLM"
+
<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>
Roxen.git/server/etc/RoxenUI.wxs:1307:
<RegistrySearchRef Id="MysqlLocation" /> <RegistrySearchRef Id="MysqlLocation1" /> </Property> <Property Id="FALLBACKMYSQLBASE"> <DirectorySearchRef Id="MysqlBase5" Parent="MysqlLocation5"/> <DirectorySearchRef Id="MysqlBase51" Parent="MysqlLocation51"/> </Property> <Property Id="MYSQLDEBUG1"> <RegistrySearchRef Id="MysqlLocation" /> </Property>
-
<Property Id="
MYSQLDEBUG1
">
+
<Property Id="
MYSQLDEBUG11
">
<RegistrySearchRef Id="MysqlLocation1" /> </Property> <Property Id="MYSQLDEBUG2"> <RegistrySearchRef Id="Mysql51Location" /> </Property> <Property Id="MYSQLDEBUG21"> <RegistrySearchRef Id="Mysql51Location1" /> </Property> <Property Id="MYSQLDEBUG3"> <RegistrySearchRef Id="Mysql50Location" />