Jump to content

Adobe Reader and Spybot


Nutso

Recommended Posts

Hi, Been working on unattended cd for a while. Have a couple of questions...

The Adobe Reader won't install during the setup mode.

CLS

@ECHO OFF

TITLE Post Install Setup

:: ---------- Update MS Components

ECHO Installing IE 6.0 SP1

start "IE 6.0 SP1" /wait c:\INSTALL\IE6\IE6SETUP.EXE /Q:A /R:N

Echo Done

Echo Installing MDAC Patch

start "MDAC" /wait c:\install\other\MDAC\dahotfix.exe /q /n

Echo Done

ECHO Installing DirectX 9

START "DirectX 9 Install" /WAIT c:\install\DX9C\DXSETUP.EXE /silent

Echo Done

Echo Installing .Net Framework v1.1 SP1

Start "Framework" /Wait c:\install\Netframework\netfxsp1.exe

Echo Done

Echo Installing Windows Media Player 9

Start "WMP" /Wait c:\install\Apps\WMP9\MPSetup.exe /Q:A /R:N

Echo Done

ECHO Installing Sun Java VM.

START "JAVA" /WAIT c:\install\javavm\j2re.exe /s /v

Echo Done

ECHO Hotfixing.

START "HOTFIX" /WAIT c:\install\updatexp.exe

Echo Done

Echo Installing Adobe Reader

Start "Adobe" /Wait c:\install\Apps\AdobeReader\AdbeRdr60.exe -p"-s /v\"/qn\""

Echo Done

Echo Installing AIM

Start "AIM" /Wait c:\install\Apps\AIM\aim95.exe /s

Echo Done

Echo Installing Spybot

start "Spybot" /wait c:\install\Apps\Spybot\spybotsd13.exe /verysilent /main /noicons

Echo Done

Echo Installing HFNetchk

start "HFNetchk" /wait c:\install\Apps\HFNetchk\hfnetchk /s

Echo Done

What are the correct command parameters for spybot?

I'm trying to make it have the main feature not the blind users/languages and no icons but it still pops up the icons.

c:\install\Apps\Spybot\spybotsd13.exe /verysilent /main /noicons

After It's installed, i plan to call a cmd file for Spyboysd to autoupdate and stuff.

c:\program files\spybot - Search & Destroy\spybotsd.exe /notaskbar /autoupdate /autoimmunize /autocheck /autofix /autoclose

Thanks for any inputs

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...