xref: /reactos/dll/win32/msi/msi.rc (revision 8540ab04)
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#include "resource.h"
23
24LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
25
26/* @makedep: msiserver.tlb */
271 TYPELIB msiserver.tlb
28
29/* @makedep: msiserver.rgs */
302 WINE_REGISTRY msiserver.rgs
31
323 WINE_REGISTRY msiserver_r.rgs
33
344 WINE_REGISTRY msiserver_t.rgs
35
36/* @makedep: instadvert.bmp */
370x1001 BITMAP instadvert.bmp
38
39/* @makedep: instabsent.bmp */
400x1002 BITMAP instabsent.bmp
41
42/* @makedep: instlocal.bmp */
430x1003 BITMAP instlocal.bmp
44
45#define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
46#define WINE_FILENAME_STR "msi.dll"
47#define WINE_FILEVERSION 4,5,6001,22308
48#define WINE_FILEVERSION_STR "4.5.6001.22308"
49#define WINE_PRODUCTVERSION 4,5,6001,22308
50#define WINE_PRODUCTVERSION_STR "4.5.6001.22308"
51
52#include "wine/wine_common_ver.rc"
53
54#include "rsrc.rc"
55