summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/nsis/ChangeLog
blob: 719ae365e55737f40d27d283040358b30a085bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
2006-03-10  Jeffrey Altman <jaltman@mit.edu>

KFW 3.1 Beta 1

- replace Leash Icon with NetIDMgr Icon

- Update Leash References with NetIDMgr

2005-11-29  Jeffrey Altman <jaltman@mit.edu>

KFW 3.0 Beta 2

- adds KFW Logon Network Provider
- adds Documentation links for NetIdMgr.chm

2005-11-01  Jeffrey Altman <jaltman@mit.edu>

KFW 3.0 Beta 1

- adds support for Network Identity Manager Framework
- removes leash32.exe

2004-12-18  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:
    Add "Debug Symbols" as a new category.  It defaults to on
    in debug builds and off in release builds.

2004-12-15  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi
    Add kcpytkt.exe, kdeltkt.exe, k5sprt32.dll, mit2ms.exe

2004-09-17  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:
   The version of MSIEXEC which ships with Windows 2000 does
   not accept the /passive and /promptreboot command line
   options.  On Windows 2000 only, do not specify them.

2004-09-13  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:

  Detect the Wix MSI, the SWRT MSI, and the Pismere MSI
  If found, uninstall the MSI before installing NSIS

2004-09-07  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:
  Include all subdirectories of KFW_INSTALL_DIR

2004-07-07  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:
  Create registry entries to provide Terminal Service application
  compatibility flags for all executables
  http://support.microsoft.com/default.aspx?scid=kb;EN-US;186499

2004-07-07  Jeffrey Altman <jaltman@mit.edu>

* kfw-fixed.nsi:
  Microsoft did not place the AllowTGTSessionKey in the same place
  for both XP SP2 and the server platforms.  Even though they said
  they would.  Modify the installer to set both locations.

2004-05-17  Jeffrey Altman <jaltman@mit.edu>

* kfw.nsi, kfw-fixed.nsi, utils.nsi:
  - replace the UpdateDLL macro with the ReplaceDLL macro
  - use ReplaceDLL to install all .exe and .dll files
  this will allow the installer to work even when some files
  are loaded by modules which cannot be terminated such as 
  Network Providers (afslogon.dll for example)

2004-04-14  Jeffrey Altman <jaltman@mit.edu>

* nsi-includes.nsi:  update version to 2.6.1

* kfw-fixed.nsi:  add kvno.exe, gss-client.exe, gss-server.exe

2004-03-31  Jeffrey Altman <jaltman@mit.edu>

* Add the NSIS installer for KFW 2.6 to the repository