Branch: Tag:

2009-02-12

2009-02-12 12:04:49 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed typo in InstallExecuteSequence.

Rev: server/etc/RoxenUI.wxs:1.47

1228:    <Custom Action="SetCreateMysql32Location" After="CreateConfigInterface">REMOVE="" AND MYSQLD32LOCATION&lt;&gt;""</Custom>    <Custom Action="SetCreateMysql64Location" After="SetCreateMysql32Location">REMOVE="" AND MYSQLD64LOCATION&lt;&gt;""</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>