Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-02-12
2009-02-12 12:04:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>
31f9a7ad00da37bb60c3ff9b040572ad3f379494 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo in InstallExecuteSequence.
Rev: server/etc/RoxenUI.wxs:1.47
1228:
<Custom Action="SetCreateMysql32Location" After="CreateConfigInterface">REMOVE="" AND MYSQLD32LOCATION<>""</Custom> <Custom Action="SetCreateMysql64Location" After="SetCreateMysql32Location">REMOVE="" AND MYSQLD64LOCATION<>""</Custom> <Custom Action="CreateMysqlLocation" After="SetCreateMysql64Location">REMOVE=""</Custom>
-
<Custom Action="SetCreatePikeLocation" After="
CreateMysqlInterface
">REMOVE=""</Custom>
+
<Custom Action="SetCreatePikeLocation" After="
CreateMysqlLocation
">REMOVE=""</Custom>
<Custom Action="CreatePikeLocation" After="SetCreatePikeLocation">REMOVE=""</Custom> <Custom Action="SetCreateEnvironment" After="CreatePikeLocation">REMOVE=""</Custom> <Custom Action="CreateEnvironment" After="SetCreateEnvironment">REMOVE=""</Custom>