Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-02
2005-11-02 15:39:22 by Anders Johansson <anders@roxen.com>
0be28dd6ed053db5cc9db7bdc6bddc057d660bf3 (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Create environment.ini.
Rev: server/etc/RoxenUI.wxs:1.42
Rev: server/etc/Win32Installer.vbs:1.11
32:
<CustomAction Id="ConsoleStartServer" Directory="TARGETDIR" ExeCommand='"[TARGETDIR]ntstart"' Execute="deferred" Return="asyncNoWait" />
+
<CustomAction Id="SetCreateEnvironment"
+
Property="CreateEnvironment"
+
Value="[TARGETDIR]local/environment.ini"
+
Execute="immediate" />
+
<CustomAction Id="CreateEnvironment" BinaryKey="RoxenInstaller"
+
VBScriptCall="CreateEnvironment" Execute="deferred" />
<UI> <Property Id="ErrorDialog"><![CDATA[ErrorDialog]]></Property> <Property Id="DefaultUIFont"><![CDATA[VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400]]></Property>
1187:
<Custom Action="CreateConfigInterface" After="SetCreateConfigInterface">(REMOVE="") AND (OLDCONFIGDIR="")</Custom> <Custom Action="SetCreatePikeLocation" After="CreateConfigInterface">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="ConsoleStartServer" After="StartServices">((NOT VersionNT) OR INSTALL_SERVICE<>"1") AND START_SERVER="1"</Custom> </InstallExecuteSequence> <Binary Id="DefBannerBitmap" src="Banner.bmp" />