Setting Public Property Values on the Command Line

Windows Installer

Setting Public Property Values on the Command Line

To set a public property to a literal string value, include the string between quotation marks.

PROPERTY = "string"

The quotation marks are only required if the string contains spaces. To clear a public property at a command line (setting it to Null), set the property's value to an empty string. In this case, quotation marks are required.

PROPERTY="".

See Also

Using Properties
Getting and Setting Properties

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.