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 DiscussionsSys, Log not defined. getting nnnnNameErrorSolvedWhy my While Loop keyword test is breaking when the value found is = to FalseSolvedAvalonia - XPF desktop app automation
Related ContentSys.Process("msiexec") and Sys.Process("msiexec", 2)Installing Test Execute using Ansiblehow to install Test Execute in silent mode