Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Installing 3ware drv pops up 'OK' dialog box.

Featured Replies

Is there a way to keep the unattended install from hanging when a driver install pops up an "OK" input dialog box? (I have to click "OK" before installation can continue pass that point.)

Window Title: "Installation Complete"

Message: "The 3ware Escalade Service has now been successfully installed."

Button: "OK"

Tried to work around the problem using the following scripts via the "cmdlines.txt" method, but it hangs the MSDOS command line interpreter when the wscript command is executed:

$OEM$\cmdlines.txt

[COMMANDS]
"Install.cmd"
"RunOnceEx.cmd"

$OEM$\$1\Install\3wareCheck.js

function getWin(win, inc)
{
while (!WshShell.AppActivate(win))
{
WScript.Sleep(inc);
}
return true;
}
var WshShell = new ActiveXObject("WScript.Shell");
getWin("Installation Complete", 5000);
WshShell.SendKeys ("{ENTER}");
WScript.Sleep(100);
WScript.quit();

$OEM$\Install.cmd

REM cmdow @ /HID
REM @echo off
REGEDIT /S %systemdrive%\Install\RegTweaks.reg
start /wait %systemdrive%\Install\Audio\Realtek\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Video\wxp-w2k-8-03-040610a-016126c\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Video\control-panel-8-03-040610a-016126c\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Video\tv-capture-wdm-6-14-10-6240\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Multimedia\WMEncoder\WMEncoder.msi /qn
sleep 1
start /wait %systemdrive%\Install\Video\mmc-9-1-0-0-dao-mdac\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Video\mmc-9-1-0-0\setup.exe /s
sleep 1
start /wait %systemdrive%\Install\Video\DVDDcdr\setup.exe /s
sleep 1
wscript %systemdrive%\Install\3wareCheck.js
start /wait devcon install %systemdrive%\Install\3ware\oemsetup.inf PCI\VEN_13C1
sleep 1

The 3wareCheck.js script works ok from a user MSDOS shell environment, but not from inside an unattended install MSDOS shell environment.


Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.