ContributionsMost RecentMost LikesSolutionsIs there a property similar to wSelected to check if a list item is enabled or not in Test Complete? If there is no property, how can I achieve the same? Note: Tried wEnabled, which didn't work. Re: Can log location in TestExecute be changed? In TestComplete, we have the option of changing the log location before we start execution. Is the same possible via TestExecute? In TestExecute, I believe we can only export the results to a new location after execution completes. Can log location in TestExecute be changed? Similar to how log location can be changed manually in TestComplete(RightClick on project->Edit->Properties->General->Log location).Can a similar change be done from the front end for TestExecute? Re: Registry/File Change when unchecking Store Logs in TC? Thank you. Can something similar be done for Enable Support for Windows Store application setting?(available from Win 8 and above). This setting is enabled by default. Is there a way to disable this? Re: Registry/File Change when unchecking Store Logs in TC? I don't need TestComplete logs because my team has another tool to create/fetch the result. So my requirement is to stop producing any results/logs from TestComplete. Re: Registry/File Change when unchecking Store Logs in TC? But shouldn't the value for "Store all logs" be stored somewhere in the system/device? If yes, can you please provide the location. [Say, I wish to keep 5 logs. Where is this numeric value “5” stored?] Re: How to avoid this popup using a switch from command line?(In TestComplete and TestExecute) Previously when I ran TC in admin mode, I used to dump the logs to C:\Program Files location. In non-admin mode, I wasn't able to dump it at the same location.[The reason for the popup to appear in the first place]. Maybe program files inherently has a higher privilege level. In such a case, I don't wish to have the logs stored anywhere else in my local drive lest I may lose them. Registry/File Change when unchecking Store Logs in TC? Store all Logs option/setting(Tool->Options->Engines->Logs) is unchecked in Test Complete, can this be achieved programatically or by a change in the registry setting? Re: How to avoid this popup using a switch from command line?(In TestComplete and TestExecute) If the default option is selected in this case, we will not be able to automate any application. TC/TE gets terminated. Think this is the intended behavior. Re: How to avoid this popup using a switch from command line?(In TestComplete and TestExecute) When I run TC/TE in admin mode, I don't see this popup and log files get generated. However, my requirement is to ensure that log files don't get generated in Non-admin mode at the same time avoiding this popup. Is this possible? If yes, please let me know how.