@echo off&CD %~dp0&call SCRIPTS\SCRIPT_MNGR.cmd :: ============================================= :: INIT %VarsSystemEtc% & %VarsLocalStrings% & %CreateHelp% %Intro% & %AutoLang% %CreateStartInf% & %PrintINFhead% & %CreateReset% :: Your code below here: :: ============================================= set LangID=%OSLang% %Add2Inf% "DirsFiles.dat" ECHO [WinntDirectories] %OUT% ECHO c="system32\mui\%LangID%",1 %OUT% %Add2Inf% "SoftwareAddReg.dat" ECHO 0x4, "Classes\Installer\Products\DDE7F2BCF1D91C3409CFF425AE1E271A","Language", 0x0000%LangID% %OUT% ECHO 0x1, "Microsoft\Windows\CurrentVersion\Installer\Folders","X:\i386\Microsoft.NET\Framework\v1.1.4322\MUI\%LangID%\","" %OUT% ECHO 0x1, "Microsoft\Windows\CurrentVersion\Installer\Folders","X:\i386\system32\MUI\%LangID%\","" %OUT% ECHO 0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\B58D2B1F0BD9C444897288BA1F57FD57","DDE7F2BCF1D91C3409CFF425AE1E271A","X:\i386\system32\MUI\%LangID%\mscoreer.dll" %OUT% ECHO 0x1, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\EAA1F3B4B51804B4FA3D9AB8E7ED0A07","DDE7F2BCF1D91C3409CFF425AE1E271A","X:\i386\Microsoft.NET\Framework\v1.1.4322\MUI\%LangID%\mscorsecr.dll" %OUT% ECHO 0x4, "Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DDE7F2BCF1D91C3409CFF425AE1E271A\InstallProperties","Language", 0x0000%LangID% %OUT% ECHO 0x4, "Microsoft\Windows\CurrentVersion\Uninstall\{CB2F7EDD-9D1F-43C1-90FC-4F52EAE172A1}","Language", 0x0000%LangID% %OUT% %Add2Inf% "SetupRegAddReg.dat" :: Copy the files call SCRIPTS\FileCopy.cmd :: ============================================= :: EXTRO %Extro% & goto :EOF :: Any subroutines below here: :: =============================================