ContributionsMost RecentMost LikesSolutionsRe: How to Uninstall application Using C# script Hi vinniew , I have a scenario where in I need to check values in multiple builds of same application and save it to a report. To achieve this test, I need to uninstall the previous build and Install the current Build(application with .msi) and repeat uninstall and install in series so looking for Script to install and uninstall a .msi application How to Uninstall application Using C# script Hi Team, How do I install and Uninstall an application using C# Script .The application is .msi Thanks, Shilpashree Re: Export log of particular folder using scriptI have used log folders and log functions, getting logs as expected. But my question is how to export the particular row (folder to which logs are appended )in log through script.Re: Can we create a log(separate log file) through script?Thank you Alex.. Is it possible to export just the logs in particular folder through script. we can manually export ( export current row),can we do it through code?Can we create a log(separate log file) through script? Hi All, Can we create a log (Project .log) through script? I have different test cases running through same function, so need to create a log (new log file )through code for each test cases? SolvedExport log of particular folder using script Hi How can we export logs appended to particular folder using C# scripts . I don't want to export full log. Log file contains all the items of many test cases. I just need to export the logs of a particular folder. Below shows the log, through script how can I export log of Just TC_USS_03() ? Solved