Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-07
2004-12-07 10:30:18 by Henrik Grubbström (Grubba) <grubba@grubba.org>
92c9d2bf4072f2b7bdfeb08a25876471876f44f4 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
4.0
Added use of RemoveOldService().
Rev: server/etc/RoxenUI.wxs:1.29
9:
<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="VSDCA_FolderForm_AllUsers" Property="FolderForm_AllUsers" Value="ALL" />
+
<CustomAction Id="SetRemoveOldService" Property="RemoveOldService"
+
Value="[SERVERDIR]" Execute="immediate" />
+
<CustomAction Id="RemoveOldService" BinaryKey="RoxenInstaller"
+
VBScriptCall="RemoveOldService" Execute="deferred" />
<CustomAction Id="SetCreateConfigInterface" Property="CreateConfigInterface" Value="[SERVERDIR];[SERVER_NAME];[SERVER_PROTOCOL];[SERVER_PORT];[ADM_USER];[ADM_PASS1]"
1129:
<Custom Action="CustomTextA_SetProperty_EDIT4" After="CustomTextA_SetProperty_EDIT3" /> <Custom Action="DIRCA_TARGETDIR" After="CustomTextA_SetProperty_EDIT4"><![CDATA[TARGETDIR=""]]></Custom> <RemoveExistingProducts After="InstallInitialize" />
+
<Custom Action="SetRemoveOldService" After="InstallFiles">REMOVE=""</Custom>
+
<Custom Action="RemoveOldService" After="SetRemoveOldService">REMOVE=""</Custom>
<Custom Action="SetCreateConfigInterface" Sequence="5100">REMOVE=""</Custom> <Custom Action="CreateConfigInterface" After="SetCreateConfigInterface">REMOVE=""</Custom> <Custom Action="SetCreatePikeLocation" After="CreateConfigInterface">REMOVE=""</Custom>