* Adopt a compatible syntax for the resource file.

svn path=/trunk/; revision=55066
This commit is contained in:
Amine Khaldi 2012-01-22 14:33:44 +00:00
parent eae2260976
commit d888562716

View file

@ -27,33 +27,33 @@ STRINGTABLE
4 "The specified installation package could not be opened. Please check the file path and try again."
5 "path %s not found"
9 "insert disk %s"
10 "Windows Installer %s\n\n" \
"Usage:\n" \
"msiexec command {required parameter} [optional parameter]\n\n" \
"Install a product:\n" \
"\t/i {package|product_code} [property]\n" \
"\t/package {package|product_code} [property]\n" \
"\t/a package [property]\n" \
"Repair an installation:\n" \
"\t/f[p|o|e|d|c|a|u|m|s|v] {package|product_code}\n" \
"Uninstall a product:\n" \
"\t/uninstall {package|product_code} [property]\n" \
"\t/x {package|product_code} [property]\n" \
"Advertise a product:\n" \
"\t/j[u|m] package [/t transform] [/g languageid]\n" \
"Apply a patch:\n" \
"\t/p patch_package [property]\n" \
"\t/p patch_package /a package [property]\n" \
"Log and UI Modifiers for above commands:\n" \
"\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n" \
"\t/q{|n|b|r|f|n+|b+|b-}\n" \
"Register MSI Service:\n" \
"\t/y\n" \
"Unregister MSI Service:\n" \
"\t/z\n" \
"Display this help:\n" \
"\t/help\n" \
"\t/?\n"
10 "Windows Installer %s\n\n\
Usage:\n\
msiexec command {required parameter} [optional parameter]\n\n\
Install a product:\n\
\t/i {package|product_code} [property]\n\
\t/package {package|product_code} [property]\n\
\t/a package [property]\n\
Repair an installation:\n\
\t/f[p|o|e|d|c|a|u|m|s|v] {package|product_code}\n\
Uninstall a product:\n\
\t/uninstall {package|product_code} [property]\n\
\t/x {package|product_code} [property]\n\
Advertise a product:\n\
\t/j[u|m] package [/t transform] [/g languageid]\n\
Apply a patch:\n\
\t/p patch_package [property]\n\
\t/p patch_package /a package [property]\n\
Log and UI Modifiers for above commands:\n\
\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n\
\t/q{|n|b|r|f|n+|b+|b-}\n\
Register MSI Service:\n\
\t/y\n\
Unregister MSI Service:\n\
\t/z\n\
Display this help:\n\
\t/help\n\
\t/?\n"
11 "enter which folder contains %s"
12 "install source for feature missing"
13 "network drive for feature missing"