EmBiaSSuS Posted February 27, 2006 Posted February 27, 2006 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 :SCan we integrate or install Activex controls silently???Thanks
Dumpy Dooby Posted February 27, 2006 Posted February 27, 2006 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.cmdcls@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"exitStep 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=55LegitCheckControl.dll=55[DefaultInstall]CopyFiles=WGAFiles[WGAFiles]LegitCheckControl.dllGWFSPIDGen.dllStep 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.exeStep 5:Create your SFX accordingly. You'll want to direct it to run install.cmd after extraction.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now