Auto activating DVD kit

Discussion in 'Windows 7' started by Hazar, Oct 3, 2009.

  1. ahmed tabit

    ahmed tabit MDL Novice

    Aug 2, 2009
    10
    0
    0
    many thanks mate great
     
  2. maxen

    maxen MDL Novice

    Jun 25, 2007
    19
    0
    0
    Version 3 Do not work in VMware to me and non of the other version
     
  3. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    It seems the loader install is bugged. I am going to use jinjes WMI call and see if that does it.
     
  4. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Added Jinje's call and a double key install fix
     
  5. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    #45 drsood, Oct 4, 2009
    Last edited by a moderator: Apr 20, 2017
    in SETUPCOMLPLETE.cmd file
    instead of
    Code:
    start /WAIT "%~dp0Install.exe"
    it should be
    Code:
    start /WAIT %~dp0Install.exe
    there should be no inverted comma's...otherwise it doesn't work....

    By the way, this is the best windows 7 autoactivating working script :D
     
  6. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Hmm ok thanks for the tip, didn't know that
     
  7. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Commas removed
     
  8. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    Hm, can't download it. :\
     
  9. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    filedropper must be dead again, Ill up on kilo
     
  10. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    Thanks mate.
     
  11. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Its on Kilo just wait for it to come through ;)
     
  12. maxen

    maxen MDL Novice

    Jun 25, 2007
    19
    0
    0
    Your last update did it :) Now activated ! tested in VMWare
     
  13. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thanks for testing ;)
     
  14. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    #54 drsood, Oct 4, 2009
    Last edited by a moderator: May 23, 2017
  15. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Thx to Mr Jinje for the WMI query.

    Can anyone test on SLIC 2.1 and non SLIC 2.1?
     
  16. drsood

    drsood MDL Novice

    Oct 3, 2009
    18
    0
    0
    #56 drsood, Oct 4, 2009
    Last edited by a moderator: Apr 20, 2017
    there are bugs in your script:

    1: the variable %VAR% is outputing the result by adding a space " " at the end of the variable
    eg.
    Code:
    SET query=REG QUERY HKLM\HARDWARE\ACPI\RSDT
    %query% | FINDSTR /I ACRSYS
    IF NOT ERRORLEVEL 1 SET VAR=ACER & GOTO MSG
    :MSG
    echo %var%
    result is "ACER " and not "ACER"

    one way to rectify it is to add a space before ext. of liscence file names
    eg. ACER.XRM-MS should be renamed to ACER .XRM-MS

    2:line cscript %SYSTEMROOT%\System32\slmgr.vbs -ilc "%~dp0ASUS.xrm-ms"
    should be changed to
    cscript %SYSTEMROOT%\System32\slmgr.vbs -ilc "%~dp0%VAR%.xrm-ms"

    3:install.bat works fine but install.exe doesnt seem to work
     
  17. maxen

    maxen MDL Novice

    Jun 25, 2007
    19
    0
    0
    #57 maxen, Oct 4, 2009
    Last edited by a moderator: May 23, 2017
  18. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    #58 Hazar, Oct 4, 2009
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Aww man :(

    I know that number 2 is right because its for the loader install and it always has to be ASUS
     
  19. Hazar

    Hazar MDL Guru

    Jul 29, 2009
    2,507
    456
    90
    Bugs fixed :)
     
  20. Gryzor

    Gryzor MDL Novice

    Sep 18, 2008
    30
    4
    0