SetEval Boot$Conf 0
IfThere BootResources:!Configure then SetEval Boot$Conf 2
IfThere Resources:$.Apps.!Configure Then SetEval Boot$Conf 1
If (Boot$OSVersion >= 350) AND (Boot$Conf = 2) Then Filer_Run BootResources:!Configure
If (Boot$OSVersion >= 350) AND (Boot$Conf <> 2) Then Error You cannot reconfigure this machine
If (Boot$OSVersion < 350) AND (Boot$Conf = 1) Then Filer_Run Resources:$.Apps.!Configure
If (Boot$OSVersion < 350) AND (Boot$Conf <> 1) Then Error You cannot reconfigure this machine
Unset Boot$Conf
