Whitespace normalization.

This commit is contained in:
Tim Peters 2004-09-12 03:49:31 +00:00
parent 2ee8099bd8
commit 0e9980f75a
7 changed files with 26 additions and 26 deletions

View file

@ -320,7 +320,7 @@ def add_ui(db):
end if
if (ext_new=2 or tcl_new=2) and regtcl_old<>2 then
Session.ComponentRequestState("REGISTRY.tcl")=2
end if
end if
End Function
""")
# To add debug messages into scripts, the following fragment can be used
@ -329,7 +329,7 @@ def add_ui(db):
# Session.message &H04000000, objRec
add_data(db, "Binary", [("Script", msilib.Binary("inst.vbs"))])
# See "Custom Action Type 6"
add_data(db, "CustomAction",
add_data(db, "CustomAction",
[("CheckDir", 6, "Script", "CheckDir"),
("UpdateEditIDLE", 6, "Script", "UpdateEditIDLE")])
os.unlink("inst.vbs")