Jump to content

SlipStream MUWEB, and LegitCheckControl


Recommended Posts

Anyone have a good method to slipstream the MUWEB and LegitCheckControl software?

I see it can be done with the "HFSLIP" tool, and see it is being done there by piggy-backing the SYSOC.inf, but I am looking for a more direct way... Like a command-line that can be added to the last stage.

Thanks

Link to comment
Share on other sites


It worked.

runonce.cmd

REG ADD %KEY%\080 /VE /D "Genuine Windows validation Tool" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\LegitCheckControl\install.bat" /f

REG ADD %KEY%\085 /VE /D "Microsoft Update Tool" /f
REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\MUWEB_SITE\install.bat" /f

then create $OEM$\$1\install\LegitCheckControl\install.bat

COPY /Y %systemdrive%\install\LegitCheckControl\LegitCheckControl.inf %windir%\inf

COPY /Y %systemdrive%\install\LegitCheckControl\LegitCheckControl.dll %windir%\system32

REGSVR32 /S LegitCheckControl.dll

%systemdrive%\WINDOWS\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\LegitCheckControl\LegitCheckControl.inf

and create $OEM$\$1\install\MUWEB_SITE\install.bat

COPY /Y %systemdrive%\install\MUWEB_SITE\muweb.inf "%windir%\Downloaded Program Files"

COPY /Y %systemdrive%\install\MUWEB_SITE\muweb.dll %windir%\system32

REGSVR32 /S muweb.dll

Of course, you need to download the .CAB files and extract the DLL's to the correct locations.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...