xref: /reactos/dll/win32/msi/msi.rc (revision d56c9a89)
1/*
2 * Resources for MSI
3 *
4 * Copyright 2005 Mike McCormack
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 */
20
21#include <windef.h>
22
23#include "resource.h"
24
25LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
26
27/* @makedep: msiserver.tlb */
281 TYPELIB msiserver.tlb
29
30/* @makedep: msiserver.rgs */
312 WINE_REGISTRY msiserver.rgs
32
333 WINE_REGISTRY msiserver_r.rgs
34
354 WINE_REGISTRY msiserver_t.rgs
36
37/* @makedep: instadvert.bmp */
380x1001 BITMAP instadvert.bmp
39
40/* @makedep: instabsent.bmp */
410x1002 BITMAP instabsent.bmp
42
43/* @makedep: instlocal.bmp */
440x1003 BITMAP instlocal.bmp
45
46#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
47#define WINE_FILENAME_STR "msi.dll"
48#define WINE_FILEVERSION 4,5,6001,22308
49#define WINE_FILEVERSION_STR "4.5.6001.22308"
50#define WINE_PRODUCTVERSION 4,5,6001,22308
51#define WINE_PRODUCTVERSION_STR "4.5.6001.22308"
52
53#include <wine/wine_common_ver.rc>
54
55#include "rsrc.rc"
56