Leaked source code of windows server 2003
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.

11 lines
482 B

  1. // ---------------------------------------------------------------------------
  2. // DETECT.H
  3. // ---------------------------------------------------------------------------
  4. // Copyright (c) 1999 Microsoft Corporation
  5. //
  6. // Helper functions to detect installed versions of WAB / OE
  7. //
  8. // ---------------------------------------------------------------------------
  9. #pragma once
  10. #include <wizdef.h>
  11. BOOL LookForApp(SETUPAPP app, LPTSTR pszVer, int cch, SETUPVER svInterimVer);