Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:8:
<CustomAction Id="CustomTextA_SetProperty_EDIT3" Property="SERVER_PORT" Value="22202" Execute="firstSequence" /> <CustomAction Id="CustomTextA_SetProperty_EDIT2" Property="SERVER_PROTOCOL" Value="https" Execute="firstSequence" /> <CustomAction Id="CustomTextA_SetProperty_EDIT1" Property="SERVER_NAME" Value="Administration Interface" Execute="firstSequence" /> <CustomAction Id="CustomTextA_SetProperty_EDIT4" Property="ADM_USER" Value="administrator" Execute="firstSequence" /> <CustomAction Id="Override_CustomTextA_1" Property="Custom2Buttons_NextArgs" Value="[CustomTextA_NextArgs]" Execute="firstSequence" /> <CustomAction Id="Override_CustomTextA_2" Property="ConfirmInstallForm_PrevArgs" Value="[CustomTextA_PrevArgs]" Execute="firstSequence" /> <CustomAction Id="VSDCA_FolderForm_AllUsers" Property="FolderForm_AllUsers" Value="ALL" /> <CustomAction Id="SetRemoveOldService" Property="RemoveOldService" Value="[TARGETDIR]" Execute="immediate" /> <CustomAction Id="RemoveOldService" BinaryKey="RoxenInstaller"
-
VBScriptCall="RemoveOldService" Execute="deferred" Impersonate="
No
" />
+
VBScriptCall="RemoveOldService" Execute="deferred" Impersonate="
no
" />
<CustomAction Id="SetCreateConfigInterface" Property="CreateConfigInterface" Value="[SERVERDIR];[SERVER_NAME];[SERVER_PROTOCOL];[SERVER_PORT];[ADM_USER];[ADM_PASS1]" Execute="immediate" /> <CustomAction Id="CreateConfigInterface" BinaryKey="RoxenInstaller"
-
VBScriptCall="CreateConfigInterface" Execute="deferred" Impersonate="
No
" />
+
VBScriptCall="CreateConfigInterface" Execute="deferred" Impersonate="
no
" />
<CustomAction Id="SetCreateMysql32Location" Property="CreateMysqlLocation" Value="[SERVERDIR];[MYSQLD32LOCATION];[MYISAMCHK32LOCATION]" Execute="immediate" /> <CustomAction Id="SetCreateMysql64Location" Property="CreateMysqlLocation" Value="[SERVERDIR];[MYSQLD64LOCATION];[MYISAMCHK32LOCATION]" Execute="immediate" /> <CustomAction Id="CreateMysqlLocation" BinaryKey="RoxenInstaller"
-
VBScriptCall="CreateMysqlLocation" Execute="deferred" Impersonate="
No
" />
+
VBScriptCall="CreateMysqlLocation" Execute="deferred" Impersonate="
no
" />
<CustomAction Id="SetCreatePikeLocation" Property="CreatePikeLocation" Value="[SERVERDIR]" Execute="immediate" /> <CustomAction Id="CreatePikeLocation" BinaryKey="RoxenInstaller"
-
VBScriptCall="CreatePikeLocation" Execute="deferred" Impersonate="
No
" />
+
VBScriptCall="CreatePikeLocation" Execute="deferred" Impersonate="
no
" />
<CustomAction Id="StartBrowser" Property="BROWSER" ExeCommand="[SERVER_PROTOCOL]://localhost:[SERVER_PORT]/" Execute="deferred" Return="asyncNoWait" /> <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" Impersonate="
No
" />
+
VBScriptCall="CreateEnvironment" Execute="deferred" Impersonate="
no
" />
<UI> <Property Id="ErrorDialog"><![CDATA[ErrorDialog]]></Property> <Property Id="DefaultUIFont"><![CDATA[VsdDefaultUIFont.524F4245_5254_5341_4C45_534153783400]]></Property> <Dialog Id="UserExitForm" Width="373" Height="287" Title="[ProductName]"> <Control Id="CloseButton" Type="PushButton" X="300" Y="261" Width="66" Height="18" Default="yes" Cancel="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}&Close</Text> <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish> </Control> <Control Id="CancelButton" Type="PushButton" X="156" Y="261" Width="66" Height="18" Disabled="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}Cancel</Text>