diff --git a/reactos/dll/win32/msi/msi.rc b/reactos/dll/win32/msi/msi.rc index 985304c348d..019e3ad35c7 100644 --- a/reactos/dll/win32/msi/msi.rc +++ b/reactos/dll/win32/msi/msi.rc @@ -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"