Unsolved
This post is more than 5 years old
7 Posts
0
57252
May 18th, 2011 09:00
Mass Storage Controller and PCI Device
these are related to the o2micro device drivers
I have everything automated but the nvidia drivers still giving me troubles. getting error code -522190798
I have everything automated but the nvidia drivers still giving me troubles. getting error code -522190798
No Events found!


DELL-Warren B
1.1K Posts
0
May 19th, 2011 09:00
Thanks!
Warren
daonlylawson23
7 Posts
0
June 6th, 2011 07:00
daonlylawson23
7 Posts
0
June 6th, 2011 07:00
echo * 6x20 Step 1 STMicroAccelerometer *
echo %date%,%time%,errorlevel: %errorlevel%,6x20_STMicroAccelerometer: Begin >> c:\RISlog\ScriptPack.log
START /WAIT c:\Drivers\misc\R294986\setup.exe /s
echo %date%,%time%,errorlevel: %errorlevel%,6x20_STMicroAccelerometer: End >> c:\RISlog\ScriptPack.log
echo * 6x20 Step 2 ControlVault *
echo %date%,%time%,errorlevel: %errorlevel%,6x20_ControlVault_dotnet: Begin >> c:\RISlog\ScriptPack.log
start /wait c:\install2\dotnet\dotNetFx20SP1_x86.exe /q /norestart
echo %date%,%time%,errorlevel: %errorlevel%,6x20_ControlVault_dotnet: End >> c:\RISlog\ScriptPack.log
echo %date%,%time%,errorlevel: %errorlevel%,6x20_ControlVault_Driver: Begin >> c:\RISlog\ScriptPack.log
cd "c:\Drivers\misc\R293396-ControlVaultSecurityDrivers\"
START /WAIT msiexec /i CVHCI.msi /qn
echo %date%,%time%,errorlevel: %errorlevel%,6x20_ControlDriver: End >> c:\RISlog\ScriptPack.log
echo * 6x20 Step 3 Nvidia 4200m *
echo %date%,%time%,errorlevel: %errorlevel%,6x20_NvidiaDisplayDriver: Begin >> c:\RISlog\ScriptPack.log
START /WAIT c:\Drivers\Video\nvidia\r297610\setup.exe /s /noreboot
echo %date%,%time%,errorlevel: %errorlevel%,6x20_NvidiaDisplayDriver: End >> c:\RISlog\ScriptPack.log
echo * 6x20 Step 4 O2Micro *
echo %date%,%time%,errorlevel: %errorlevel%,6x20_O2Micro: Begin >> c:\RISlog\ScriptPack.log
START /WAIT c:\Drivers\chipset\R300787\setup.exe -SMS -s -f1c:\Drivers\chipset\R300787\SilentInstall.iss -f2c:\RISlog\O2Micro.log
echo %date%,%time%,errorlevel: %errorlevel%,6x20_O2Micro: End >> c:\RISlog\ScriptPack.log
IF ERRORLEVEL 1 GOTO fail
daonlylawson23
7 Posts
0
June 6th, 2011 07:00
DELL-Warren B
1.1K Posts
0
June 6th, 2011 08:00