Roxen.git
/
server
/
etc
/
RoxenUI.wxs
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/etc/RoxenUI.wxs:13:
ExeCommand='"[SERVERDIR]\pike\bin\pike" bin\create_configif.pike --batch server_name "[SERVER_NAME]" server_url "[SERVER_PROTOCOL]://*:[SERVER_PORT]/" user "[ADM_USER]" password "[ADM_PASS1]" ok y update n' Execute="commit" /> <CustomAction Id="CreatePikeLocation" Directory="SERVERDIR" ExeCommand='"[SERVERDIR]\pike\bin\pike" -e "Stdio.write_file(argv[1], argv[2]);" "pikelocation.txt" "[SERVERDIR]\pike\bin\pike"' Execute="commit" /> <CustomAction Id="InstallRoxenService" Directory="TARGETDIR" ExeCommand='"[TARGETDIR]\ntstart" --install' Execute="commit" /> <CustomAction Id="RemoveRoxenService" Directory="TARGETDIR" ExeCommand='"[TARGETDIR]\ntstart" --remove'
-
Execute="
commit
" />
+
Execute="
rollback
" />
<CustomAction Id="StartServer" Directory="TARGETDIR" ExeCommand='net start RoxenService' Execute="commit" /> <CustomAction Id="StopServer" Directory="TARGETDIR" ExeCommand='net stop RoxenService'
-
Execute="
commit
" />
+
Execute="
rollback
" />
<CustomAction Id="StartBrowser" Property="BROWSER" ExeCommand="[SERVER_PROTOCOL]://localhost:[SERVER_PORT]/" Execute="commit" Return="asyncNoWait" /> <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>