WindowsVista

From Apache OpenOffice Wiki
Revision as of 09:44, 23 November 2006 by As (Talk | contribs)

Jump to: navigation, search

Preparations for Windows Vista

Search and Organization

  • The native FileOpen/Save dialogs are used to support virtual folders

Security

User Account Control (UAC)

  • The installation and update is fully UAC aware and performs the proper elevation to an administrator account
  • There are no known UAC issues during runtime

Speech recognition

Windows Logo Program

a lot of stuff comes with the Windows Logo Programs

Other Stuff

  This works fine for Windows Vista and Windows XP. Because those icons are used also on other platforms
  (and we do not wish to have more then one icon inside the same file) we have to test Windows 98, KDE, Gnome also.
  E.g. Freedesktop.Org recommend using of 128x128 as pixel size ... but first test showed that there isnt a real problem
  using other resolutions. Further tests are planned.
  • Security
    • Digitally signing of all executables and DLL's
  • Vista 64Bit
    • Shell extensions for Vista 64 Bit must be also compiled as 64 Bit components.
  It's no problem to run a 32 bit compiled executable on a 64 bit Vista machine.
  But that's not true for shell extensions which are started within the context of the
  windows explorer. Because the explorer itself is compiled as 64 bit component it requires
  that all used libraries (at least a shell extension will be such library) must be 64 bit ready also.
  Analyzing the code we found out, that there is only a small dependency back to the set of office libraries.
  (zip, stlport). So it seams not be a big problem to have 64 bit shell extensions combined with a 32 bit office.
Personal tools