Creating auto-activating DVD's-With or Without Loader???

Discussion in 'Windows 7' started by sushil1576, Sep 21, 2009.

  1. Alphawaves

    Alphawaves Super Moderator/Developer
    Staff Member

    Aug 11, 2008
    6,222
    22,280
    210
    If you have image mounted to C:\mount folder the install key is:

    Starter dism /Image:C:\mount /Set-ProductKey:key here
    Home Basic dism /Image:C:\mount /Set-ProductKey:key here
    Home Premium dism /Image:C:\mount /Set-ProductKey:key here
    Professional dism /Image:C:\mount /Set-ProductKey:key here
    Ultimate dism /Image:C:\mount /Set-ProductKey:key here

    Alfa:);)
     
  2. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I have posted the source for biosversion.exe, install_bootlader.exe a few
    times you can search for it. bootinst.exe installs the bootcode for grldr
    I have posted about this also search for it, I have also posted about installing
    the SLIC into GRLDR and have a few scripts posted here search for it.

    install_bootloader.exe mounts the hidden partition, copies the grldr file
    to it then installs the bootcode and the unmounts the hidden partition
    grldr,bootinst.exe and install_bootloader.exe must be in the same folder.

    Mr Jinje's script is MUCH better solution you should see if he will add the few
    lines to make it work for you.
     
  3. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #23 Mr Jinje, Sep 23, 2009
    Last edited by a moderator: May 23, 2017
  4. Dolorous Edd

    Dolorous Edd MDL Expert

    Aug 31, 2009
    1,054
    217
    60
    #24 Dolorous Edd, Sep 23, 2009
    Last edited by a moderator: May 23, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
  6. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    yes install the key with dism. I have not been able to deactivate my bios
    modded machine, I can install the trial key install the wrong cert install the
    OEM-SLIP key and it reactivates. and im not really intrested in reformating it
    to test if it works on a bios modded machine.
     
  7. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #32 Mr Jinje, Sep 23, 2009
    Last edited by a moderator: Apr 20, 2017
  8. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Hi...i just tried the Iso in a vmware with modded dell vmware bios...but it still gets activated with the loader and not with the dell certs...But it does gets activated...Can anyone please look into this?...even though it does gets activated without the modded bios file in vmware...so,it means that the loader part of the script is working fine and it is only the other part that we have to look into...thanks
     
  9. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #34 Mr Jinje, Sep 23, 2009
    Last edited: Sep 23, 2009
    OK, nonon's script looks like it first checks the license status and if activated it exits.

    1st question) Did you use DISM or unattend.xml to apply the product key. Even though the key is inside nonon's vbs, it still needs be applied to the image, otherwise the machine will not be activated when his script checks license status (thus installing GRLDR)

    2nd question) Is the DELL cert in the Sources\$OEM$\Windows\System32\OEM folder (you VMware has DELL BIOS right)
     
  10. nononsence

    nononsence MDL Addicted

    Aug 18, 2009
    806
    826
    30
    I noticed the same thing, it looks like the script checks the license status
    before it gets updated after the certificate install, I will add a command to
    update the license status, or just pause the script for a few seconds. Im
    testing a fix now.
     
  11. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Hi jinje...Yes i used Dism to integrate only key in the iso for all the three editions for which keys were available....but i didn't integrate the certs as the certs were supposed to inserted by the script...i used the oem folder which nononsence uploaded...thanks
     
  12. sushil1576

    sushil1576 MDL Senior Member

    Jul 3, 2009
    336
    157
    10
    Hi... nononsence, i tried out the new Oem folder that u uploaded...but still it doen't install the oem certs according to the bios...it installs the loader and the windows gets activated with acer certs..thanks
     
  13. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #40 Mr Jinje, Sep 24, 2009
    Last edited: Sep 24, 2009
    His script doesn't run until long after the OEM:SLP activation occurs during the install. So that cert will not be available to windows installer when it needs it. Only way to OEM:SLP activate is to copy DELL cert into this folder. (create it if necessary)

    $OEM$\$$\System32\OEM

    Hopefully, next install you will get true pre-activation and when setupcomplete.cmd finally calls Nonon's script, your machine will already be activated and it will not install GRLDR. Let me know if that is case.