When using the CommandLineInstruction right now, the complete command line including all arguments is put into one single attribute.
It would be better to have one XML element for each argument because not every argument is needed every time and this way we could add conditions for each individual argument.
When using the CommandLineInstruction right now, the complete command line including all arguments is put into one single attribute.
It would be better to have one XML element for each argument because not every argument is needed every time and this way we could add conditions for each individual argument.
E.g.
Maybe even use
<Condition>
elements as the condition? Of course, the possible conditions can get pretty complex so we should keep it simple at first.