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 DiscussionsTestComplete cannot create sessions from JenkinsTestComplete Support Plugin Compatibility IssueModuleNotFoundError. Python Runtime error only on other machine but not mine
Related ContentSys.Process("msiexec") and Sys.Process("msiexec", 2)Installing Test Execute using Ansiblehow to install Test Execute in silent mode