Author: akhaldi
Date: Sun Jan 22 14:33:44 2012
New Revision: 55066

URL: http://svn.reactos.org/svn/reactos?rev=55066&view=rev
Log:
[MSI]
* Adopt a compatible syntax for the resource file.

Modified:
    trunk/reactos/dll/win32/msi/msi.rc

Modified: trunk/reactos/dll/win32/msi/msi.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/msi.rc?rev=55066&r1=55065&r2=55066&view=diff
==============================================================================
--- trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msi/msi.rc [iso-8859-1] Sun Jan 22 14:33:44 2012
@@ -27,33 +27,33 @@
        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"


Reply via email to