PE Builder v3 plugin

SIS Network Drivers


Before you can use this plugin you must download a file from the internet and copy it to the plugin directory.

Download the driver from the SIS FTP server.
The current release at this time is sl116.exe, but you should download the latest version, und unpack the files from the WinXP dir to the files folder.

you will have to edit the inf file manually:

Modify SISNETOEM.INF as follows:

replace
CopyFiles = sisnic.CopyFiles, uninst.CopyFiles

with
CopyFiles = sisnic.CopyFiles

CopyFiles = sisnic.CopyFiles, uninst.CopyFiles
CopyFiles = sisnic.CopyFiles

delte
HKLM,%SiSLanUninst%, %SiSUnDisplayName%, 0, %SiSUnDisplayNameStr%
HKLM,%SiSLanUninst%, %SiSUnUninstString%,0, %24%\Progra~1\SiSLan\Uninst.exe

and again
HKLM,%SiSLanUninst%, %SiSUnDisplayName%, 0, %SiSIBMUnDisplayNameStr%
HKLM,%SiSLanUninst%, %SiSUnUninstString%,0, %24%\Progra~1\SiSLan\Uninst.exe

delete
uninst.CopyFiles = 24,Progra~1\SiSLan

and
uninst.exe = 1

and
[uninst.CopyFiles]
uninst.exe

and
SiSLanUninst = "Software\Microsoft\Windows\CurrentVersion\Uninstall\SiSLan"
SiSUnDisplayName = "DisplayName"
SiSUnDisplayNameStr = "SiS 900 PCI Fast Ethernet Adapter Driver"

and
SiSUnUninstString = "UninstallString"

this removes the uninstall support and only then the driver works in Windows PE


This plugin was made by Markus Debus - www.pecd.net