Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:1464:
<Custom Action="CustomTextA_SetProperty_EDIT3" After="CustomTextA_SetProperty_EDIT2" /> <Custom Action="CustomTextA_SetProperty_EDIT4" After="CustomTextA_SetProperty_EDIT3" /> <Custom Action="DIRCA_TARGETDIR" After="CustomTextA_SetProperty_EDIT4"><![CDATA[TARGETDIR=""]]></Custom> <Custom Action="DONT_INSTALL_SERVICE" After="DIRCA_TARGETDIR">NOT VersionNT</Custom> <Custom Action="Override_CustomTextA_1" After="DONT_INSTALL_SERVICE">OLDCONFIGDIR<>""</Custom> <Custom Action="Override_CustomTextA_2" After="Override_CustomTextA_1">OLDCONFIGDIR<>""</Custom> <RemoveExistingProducts After="InstallInitialize" /> <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> <Custom Action="FallbackMyisamchkExe" After="FallbackMysqldExe">MYISAMCHKEXE=""</Custom> <Custom Action="FallbackMysqladminExe" After="FallbackMysqldExe">MYSQLADMINEXE=""</Custom> <Custom Action="FallbackMysqlBase" After="FallbackMysqladminExe">MYSQLBASE=""</Custom> <Custom Action="SetCreateMysqlLocation" After="FallbackMysqlBase" /> <Custom Action="CreateMysqlLocation" After="SetCreateMysqlLocation">REMOVE="" AND MYSQLLOCATIONLOCATION = ""</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> <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" /> <Binary Id="NewFldrBtn" src="NewFldrBtn.icon" /> <Binary Id="RoxenInstaller" src="Win32Installer.vbs" /> </Fragment> </Wix>