1. 28 Jan, 2005 1 commit
  2. 27 Jan, 2005 18 commits
  3. 26 Jan, 2005 17 commits
  4. 25 Jan, 2005 4 commits
    • Aric Stewart's avatar
      - action.c is getting too big, so split out all the handling of · 54c67dd1
      Aric Stewart authored
        CustomActions into custom.c. Cleaned up a lot of the handling of
        custom actions including scripting actions and processing return
        codes.
      - Mike McCormack pointed out that MsiFormatRecord is basically the
        same as internal function deformat_string. So broke deformat_string
        out and updated it to function as MsiFormatRecord and implemented
        MsiFormatRecord.
      - A number of random fixes to action.c including properly calculating
        the length for the LocalPackage name, not forcing a reboot when
        really we should just return ERROR_INSTALL_SUSPEND and handling
        REG_MULTI_SZ now that we can deformat the properly.
      54c67dd1
    • Ken Belleau's avatar
      - Used wine_dbgstr_a to prevent an overflow. · 43ae5e54
      Ken Belleau authored
      - Improved support to call macros with a variable number of
        parameters.
      - Put a check to prevent an out of bounds access.
      43ae5e54
    • Robert Reif's avatar
      c5b0a179
    • Huw Davies's avatar
      Add enum support. · a43a250b
      Huw Davies authored
      Another attempt at getting the alignment bits correct.
      a43a250b