2025-11-28 00:35:46 +09:00

19 lines
544 B
Plaintext

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
// File: process.dll
//
//--------------------------------------------------------------------------
#define VER_ORIGINALFILENAME_STR "process.dll"
#define VER_FILETYPE VFT_DLL
#define VER_FILEDESCRIPTION_STR "Process UserAccounts Database Table Custom Action Sample"
#define VER_INTERNALNAME_STR "process"
#include "version.h"
#include "msi.rcv"