:: ============================================= :: AutoHelp for: Kaspersky AV6 :: ============================================= :: INIT @echo off&CD %~dp0&call SCRIPTS\SCRIPT_MNGR.cmd :: The "normal" initial calls: %VarsSystemEtc% & %VarsLocalStrings% & %CreateHelp% %Intro% & %AutoLang% %CreateStartInf% & %PrintINFhead% & %CreateReset% :: NOTE: Set the plugin details in :: SCRIPTS\PlugSettings.ini :: ============================================= %GetProgPath% "HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\AVP6\environment" "ProductRoot" if "%ProgPath%" == "NotFound" %AbortConfig% "The program was not found on your system." %GetFolder% %IniSetStrings% %CreateNu2XML% %WinNtDir_a% %XPEshortcuts% %Add2Inf% %Reg2Inf% -h5 "HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\AVP6\environment" "Localization" %OUT% %Reg2Inf% -h5 "HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\AVP6\environment" "DataRoot" %OUT% set text=LK.Auto %Reg2Inf% -h1 "HKEY_CLASSES_ROOT\LK.Auto" %OUT% %GetDocs% "AllAppdata" "Kaspersky Lab\AVP6\Bases" %GetDocs% "AllAppdata" "Kaspersky Lab\AVP6\Data" %GetDocs% "AllAppdata" "Kaspersky Lab\AVP6\Dskm" %GetDocs2Ram% "force_sfx" :: ============================================= :: EXTRO %Extro% & goto :EOF :: Any subroutines below here: :: =============================================