Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-30
2004-11-30 17:13:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7603776ea657a5ff579ef09a2e544b1dac500876 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
4.0
Now utilizes CustomActionData for CreatePikeLocation.
Rev: server/etc/RoxenUI.wxs:1.24
15:
<CustomAction Id="OldCreatePikeLocation" Directory="SERVERDIR" ExeCommand='"[SERVERDIR]\pike\bin\pike" -e "write(argv[1]); Stdio.write_file(argv[2], argv[3]);" "Creating pikelocation.txt..." "pikelocation.txt" "[SERVERDIR]\pike\bin\pike"' Execute="deferred" />
+
<CustomAction Id="SetCreatePikeLocation" Property="CreatePikeLocation"
+
Value="[SERVERDIR]" Execute="immediate" />
<CustomAction Id="CreatePikeLocation" BinaryKey="Installer" VBScriptCall="CreatePikeLocation" Execute="deferred" /> <CustomAction Id="StartBrowser" Property="BROWSER"
1123:
<Custom Action="DIRCA_TARGETDIR" After="CustomTextA_SetProperty_EDIT4"><![CDATA[TARGETDIR=""]]></Custom> <RemoveExistingProducts After="InstallInitialize" /> <Custom Action="CreateConfigInterface" Sequence="5100">REMOVE=""</Custom>
-
<Custom Action="
CreatePikeLocation
" After="CreateConfigInterface">REMOVE=""</Custom>
+
<Custom Action="
SetCreatePikeLocation
" After="CreateConfigInterface">REMOVE=""</Custom>
+
<Custom Action="CreatePikeLocation" After="SetCreatePikeLocation">REMOVE=""</Custom>
</InstallExecuteSequence> <Binary Id="DefBannerBitmap" src="Banner.bmp" /> <Binary Id="UpFldrBtn" src="UpFldrBtn.icon" />