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 DiscussionsTest Complete compatible with Avalonia?page.PagePicture - Screenshot duplicationcapture variable from the popup in Desktop application
Related ContentSys.Process("msiexec") and Sys.Process("msiexec", 2)Installing Test Execute using Ansiblehow to install Test Execute in silent mode