Const PROFESSIONAL = 1 Const CRASH_BIOMECHANICS = 2 Const NVH = 4 Const ROTATING_MACHNERY = 8 Const HUMAN_RESPONCE_BIODYNAMICS = 16 Const SEAT = 32 Const FATIGUE = 64 Const ACQUISITION = 128 Const IMPACT_HAMMER = 256 Const STRUCTURAL_ANIMATION = 512 Const SOUND_INTENSITY = 1024 Const AUDIO_REPLAY = 2048 Const TIME_FREQUENCY_ANALYSIS = 4096 Const ACOUSTICS = 8192 Const HEIM_ACQUISITION = 16384 Const MULTIPLANE_BALANCE = 32768 Const MIMO = 65536 Const ALL = 131071 ' check install options lFeaturesWord = DfwGetFeatureWord() If (lFeaturesWord = (PROFESSIONAL + NVH + ACQUISITION + TIME_FREQUENCY_ANALYSIS)) Then ' Valid Ford Token End If