2025-04-27 07:49:33 -04:00

12 lines
482 B
C

// ---------------------------------------------------------------------------
// DETECT.H
// ---------------------------------------------------------------------------
// Copyright (c) 1999 Microsoft Corporation
//
// Helper functions to detect installed versions of WAB / OE
//
// ---------------------------------------------------------------------------
#pragma once
#include <wizdef.h>
BOOL LookForApp(SETUPAPP app, LPTSTR pszVer, int cch, SETUPVER svInterimVer);