Jump to content

Recommended Posts

Posted

Hi, In my long way to create de perfect Unnatended windows, I'm looking for the steps to save de Genuine Advantage validation process, or if it can be did silently...

I have read a lot of posts but nothing clean... I know this must be an Activex control and a validation file or registry key... but what or where???

Sorry for my poor english :S

Can we integrate or install Activex controls silently???

Thanks


Posted

Certainly. You can make a 7zip SFX if you want (hopefully you know how to do that).

I'll try to walk you through it.

Before creation:

Create a directory to work in. I'll refer to it as working directory. For SFX, you'll want to put necessary files in here.

Step 1: install.cmd

cls
@RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 128 .\WGA.inf
@Fedit -rem -f "%WinDir%\inf\sysoc.inf" -l:o WGATool
@Fedit -add -create -f "%WinDir%\inf\sysoc.inf" -s Components -l "WGATool=ocgen.dll,OcEntry,WGA.inf,HIDE,7"
@regsvr32 /s "%WinDir%\system32\LegitCheckControl.dll"
exit

Step 2: WGA.inf

[Version]
Signature=$CHICAGO$
Providor=%author%

[Strings]
Product="WGA Validation"
Version="1.5.512.0"
Author="Dumpy Dooby"
Copyright="Copyright © Microsoft Corporation. All rights reserved."

[DestinationDirs]
WGAFiles=11

[SourceDisksNames]
55=%DISKNAME%

[SourceDisksFiles]
GWFSPIDGen.dll=55
LegitCheckControl.dll=55

[DefaultInstall]
CopyFiles=WGAFiles

[WGAFiles]
LegitCheckControl.dll
GWFSPIDGen.dll

Step 3:

Copy LegitCheckControl.dll and GWFSPIDGen.dll from your System32 folder to your working directory.

Step 4:

Copy Fedit.exe to your working directory.

Fedit.exe

Step 5:

Create your SFX accordingly. You'll want to direct it to run install.cmd after extraction.

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...