Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-15
2004-12-15 17:38:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6d0d4fc2361f013826b11a412bacbac49af61f13 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/etc/RoxenUI.wxs:1.32
1170:
<InstallServices Sequence="5800">VersionNT AND INSTALL_SERVICE="1"</InstallServices> <StartServices Sequence="5900">VersionNT AND INSTALL_SERVICE="1" AND START_SERVER="1"</StartServices> <Custom Action="SetRemoveOldService" After="InstallFiles">REMOVE="" AND INSTALL_SERVICE="1"</Custom>
-
<Custom Action="RemoveOldService" After="SetRemoveOldService">REMOVE="" AND
_
INSTALL_SERVICE="1"</Custom>
+
<Custom Action="RemoveOldService" After="SetRemoveOldService">REMOVE="" AND
INSTALL_SERVICE="1"</Custom>
<Custom Action="SetCreateConfigInterface" Sequence="5100">REMOVE=""</Custom> <Custom Action="CreateConfigInterface" After="SetCreateConfigInterface">REMOVE=""</Custom> <Custom Action="SetCreatePikeLocation" After="CreateConfigInterface">REMOVE=""</Custom>