FAQ: CodeDefiner stops working when automating setup
## Answer
Add "/y" to the argument of the CodeDefiner execution command.
---
## Summary
When automating the setup, the process may stop while waiting for input to confirm the edition. If you want to execute with y selected, specify "/y" as the argument.
### Command
```
dotnet Implem.CodeDefiner.dll _rds /y
```
## Related Information