Branch: Tag:

2005-11-02

2005-11-02 15:39:22 by Anders Johansson <anders@roxen.com>

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&lt;&gt;"1") AND START_SERVER="1"</Custom>    </InstallExecuteSequence>    <Binary Id="DefBannerBitmap" src="Banner.bmp" />