Help - Search - Members - Calendar
Full Version: Silent install switches for Marvell Lan Driver
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Pezzie
Hello

Couldl anyone help my with this driver.

I have tried /S /N /QB or something like that ( found here )

I have tried to use auto it and when i run the .aut file before i make the CD the script works ( slow but works ).

But when i make the CD and test it - it dont work.

Have been killing my the last few days

I have attached the .aut fil as code here below:

CODE
Run, SetupYukonWin.exe
SetKeyDelay, 2000
Send, &Next
SetKeyDelay, 2000
Send, a
SetKeyDelay, 2000
Send, &Next
SetKeyDelay, 2000
Send, &Next
SetKeyDelay, 2000
Send, &Install
SetKeyDelay, 2000
Send, &Finish  


N
svortevik
Any solution to this problem? Have problems with switches for the same thing as you.
Pezzie
I have found a solution for this - but im currantly at work.

Will post it later.
svortevik
Great:)
Pezzie
In order to install Marvell I created two bat files:

Lan1.bat:
CODE
ECHO.
ECHO Installing ISS script service
ECHO Please wait...
start /wait %systemdrive%\drivers\Lan\ISScript8.msi /qb

Lan2.bat:
CODE
ECHO.
ECHO Installing Lan driver
ECHO Please wait...
start /wait %systemdrive%\drivers\Lan\setup.msi /qb


This works for me - you'll have to unpack the driver in order to get the .msi files.

Hope it helps.
boooggy
why not try to integrate?
Pezzie
I think I tried that - couldnt get it to work.
Peter Forrest
Assuming Windows XP:

Install it like any other driver using the "Drivers via CD" method. I downloaded the latest driver files from Marvell and placed them here (your location may vary):

G:\XPCD\DRIVERS\005-LAN\v8.27.3.3\
yk51x86.cat
yk51x86.inf
yk51x86.sys


Note that sometime between v7.00_beta and v7.21.1.3, Marvell stopped shipping that annoying SetupYukonWin.exe file (at least for Windows XP installs). Now you just get the drivers.

Note also that Windows XP Update will insist there is a newer/better driver, however it's actually a much older version (v7.24.6.3). Simplest solution is to hide the Windows XP update (the new version works fine).

Hope this helps.
Wedge1
CODE
SetupYukonWin.exe /S /V"/LIME %WINDIR%\YukonInstall.log REBOOT=ReallySuppress /qn"



That works for me (for those that still use the SetupYukonWin.exe).



Edit: Btw, where do you get the latest driver? At marvel's website I can only seem to find the .inf file.
Peter Forrest
@Wedge1

QUOTE
Edit: Btw, where do you get the latest driver? At marvel's website I can only seem to find the .inf file.


Download Marvell/Yukon driver

Hope this helps.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.