Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-05-26
2009-05-26 15:47:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d46fb6d6bd7492567d83f63b723b20ef27710134 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Let's try once more...
Rev: server/etc/RoxenUI.wxs:1.93
1471:
<StopServices Sequence="1900">VersionNT AND INSTALL_SERVICE="1"</StopServices> <DeleteServices Sequence="2000">VersionNT AND INSTALL_SERVICE="1"</DeleteServices> <InstallServices Sequence="5800">VersionNT AND INSTALL_SERVICE="1"</InstallServices>
-
<
!-- <
StartServices Sequence="5900">VersionNT AND INSTALL_SERVICE="
1
" AND START_SERVER="1"</StartServices>
-->
-
<Custom Action="StartRoxenService"
Sequence
="
5901
">VersionNT AND INSTALL_SERVICE="1" AND START_SERVER="1"</Custom>
+
<StartServices Sequence="5900">VersionNT AND INSTALL_SERVICE="
2
" AND START_SERVER="1"</StartServices>
+
<Custom Action="StartRoxenService"
After
="
StartServices
">VersionNT AND INSTALL_SERVICE="1" AND START_SERVER="1"</Custom>
<Custom Action="SetRemoveOldService" After="InstallFiles">REMOVE="" AND INSTALL_SERVICE="1"</Custom> <Custom Action="RemoveOldService" After="SetRemoveOldService">REMOVE="" AND INSTALL_SERVICE="1"</Custom> <Custom Action="FallbackMysqldExe" Sequence="5100">MYSQLDEXE=""</Custom>
1488:
<Custom Action="DontStartServer" After="CreateEnvironment">MYSQLDEXE=""</Custom> <!-- <Custom Action="CreateServerVersion" Before="SetCreateConfigInterface">REMOVE=""</Custom> --> <Custom Action="SetCreateConfigInterface" Before="CreateConfigInterface">REMOVE=""</Custom>
-
<Custom Action="CreateConfigInterface" Before="
StartServices
">(REMOVE="") AND (OLDCONFIGDIR="")</Custom>
-
<Custom Action="ConsoleStartServer"
After
="StartServices">((NOT VersionNT) OR INSTALL_SERVICE<>"1") AND START_SERVER="1"</Custom>
+
<Custom Action="CreateConfigInterface" Before="
ConsoleStartServer
">(REMOVE="") AND (OLDCONFIGDIR="")</Custom>
+
<Custom Action="ConsoleStartServer"
Before
="StartServices">((NOT VersionNT) OR INSTALL_SERVICE<>"1") AND START_SERVER="1"</Custom>
</InstallExecuteSequence> <Binary Id="DefBannerBitmap" src="Banner.bmp" /> <Binary Id="UpFldrBtn" src="UpFldrBtn.icon" />