Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:1200:
</DirectorySearch> </DirectorySearch> </DirectorySearch> </Property> <Property Id="MYISAMCHK32LOCATION"> <DirectorySearchRef Id="Mysql32Bin" Parent="Mysql32Base"> <FileSearch LongName="myisamchk.exe" /> </DirectorySearchRef> </Property> <Property Id="MYSQL32BASE">
-
<DirectorySearchRef 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"> <FileSearch LongName="myisamchk.exe" /> </DirectorySearchRef> </Property> <Property Id="MYSQL64BASE">
-
<DirectorySearchRef 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> <InstallExecuteSequence> <Custom Action="ERRCA_CANCELNEWERVERSION" After="FindRelatedProducts"><![CDATA[NEWERPRODUCTFOUND AND NOT Installed]]></Custom> <Custom Action="CustomTextA_SetProperty_EDIT1" After="ValidateProductID" /> <Custom Action="CustomTextA_SetProperty_EDIT2" After="CustomTextA_SetProperty_EDIT1" /> <Custom Action="CustomTextA_SetProperty_EDIT3" After="CustomTextA_SetProperty_EDIT2" />