Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-29
2004-11-29 14:55:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
64ed1690beb653e7d1ffd1c9d2198b24dab271ae (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Try using immediate for the new CreatePikeLocation custom action.
Rev: server/etc/RoxenUI.wxs:1.20
16:
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="CreatePikeLocation" Script="vbscript"
-
Execute="
deferred
">
+
Execute="
immediate
">
Dim fso, tf, serverdir Set fso = CreateObject("Scripting.FileSystemObject") Set serverdir = Session.Property("SERVERDIR")