What I want to say is why not add some function to let XPlode choose target pc(depending on computer name) current instruction will be executed for.
Maybe it can be like as follows
Quote
<Target name='computer1'>
<item display='something'>
<execute
..............
/>
</item>
</Target>
<item display='something'>
<execute
..............
/>
</item>
</Target>
Quote
<Target name='computer2'>
<item display='something'>
<execute
..............
/>
</item>
</Target>
<item display='something'>
<execute
..............
/>
</item>
</Target>
or
Quote
<Target name='All'>
<item display='something'>
<execute
..............
/>
</item>
</Target>
<item display='something'>
<execute
..............
/>
</item>
</Target>
By using <target></target> tag , instructions will only be executed depending on the "name" parameter. Of course, if the value specified (except for "All" value) doesn't match the current PC name, instructions will not be executed by default.
Therefore,with just one xml file, we can perform the whole installs for multiple PCs intead of creating multiple xml files for each one.There are too many jobs,you know.
I think it is not so difficulty to achieve,just a few condition judgement. And obtaining current PC name is also an easy job in programming.
So,Wraith,do you think whether my suggestion is feasible or not?



Help

Back to top








