Detect SLIC 2.1 via script in windows PE

Discussion in 'Windows 7' started by ndog, Aug 6, 2012.

  1. ndog

    ndog MDL Novice

    Jul 18, 2009
    22
    8
    0
    I would like to detect presence of SLIC 2.1 within PE (PreInstallation Environment)

    Have tried SLIC TollKit V3.2, however does not detect while running from PE. Also I don't believe this tool supports command line.

    Preferably I would hope one of the coders may be able to share SLIC version detection code, so I code create an executable to do so, otherwise compile one that supports a command line or way for automated scripting.

    Thanks
     
  2. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
  3. ndog

    ndog MDL Novice

    Jul 18, 2009
    22
    8
    0
    #4 ndog, Nov 14, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks searchengine. I got there in the end using RW Everything portable.

    slic.rw
    Code:
    >ACPI Dump SLIC
    >RwExit
    
    dumpslic.cmd
    Code:
    rw.exe /command=slic.rw /logfile=slicdump.log
    
    Next I use an autoitscript to parse the string into something useful. It seems like rw.exe doesn't like UNC paths though, no big deal.