4 * Copyright 2005 Mike McCormack
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.
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.
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
26 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
30 4 "The specified installation package could not be opened. Please check the file path and try again."
33 10 "Windows Installer %s\n\n" \
35 "msiexec command {required parameter} [optional parameter]\n\n" \
36 "Install a product:\n" \
37 "\t/i {package|product_code} [property]\n" \
38 "\t/package {package|product_code} [property]\n" \
39 "\t/a package [property]\n" \
40 "Repair an installation:\n" \
41 "\t/f[p|o|e|d|c|a|u|m|s|v] {package|product_code}\n" \
42 "Uninstall a product:\n" \
43 "\t/uninstall {package|product_code} [property]\n" \
44 "\t/x {package|product_code} [property]\n" \
45 "Advertise a product:\n" \
46 "\t/j[u|m] package [/t transform] [/g languageid]\n" \
48 "\t/p patch_package [property]\n" \
49 "\t/p patch_package /a package [property]\n" \
50 "Log and user interface modifiers for the above commands:\n" \
51 "\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] log_file\n" \
52 "\t/q{|n|b|r|f|n+|b+|b-}\n" \
53 "Register the MSI Service:\n" \
55 "Unregister the MSI Service:\n" \
57 "Display this help:\n" \
60 11 "enter which folder contains %s"
61 12 "install source for feature missing"
62 13 "network drive for feature missing"
64 15 "choose which folder contains %s"
71 IDS_FATALEXIT "{{Fatal error: }}"
72 IDS_ERROR "{{Error [1]. }}"
73 IDS_WARNING "Warning [1]."
75 IDS_INSTALLERROR "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is [1]. {{The arguments are: [2], [3], [4]}}"
76 IDS_OUTOFDISKSPACE "{{Disk full: }}"
77 IDS_ACTIONSTART "Action [Time]: [1]. [2]"
78 IDS_COMMONDATA "Message type: [1], Argument: [2]{, [3]}"
79 IDS_INFO_ACTIONSTART "Action start [Time]: [1]."
80 IDS_INFO_ACTIONENDED "Action ended [Time]: [1]. Return value [2]."
81 IDS_INFO_LOGGINGSTART "=== Logging started: [Date] [Time] ==="
83 IDS_ERR_INSERTDISK "Please insert the disk: [2]"
84 IDS_ERR_CABNOTFOUND "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
87 /* Standard action description strings */
90 IDS_DESC_ALLOCATEREGISTRYSPACE "Allocating registry space"
91 IDS_DESC_APPSEARCH "Searching for installed applications"
92 IDS_DESC_BINDIMAGE "Binding executables"
93 IDS_DESC_CCPSEARCH "Searching for qualifying products"
94 IDS_DESC_COSTFINALIZE "Computing space requirements"
95 IDS_DESC_COSTINITIALIZE "Computing space requirements"
96 IDS_DESC_CREATEFOLDERS "Creating folders"
97 IDS_DESC_CREATESHORTCUTS "Creating shortcuts"
98 IDS_DESC_DELETESERVICES "Deleting services"
99 IDS_DESC_DUPLICATEFILES "Creating duplicate files"
100 IDS_DESC_FILECOST "Computing space requirements"
101 IDS_DESC_FINDRELATEDPRODUCTS "Searching for related applications"
102 IDS_DESC_INSTALLADMINPACKAGE "Copying network install files"
103 IDS_DESC_INSTALLFILES "Copying new files"
104 IDS_DESC_INSTALLODBC "Installing ODBC components"
105 IDS_DESC_INSTALLSERVICES "Installing new services"
106 IDS_DESC_INSTALLSFPCATALOGFILE "Installing system catalog"
107 IDS_DESC_INSTALLVALIDATE "Validating install"
108 IDS_DESC_LAUNCHCONDITIONS "Evaluating launch conditions"
109 IDS_DESC_MIGRATEFEATURESTATES "Migrating feature states from related applications"
110 IDS_DESC_MOVEFILES "Moving files"
111 IDS_DESC_MSIPUBLISHASSEMBLIES "Publishing assembly information"
112 IDS_DESC_MSIUNPUBLISHASSEMBLIES "Unpublishing assembly information"
113 IDS_DESC_PATCHFILES "Patching files"
114 IDS_DESC_PROCESSCOMPONENTS "Updating component registration"
115 IDS_DESC_PUBLISHCOMPONENTS "Publishing Qualified Components"
116 IDS_DESC_PUBLISHFEATURES "Publishing Product Features"
117 IDS_DESC_PUBLISHPRODUCT "Publishing product information"
118 IDS_DESC_REGISTERCLASSINFO "Registering Class servers"
119 IDS_DESC_REGISTERCOMPLUS "Registering COM+ Applications and Components"
120 IDS_DESC_REGISTEREXTENSIONINFO "Registering extension servers"
121 IDS_DESC_REGISTERFONTS "Registering fonts"
122 IDS_DESC_REGISTERMIMEINFO "Registering MIME info"
123 IDS_DESC_REGISTERPRODUCT "Registering product"
124 IDS_DESC_REGISTERPROGIDINFO "Registering program identifiers"
125 IDS_DESC_REGISTERTYPELIBRARIES "Registering type libraries"
126 IDS_DESC_REGISTERUSER "Registering user"
127 IDS_DESC_REMOVEDUPLICATEFILES "Removing duplicated files"
128 IDS_DESC_REMOVEENVIRONMENTSTRINGS "Updating environment strings"
129 IDS_DESC_REMOVEEXISTINGPRODUCTS "Removing applications"
130 IDS_DESC_REMOVEFILES "Removing files"
131 IDS_DESC_REMOVEFOLDERS "Removing folders"
132 IDS_DESC_REMOVEINIVALUES "Removing INI files entries"
133 IDS_DESC_REMOVEODBC "Removing ODBC components"
134 IDS_DESC_REMOVEREGISTRYVALUES "Removing system registry values"
135 IDS_DESC_REMOVESHORTCUTS "Removing shortcuts"
136 IDS_DESC_RMCCPSEARCH "Searching for qualifying products"
137 IDS_DESC_SELFREGMODULES "Registering modules"
138 IDS_DESC_SELFUNREGMODULES "Unregistering modules"
139 IDS_DESC_SETODBCFOLDERS "Initializing ODBC directories"
140 IDS_DESC_STARTSERVICES "Starting services"
141 IDS_DESC_STOPSERVICES "Stopping services"
142 IDS_DESC_UNPUBLISHCOMPONENTS "Unpublishing Qualified Components"
143 IDS_DESC_UNPUBLISHFEATURES "Unpublishing Product Features"
144 IDS_DESC_UNPUBLISHPRODUCT "Unpublishing product information"
145 IDS_DESC_UNREGISTERCLASSINFO "Unregister Class servers"
146 IDS_DESC_UNREGISTERCOMPLUS "Unregistering COM+ Applications and Components"
147 IDS_DESC_UNREGISTEREXTENSIONINFO "Unregistering extension servers"
148 IDS_DESC_UNREGISTERFONTS "Unregistering fonts"
149 IDS_DESC_UNREGISTERMIMEINFO "Unregistering MIME info"
150 IDS_DESC_UNREGISTERPROGIDINFO "Unregistering program identifiers"
151 IDS_DESC_UNREGISTERTYPELIBRARIES "Unregistering type libraries"
152 IDS_DESC_WRITEENVIRONMENTSTRINGS "Updating environment strings"
153 IDS_DESC_WRITEINIVALUES "Writing INI files values"
154 IDS_DESC_WRITEREGISTRYVALUES "Writing system registry values"
157 /* Standard action template strings */
160 IDS_TEMP_ALLOCATEREGISTRYSPACE "Free space: [1]"
161 IDS_TEMP_APPSEARCH "Property: [1], Signature: [2]"
162 IDS_TEMP_BINDIMAGE "File: [1]"
163 IDS_TEMP_CREATEFOLDERS "Folder: [1]"
164 IDS_TEMP_CREATESHORTCUTS "Shortcut: [1]"
165 IDS_TEMP_DELETESERVICES "Service: [1]"
166 IDS_TEMP_DUPLICATEFILES "File: [1], Directory: [9], Size: [6]"
167 IDS_TEMP_FINDRELATEDPRODUCTS "Found application: [1]"
168 IDS_TEMP_INSTALLADMINPACKAGE "File: [1], Directory: [9], Size: [6]"
169 IDS_TEMP_INSTALLFILES "File: [1], Directory: [9], Size: [6]"
170 IDS_TEMP_INSTALLSERVICES "Service: [2]"
171 IDS_TEMP_INSTALLSFPCATALOGFILE "File: [1], Dependencies: [2]"
172 IDS_TEMP_MIGRATEFEATURESTATES "Application: [1]"
173 IDS_TEMP_MOVEFILES "File: [1], Directory: [9], Size: [6]"
174 IDS_TEMP_MSIPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]"
175 IDS_TEMP_MSIUNPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]"
176 IDS_TEMP_PATCHFILES "File: [1], Directory: [2], Size: [3]"
177 IDS_TEMP_PUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]"
178 IDS_TEMP_PUBLISHFEATURES "Feature: [1]"
179 IDS_TEMP_REGISTERCLASSINFO "Class Id: [1]"
180 IDS_TEMP_REGISTERCOMPLUS "AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}"
181 IDS_TEMP_REGISTEREXTENSIONINFO "Extension: [1]"
182 IDS_TEMP_REGISTERFONTS "Font: [1]"
183 IDS_TEMP_REGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]"
184 IDS_TEMP_REGISTERPROGIDINFO "ProgId: [1]"
185 IDS_TEMP_REGISTERTYPELIBRARIES "LibID: [1]"
186 IDS_TEMP_REMOVEDUPLICATEFILES "File: [1], Directory: [9]"
187 IDS_TEMP_REMOVEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]"
188 IDS_TEMP_REMOVEEXISTINGPRODUCTS "Application: [1], Command line: [2]"
189 IDS_TEMP_REMOVEFILES "File: [1], Directory: [9]"
190 IDS_TEMP_REMOVEFOLDERS "Folder: [1]"
191 IDS_TEMP_REMOVEINIVALUES "File: [1], Section: [2], Key: [3], Value: [4]"
192 IDS_TEMP_REMOVEREGISTRYVALUES "Key: [1], Name: [2]"
193 IDS_TEMP_REMOVESHORTCUTS "Shortcut: [1]"
194 IDS_TEMP_SELFREGMODULES "File: [1], Folder: [2]"
195 IDS_TEMP_SELFUNREGMODULES "File: [1], Folder: [2]"
196 IDS_TEMP_STARTSERVICES "Service: [1]"
197 IDS_TEMP_STOPSERVICES "Service: [1]"
198 IDS_TEMP_UNPUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]"
199 IDS_TEMP_UNPUBLISHFEATURES "Feature: [1]"
200 IDS_TEMP_UNREGISTERCLASSINFO "Class Id: [1]"
201 IDS_TEMP_UNREGISTERCOMPLUS "AppId: [1]{{, AppType: [2]}}"
202 IDS_TEMP_UNREGISTEREXTENSIONINFO "Extension: [1]"
203 IDS_TEMP_UNREGISTERFONTS "Font: [1]"
204 IDS_TEMP_UNREGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]"
205 IDS_TEMP_UNREGISTERPROGIDINFO "ProgId: [1]"
206 IDS_TEMP_UNREGISTERTYPELIBRARIES "LibID: [1]"
207 IDS_TEMP_WRITEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]"
208 IDS_TEMP_WRITEINIVALUES "File: [1], Section: [2], Key: [3], Value: [4]"
209 IDS_TEMP_WRITEREGISTRYVALUES "Key: [1], Name: [2], Value: [3]"
212 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
214 /* @makedep: msiserver.rgs */
215 1 WINE_REGISTRY msiserver.rgs
217 /* @makedep: instadvert.bmp */
218 0x1001 BITMAP instadvert.bmp
220 /* @makedep: instabsent.bmp */
221 0x1002 BITMAP instabsent.bmp
223 /* @makedep: instlocal.bmp */
224 0x1003 BITMAP instlocal.bmp
226 #define WINE_FILEDESCRIPTION_STR "Wine MSI dll"
227 #define WINE_FILENAME_STR "msi.dll"
228 #define WINE_FILEVERSION 4,5,6001,22308
229 #define WINE_FILEVERSION_STR "4.5.6001.22308"
230 #define WINE_PRODUCTVERSION 4,5,6001,22308
231 #define WINE_PRODUCTVERSION_STR "4.5.6001.22308"
233 #include "wine/wine_common_ver.rc"