diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-31 03:24:55 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-31 03:24:55 (GMT) |
commit | ce5f13ae418a03665c099416a25e5e0acce184cb (patch) | |
tree | 231a23ba062ad5dec7fdcbbf6aafa3930d653de9 /PCbuild/Uninstal.wse | |
parent | f4ccf587f6339263f5452079c12183a346f91a77 (diff) | |
download | cpython-ce5f13ae418a03665c099416a25e5e0acce184cb.zip cpython-ce5f13ae418a03665c099416a25e5e0acce184cb.tar.gz cpython-ce5f13ae418a03665c099416a25e5e0acce184cb.tar.bz2 |
I hope this irons out the Add/Remove kinks on Win2K for users w/o Admin
privs, but haven't tested that yet. Doesn't hurt on Win98SE, anyway.
Diffstat (limited to 'PCbuild/Uninstal.wse')
-rw-r--r-- | PCbuild/Uninstal.wse | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/PCbuild/Uninstal.wse b/PCbuild/Uninstal.wse index 6836eea..04213de 100644 --- a/PCbuild/Uninstal.wse +++ b/PCbuild/Uninstal.wse @@ -1,6 +1,6 @@ Document Type: WSE item: Global - Version=8.11 + Version=8.14 Flags=00000100 Split=1420 Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 @@ -19,7 +19,16 @@ item: Global Patch Memory=4096 Per-User Version ID=1 Crystal Format=10111100101100000010001001001001 - File Checksum=2338111989 + Step View=&Properties +end +item: Remark + Text=Note from Tim: This is a verbatim copy of Wise's Uninstal.wse, altered at the end to write +end +item: Remark + Text=uninstall info under HKCU instead of HKLM if the user doesn't have Admin privs. +end +item: Remark + Text=Hmm! Also changed it to use the 32-bit uninstaller! end item: Remark end @@ -431,7 +440,7 @@ item: Check Configuration Flags=10111111 end item: Remark - Text=Write under HKLM. + Text=Write uninstall info under HKLM. This if/else/end block added by Tim. end item: Edit Registry Total Keys=1 @@ -451,7 +460,7 @@ end item: Else Statement end item: Remark - Text=Write under HKCU, but identical otherwise. + Text=The same, but write under HKCU instead. end item: Edit Registry Total Keys=1 |