home *** CD-ROM | disk | FTP | other *** search
- function LoadInProgressVars()
- {
- //Node Text
- _root.InProgressTitle = _root.inProgress_main_title;
- _root.InProgressStep1 = _root.inProgress_main_p_item1;
- _root.InProgressStep2 = _root.inProgress_main_p_item2;
- _root.InProgressStep3 = _root.inProgress_main_p_item3;
- _root.InProgressStep4 = _root.inProgress_main_p_item4;
- _root.InProgressStep5 = _root.inProgress_main_p_item5;
- _root.InProgressStep6 = _root.inProgress_main_p_item6;
- _root.InProgressStep7 = _root.inProgress_main_p_item7;
- _root.InProgressStep8 = _root.inProgress_main_p_item8;
- _root.InProgressStep9 = _root.inProgress_main_p_item9;
- _root.InProgressStep10 = _root.inProgress_main_p_item10;
-
- //Standard Button Text
- _root.CancelBtnText = _root.inProgress_nav_button_cancel;
- _root.MoreBtnText = _root.inProgress_nav_button_more;
-
- //Hint text
- _root.InProgressDefaultHint = _root.inProgress_hint_p_default;
- _root.InProgressStep1Hint = _root.inProgress_hint_p_item1;
- _root.InProgressStep2Hint = _root.inProgress_hint_p_item2;
- _root.InProgressStep3Hint = _root.inProgress_hint_p_item3;
- _root.InProgressStep4Hint = _root.inProgress_hint_p_item4;
- _root.InProgressStep5Hint = _root.inProgress_hint_p_item5;
- _root.InProgressStep6Hint = _root.inProgress_hint_p_item6;
- _root.InProgressStep7Hint = _root.inProgress_hint_p_item7;
- _root.InProgressStep8Hint = _root.inProgress_hint_p_item8;
- _root.InProgressStep9Hint = _root.inProgress_hint_p_item9;
- _root.InProgressStep10Hint = _root.inProgress_hint_p_item10;
- HintBoxInstance.SetDisplayText(_root.InProgressDefaultHint);
-
-
- //Help Field Text
- HelpControlInstance.SetDisplayText(_root.inProgress_help_p_default);
-
- _level0.ShowSWF();
- }
-
- function LoadGeneralErrorVars()
- {
- //Text
- _root.GeneralErrorTitle = _root.generalError_main_title;
- _root.GeneralErrorDefaultText = _root.generalError_main_p_default;
-
- //Buttons
- _root.MoreBtnText = _root.generalError_nav_button_more;
- _root.CancelBtnText = _root.generalError_nav_button_cancel;
-
- //Help Box
- _root.GeneralErrorDefaultHelp = _root.generalError_help_p_default;
-
- //Hint Box
- _root.GeneralErrorDefaultHint = _root.generalError_hint_p_default;
-
- error_text = _root.GeneralErrorDefaultText;
-
- HelpControlInstance.SetDisplayText(_root.GeneralErrorDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.GeneralErrorDefaultHint);
-
- //ErrorStrings
- _root.ErrorStringRamRequirementMet = _root.generalError_main_error_required_p_RAM;
- _root.ErrorStringRamRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_RAM;
- _root.ErrorStringCpuSpeedRequirementMet = _root.generalError_main_error_required_p_CpuSpeed;
- _root.ErrorStringCpuSpeedRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_CpuSpeed;
- _root.ErrorStringCpuVendorRequirementMet = _root.generalError_main_error_required_p_CpuVendor;
- _root.ErrorStringCpuVendorRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_CpuVendor;
- _root.ErrorStringDiskSpaceRequirementMet = _root.generalError_main_error_required_p_DiskSpace;
- _root.ErrorStringDiskSpaceRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_DiskSpace;
- _root.ErrorStringDiskSpaceOnSystemRequirementMet = _root.generalError_main_error_required_p_DiskSpaceOnSystem;
- _root.ErrorStringDiskSpaceOnSystemRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_DiskSpaceOnSystem;
- _root.ErrorStringOsRequirementMet = _root.generalError_main_error_required_p_Os;
- _root.ErrorStringOsRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_Os;
-
- _root.ErrorStringAppendage = _root.generalError_main_p_append;
-
- _level0.ShowSWF();
- }
-
- function LoadNICDriversNotFoundVars()
- {
- //Text
- _root.NicDriversNotFoundTitle = _root.NICDriverNotFound_main_title;
- _root.NicDriversNotFoundText = _root.NICDriverNotFound_main_p_default;
-
- //NonStandard Buttons
- _root.NICDriverNotFoundShutdownBtnText = _root.NICDriverNotFound_nav_button_shutdown;
-
- //Buttons
- _root.MoreBtnText = _root.NICDriverNotFound_nav_button_more;
- _root.CancelBtnText = _root.NICDriverNotFound_nav_button_cancel;
-
- //Help Box
- _root.NICDriversNotFoundDefaultHelp = _root.NICDriverNotFound_help_p_default;
-
- //Hint Box
- _root.NICDriversNotFoundDefaultHint = _root.NICDriverNotFound_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.NICDriversNotFoundDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.NICDriversNotFoundDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.NICDriverNotFound_nav_swf;
-
-
- _level0.ShowSWF();
- }
-
- function LoadNoPhysiscalNicsVars()
- {
- //Text
- _root.NoPhysicalNicsTitle = _root.NoPhysicalNICs_main_title;
- _root.NoPhysicalNicsText = _root.NoPhysicalNICs_main_p_default;
-
- //NonStandard Buttons
- _root.NoPhysiscalNicsShutdownBtn = _root.NoPhysicalNICs_nav_button_shutdown;
-
- //Buttons
- _root.MoreBtnText = _root.NoPhysicalNICs_nav_button_more;
- _root.CancelBtnText = _root.NoPhysicalNICs_nav_button_cancel;
-
-
- //Help Box
- _root.NoPhysicalNicsDefaultHelp = _root.NoPhysicalNICs_help_p_default;
-
- //Hint Box
- _root.NoPhysicalNicsDefaultHint = _root.NoPhysicalNICs_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.NoPhysicalNicsDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.NoPhysicalNicsDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.NoPhysicalNICs_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadNoFunctionNICSVars()
- {
- //Text
- _root.NoFunctionNICSTitle = _root.NoFunctioningNICs_main_title;
- _root.NoFunctionNICSText = _root.NoFunctioningNICs_main_p_default;
-
- //NonStandard Buttons
- _root.NoFunctionNICSFixBtn = _root.NoFunctioningNICs_nav_button_fix;
-
- //Buttons
- _root.MoreBtnText = _root.NoFunctioningNICs_nav_button_more;
- _root.CancelBtnText = _root.NoFunctioningNICs_nav_button_cancel;
-
- //Help Box
- _root.NoFunctionNICSDefaultHelp = _root.NoFunctioningNICs_help_p_default;
-
- //Hint Box
- _root.NoFunctionNICSDefaultHint = _root.NoFunctioningNICs_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.NoFunctionNICSDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.NoFunctionNICSDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.NoFunctioningNICs_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadTCPIPNotInstalledVars()
- {
- //Text
- _root.TCPIPNotInstalledTitle = _root.TCPIPNotInstalled_main_title;
- _root.TCPIPNotInstalledText = _root.TCPIPNotInstalled_main_p_default;
-
- //NonStandard Buttons
- _root.TCPIPNotInstalledFixBtn = _root.TCPIPNotInstalled_nav_button_fix;
-
- //Buttons
- _root.MoreBtnText = _root.TCPIPNotInstalled_nav_button_more;
- _root.CancelBtnText = _root.TCPIPNotInstalled_nav_button_cancel;
-
- //Help Box
- _root.TCPIPNotInstalledDefaultHelp = _root.TCPIPNotInstalled_help_p_default;
-
- //Hint Box
- _root.TCPIPNotInstalledDefaultHint = _root.TCPIPNotInstalled_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.TCPIPNotInstalledDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.TCPIPNotInstalledDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.TCPIPNotInstalled_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadRequiredNicsNotFoundVars()
- {
- //Text
- _root.RequiredNicsNotFoundTitle = _root.RequiredNICAbsent_main_title;
- _root.RequiredNicsNotFoundText = _root.RequiredNICAbsent_main_p_default;
-
- //NonStandard Buttons
- _root.RequiredNicsNotFoundShutdownBtn = _root.RequiredNICAbsent_nav_button_shutdown;
-
- //Buttons
- _root.MoreBtnText = _root.RequiredNICAbsent_nav_button_more;
- _root.CancelBtnText = _root.RequiredNICAbsent_nav_button_cancel;
-
- //Help Box
- _root.RequiredNicsNotFoundDefaultHelp = _root.RequiredNICAbsent_help_p_default;
-
- //Hint Box
- _root.RequiredNicsNotFoundDefaultHint = _root.RequiredNICAbsent_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.RequiredNicsNotFoundDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.RequiredNicsNotFoundDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.RequiredNICAbsent_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadRequiredNicGhostVars()
- {
- //Text
- _root.RequiredNicGhostTitle = _root.RequiredNICGhost_main_title;
- _root.RequiredNicGhostText = _root.RequiredNICGhost_main_p_default;
-
- //NonStandard Buttons
- _root.RequiredNicGhostShutdownBtn = _root.RequiredNICGhost_nav_button_shutdown;
-
- //Buttons
- _root.MoreBtnText = _root.RequiredNICGhost_nav_button_more;
- _root.CancelBtnText = _root.RequiredNICGhost_nav_button_cancel;
-
- //Help Box
- _root.RequiredNicGhostDefaultHelp = _root.RequiredNICGhost_help_p_default;
-
- //Hint Box
- _root.RequiredNicGhostDefaultHint = _root.RequiredNICGhost_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.RequiredNicGhostDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.RequiredNicGhostDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.RequiredNICGhost_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadRequiredNicDisabledVars()
- {
- //Text
- _root.RequiredNicDisabledTitle = _root.RequiredNICDisabled_main_title;
- _root.RequiredNicDisabledText = _root.RequiredNICDisabled_main_p_default;
-
- //NonStandard Buttons
- _root.RequiredNicDisabledFixBtn = _root.RequiredNICDisabled_nav_button_fix;
-
- //Buttons
- _root.MoreBtnText = _root.RequiredNICDisabled_nav_button_more;
- _root.CancelBtnText = _root.RequiredNICDisabled_nav_button_cancel;
-
- //Help Box
- _root.RequiredNicDisabledDefaultHelp = _root.RequiredNICDisabled_help_p_default;
-
- //Hint Box
- _root.RequiredNicDisabledDefaultHint = _root.RequiredNICDisabled_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.RequiredNicDisabledDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.RequiredNicDisabledDefaultHint);
-
-
- _root.FixVarsSwfFile = _root.RequiredNICDisabled_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadRequiredNicNoTcpipVars()
- {
- PerformStandardCreations("RequiredNicNoTcpip", "RequiredNICNotTCPIP", "1", "0");
-
-
- _root.FixVarsSwfFile = _root.RequiredNICNotTCPIP_nav_swf;
-
- _level0.ShowSWF();
- }
-
-
- function LoadMustBindTcpipVars()
- {
- PerformStandardCreations("MustBindTcpip", "MustBindTCPIP", "1", "0");
-
-
- _root.FixVarsSwfFile = _root.MustBindTCPIP_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadMustEnableNicVars()
- {
- PerformStandardCreations("MustEnableNic", "MustEnableNIC", "1", "0");
-
-
- _root.FixVarsSwfFile = _root.MustEnableNIC_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadRequiredNicMalfunctioningVars()
- {
- PerformStandardCreations("RequiredNicMalfunctioning", "RequiredNICMalfunctioning", "1", "0");
-
-
- _root.FixVarsSwfFile = _root.RequiredNICMalfunctioning_nav_swf;
-
- _level0.ShowSWF();
- }
-
-
- function LoadRecommendedGeneralRequirementNotMetVars()
- {
- PerformStandardCreations("RecommendedGeneralRequirementNotMet", "RecommendedGeneralRequirementsNotMet", "1", "0", 1);
-
-
- //ErrorStrings
- _root.ErrorStringRamRequirementMet = _root.generalError_main_error_required_p_RAM;
- _root.ErrorStringRamRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_RAM;
- _root.ErrorStringCpuSpeedRequirementMet = _root.generalError_main_error_required_p_CpuSpeed;
- _root.ErrorStringCpuSpeedRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_CpuSpeed;
- _root.ErrorStringCpuVendorRequirementMet = _root.generalError_main_error_required_p_CpuVendor;
- _root.ErrorStringCpuVendorRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_CpuVendor;
- _root.ErrorStringDiskSpaceRequirementMet = _root.generalError_main_error_required_p_DiskSpace;
- _root.ErrorStringDiskSpaceRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_DiskSpace;
- _root.ErrorStringDiskSpaceOnSystemRequirementMet = _root.generalError_main_error_required_p_DiskSpaceOnSystem;
- _root.ErrorStringDiskSpaceOnSystemRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_DiskSpaceOnSystem;
- _root.ErrorStringOsRequirementMet = _root.generalError_main_error_required_p_Os;
- _root.ErrorStringOsRecommendationMet = _root.RecommendedGeneralRequirementsNotMet_main_error_recommended_p_Os;
-
- _root.ErrorStringAppendage = _root.RecommendedGeneralRequirementsNotMet_main_p_append;
-
- _level0.ShowSWF();
- }
-
- function LoadRestartRequiredVars()
- {
- PerformStandardCreations("RestartRequired", "RebootPrompt", "2", "0");
-
- _level0.ShowSWF();
- }
-
- function LoadStatDialUpFoundVars()
- {
- PerformStandardCreations("StatDialUpFound", "StaticDialupAdapterFound", "2", "0");
-
-
- _root.FixVarsSwfFile = _root.StaticDialupAdapterFound_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadMinReqCompleteVars()
- {
- if (_root.MinReqComplete_control_minreq_show eq "no")
- {
- fscommand ("continue", "continue");
- }
-
- PerformStandardCreations("MinReqComplete", "MinReqComplete", "2", "0", 1);
-
- _level0.ShowSWF();
- }
-
-
- function LoadRequiredNicUnknownVars()
- {
- PerformStandardCreations("RequiredNicUnknown", "RequiredNICUnknown", "2", "0");
-
-
- _root.FixVarsSwfFile = _root.RequiredNICUnknown_nav_swf;
-
- _level0.ShowSWF();
- }
-
-
- function LoadNoKnownNicsVars()
- {
- PerformStandardCreations("NoKnownNics", "NoKnownNICs", "2", "0");
-
-
- _root.FixVarsSwfFile = _root.NoKnownNICs_nav_swf;
-
- _level0.ShowSWF();
- }
-
- function LoadDetailsVars()
- {
- _root.ActualOs_friendly = GetFriendlyOS(_root.ActualOs);
-
- if (_level0.MstrSwfEnabled != undefined)
- {
- _root.DetailsText = _level0.Transform(_root.Details_main_p_default);
- }
- else
- {
- _root.DetailsText = XMLParserInstance.Transform(_root.Details_main_p_default);
- }
-
- //Text
- _root.DetailsTitle = _root.Details_main_title;
-
- //NonStandard Buttons
- _root.BackBtnText = _root.Details_nav_button_back
- _root.PrintBtnText = _root.Details_nav_button_print
-
- //Buttons
- _root.MoreBtnText = _root.Details_nav_button_more;
- _root.CancelBtnText = _root.Details_nav_button_cancel;
-
- //Help Box
- _root.DetailsDefaultHelp = _root.Details_help_p_default;
-
- //Hint Box
- _root.DetailsDefaultHint = _root.Details_hint_p_default;
-
- HelpControlInstance.SetDisplayText(_root.DetailsDefaultHelp);
- HintBoxInstance.SetDisplayText(_root.DetailsDefaultHint);
-
- _level0.ShowSWF();
- }