CommandLine
(string) The command line property settings to pass to the package. This string should be a list in the format: "Property=Setting Property=Setting". To perform an administrative installation, include "ACTION=ADMIN". You can completely remove a product using "REMOVE=ALL", or install a product using "ACTION=INSTALL."
Re t u r n s
(boolean) True if the action completely successfully, and false if it did not or an error occurs. You can use
Application.GetLastError to determine whether this action failed, and why.