Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-02-13
2009-02-13 09:46:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ab5dad389bbab3e6e4b3a81a882dba37e5a93c33 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Attempt to fix use of DirectorySearchRef.
Rev: server/etc/RoxenUI.wxs:1.51
1207:
</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">
1224:
</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>