Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
3.4 KiB

  1. Darwin Setup Development Notes for Testing Releases
  2. 02-08-24 cnapier Bug 690542 - XP SP1: Reboot from winlogon process (machine-deployed with reboot req.)
  3. results in hung machine on shutdown due to winlogon assumption that reboot requests
  4. in winlogon are redirected requests from csrss across FUS\TS session that requires
  5. waiting on the session to exit before the reboot can happen.
  6. 02-08-07 cnapier Bug 682141 - XP SP1: Component with unversioned file keypath using companion file
  7. version is disabled when patch is applied (due to MsiFileHash entry).
  8. 02-07-18 eugend Bug 663503 - MSI removing Run key on uninstall
  9. 02-07-15 eugend Bug 661548 - XPSP1: MSI dialogs not responding to ESC, Alt + F4, or clicking close (x).
  10. 02-07-15 cnapier Bug 651910 - XP SP1: Windows Installer tries to install transitive component SFP file when
  11. component becomes disabled (due to re-evaluation of condition)
  12. 02-07-15 renukam Bug 660796 - XPSP1 migration dll fixed for migrating per m/c install info
  13. 02-06-24 eugend Bug 632270 - MSI 2.0 QFE: Windows Installer ignores UI processing in some cases
  14. Bug 646802 - XP SP1:Clicking a radio button may cause error 2836 if there are over
  15. 0xFFFF strings in the .MSI database
  16. 02-06-24 cnapier Bug 626070 - update version checking algm to handle NE based format files (eg. 16-bit). Allows
  17. repackaged applications (like winzip and adobe) that reference ctl3dv2.dll to be installed.
  18. 02-06-24 rahulth Bug 622828 : Infinite loop in action.cpp - CustomExeThread()
  19. 02-05-10 chetanp Bug 615098 : Installer is removing GAC'd files when it should not.
  20. 02-05-09 rahulth Bug 609454: XP SP1: MSI should install succeessfully if DCOM default
  21. impersonation level on the machine is Anonymous. We now set the impersonation
  22. level explicitly via proxy blankets wherever necessary.
  23. 02-05-09 cnapier Bug 614930: XPSP1: Handle weird, but valid, version resources when calculating
  24. languages contained within the DLL. Uses EnumResourceNames(RT_VERSION) and
  25. then EnumResourceLanguages to look at all of the version resources in the file
  26. to build language list. Now allows language neutral to be used in a set of
  27. languages.
  28. 02-05-09 cnapier Bug 614932: XPSP1: Crash in service when referencing patch that doesn't exist
  29. using PATCH={path to nonexistent patch} on command line.
  30. 02-04-25 rahulth Bug 603127: MSI: FUS/TS - Reboot warning put up in session 0 even if the user
  31. performing the install is logged on to another session.
  32. 02-04-19 eugend Bug 591187: XPSP1: Disable IME for password edit boxes in built-in Installer UI
  33. 02-04-18 chetanp Bug 587626: MSI shares component registration for per-user managed and non-managed
  34. installations of an application
  35. Bug 590250: MSI should only look in the context its working under
  36. 02-04-15 cnapier XPSP1 DCR: 577780. Backport multiple instance support to XPSP1.
  37. 02-04-03 chetanp Bug 589651: Assembly registration removed during uninstall for Shared component
  38. prematurely.