akalogeropoulosOccasional Contributor12 years agoExecute installation via msiexecI'm trying to execute the mis but i only get the "Windows Installer" help window. I think the problem is there is spaces in the msi file and i was not able to find a solution. Help. Here the my code...Show More
TanyaYatskovskaAlumni12 years ago Hi Tasso, If there are spaces in the file name, try adding the following line to your code: TestedApps.msiexec.Params.SimpleParams.CommandLineParameters = "/i " + ' "' + afile.path + '" ';
Recent Discussionscapture variable from the popup in Desktop applicationUnable to run Keyword Tests after 15.80"Simplified WPF object tree" setting
Related ContentSys.Process("msiexec") and Sys.Process("msiexec", 2)Installing Test Execute using Ansiblehow to install Test Execute in silent mode