Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-25
2009-03-25 16:12:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
de199a6ad5b3578a541beff3c79b8b5d75eb0c0b (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Added some more ProgressTexts.
Rev: server/etc/RoxenUI.wxs:1.85
1200:
<ProgressText Action="StartServices" Template="Service: [1]">Starting services</ProgressText> <ProgressText Action="InstallAdminPackage" Template="File: [9]\[1] ([6] bytes)">Copying files to the network</ProgressText> <ProgressText Action="UnmoveFiles" Template="File: [9]\[1] ([6] bytes)">Restoring moved files</ProgressText>
+
<ProgressText Action="CreateConfigInterface" Template="File: [TARGETDIR]\configurations\AdministrationInterface">Creating administration interface</ProgressText>
+
<ProgressText Action="CreateMysqlLocation" Template="File: [SERVERDIR]\mysql-location.txt">Creating mysql-location.txt</ProgressText>
+
<ProgressText Action="CreatePikeLocation" Template="File: [SERVERDIR]\pikelocation.txt">Creating pikelocation.txt</ProgressText>
+
<ProgressText Action="CreateEnviroment" Template="File: [TARGETDIR]\local\environment.ini">Creating environment.ini</ProgressText>
<AdminUISequence> <Show Dialog="AdminFatalErrorForm" OnExit="error" /> <Show Dialog="AdminUserExitForm" OnExit="cancel" />