Jump to content

GuiRunOnce and LegitCheckControl


Recommended Posts

Hello everybody,

After having made an unattended WinXP SP2 + addons CD thanks to this site, I now want to integrate the WGA verification into the installation.

From what I read, I just have to copy the LegitCheckControl.dll file to the $$\system2 directory, which I did, and to add the line

[GuiRunOnce]

regsvr32.exe /S "%SystemRoot%\system32\LegitCheckControl.dll"

into my winnt.sif

Can somebody confirm that this last line is written correctly, I am not sure where to put the "double commas", and I would like to avoid, if possible the runonce.cmd, because I do not know how it works.

Thanks for your help

Link to comment
Share on other sites


No, I do not use RVM packs, because I want to understand all that I do and to be able to change anything in what I do.

Nevertheless, I will look closely what is written in RVM forum, but if somebody has an answer to my question, that would be great...

Link to comment
Share on other sites

[GuiRunOnce]

regsvr32.exe /S "%SystemRoot%\system32\LegitCheckControl.dll"

into my winnt.sif

Can somebody confirm that this last line is written correctly, I am not sure where to put the "double commas", and I would like to avoid, if possible the runonce.cmd, because I do not know how it works.

[GuiRunOnce]

Command0="regsvr32.exe /S %SystemRoot%\system32\LegitCheckControl.dll"

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