Hello everyone,
I have one more question,
I am using Software Factory Toolkit.
I have Create a custom argument in my CreateSolution.xml file
************************CreateSolution.xml***************************************
<Argument Name="FSE4Framework" Type="System.String" >
<ValueProvider Type="ExpressionEvaluatorValueProvider" Expression="D:\Framework" />
</Argument>
********************************************************************************
My question is How could,I validate this argument.Like If I have No E drive at my system and user entered E:\Framework .Then further processing will be stop and and the user is forced to give correct name.
I get lots of helps through this forums
Thanks to everyone in this forums.