15,347 views +3 -0

Download & Update Simplex

Do not overwrite on install. Install in Update folder and copy/paste/overwrite to Simplex folder to retain file permissions.

Register components:

regsvr32 /s S:\Simplex\EAGetMailObj.dll
regsvr32 /s S:\Simplex\EASendMailObj.dll
REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\VxD\VREDIR" /v "DiscardCacheOnOpen" /t REG_DWORD /d 1 /f
REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" /v "EnableOplockForceClose" /t REG_DWORD /d 1 /f

Install DLLs:
$SimplexPath = "S:\Simplex"
$File = "DLLRegistratie.exe"
Start-Process -FilePath "$SimplexPath\$File" -ArgumentList "/SILENT /NORESTART /CLOSEAPPLICATIONS /NOICONS /MERGETASKS=!desktopicon" -Wait