Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2009-03-25
2009-03-25 10:34:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6b6c7c83df783d126fac47ee3dd95513f9eb6f5b (
12
lines) (+
12
/-
0
)
[
Show
|
Annotate
]
Branch:
5.2
Added some ProgressTexts.
Rev: server/etc/RoxenUI.wxs:1.81
1179:
<UIText Id="VolumeCostRequired">Required</UIText> <UIText Id="VolumeCostSize">Disk Size</UIText> <UIText Id="VolumeCostVolume">Volume</UIText>
+
<ProgressText Action="StopServices" Template="Service: [1]">Stopping services</ProgressText>
+
<ProgressText Action="DeleteServices" Template="Service: [1]">Deleting services</ProgressText>
+
<ProgressText Action="RemoveRegistryValues" Template="Key: [1]\[2]">Removing registry values</ProgressText>
+
<ProgressText Action="RemoveFiles" Template="File: [9]\[1]">Removing files</ProgressText>
+
<ProgressText Action="MoveFiles" Template="File: [9]\[1] ([6] bytes)">Moving files</ProgressText>
+
<ProgressText Action="InstallFiles" Template="File: [9]\[1] ([6] bytes)">Installing new files</ProgressText>
+
<ProgressText Action="WriteRegistryValues" Template="Key: [1]\[2] = [3]">Writing values to registry</ProgressText>
+
<ProgressText Action="WriteIniValues" Template="File: [1], Section: [2] Key: [3] = [4]">Writing INI-files</ProgressText>
+
<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>
<AdminUISequence> <Show Dialog="AdminFatalErrorForm" OnExit="error" /> <Show Dialog="AdminUserExitForm" OnExit="cancel" />