Unanswered Priority and Subsections not processed in CS.ini

  • Sunday, September 23, 2012 12:53 AM
     
     

    For some reason RepVal line doesn't execute. When I echo OLDCompName I get value.

    OLDCompName I get from Custom Screen in Deployment Wizard where technician enters.

    Here's CS.ini:

    [Settings]
    Priority=Validate_Replace, Pass_val, Default

    [Validate_Replace]
    RepVal=#(New ZTIGather).ConvertBooleanToString(%OLDCompName% <> "")#

    [Pass_val]
    SubSection=RepValue-%RepVal%

    [RepValue-True]
    UserDataLocation=NETWORK
    UDShare=\\MDTSVR\DeploymenShare$\Share
    UDDIR=%OLDCompName%

    [RepValue-False]

    [Default]
    OSInstall=Y
    SkipAppsOnUpgrade=YES
    SkipCapture=YES
    SkipAdminPassword=YES
    SkipFinalSummary=YES
    SkipUserData=YES

    Please help.

    Thanks


    • Edited by Mr.Kris Sunday, September 23, 2012 10:41 AM Heading change
    •  

All Replies

  • Wednesday, September 26, 2012 2:21 PM
     
     
    I ended up using UserExit method to get RepVal.
    • Edited by Mr.Kris Friday, October 05, 2012 6:47 PM
    •