Jump to content

Irfanview 4.0 WITHOUT Google Desktop Search!


Recommended Posts

At the moment I am using the following line in my main.bat file

iview399.exe /silent /desktop=1 /group=0 /allusers=1 /assoc=1

How do I need to change it for iview400_setup.exe so that it does NOT install Google Desktop Search?

Regards.

Jeremy

Link to comment
Share on other sites


i use this with no issues and no google toolbar displayed in IE or shown in Add/Remove programs

REG ADD %KEY%50 /VE /D "IrfanView" /f
REG ADD %KEY%50 /V 1 /D "%CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1" /f
REG ADD %KEY%50 /V 2 /D "%CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silent" /f

Link to comment
Share on other sites

  • 5 months later...

i run mine from runonceex.cmd and not a normal .bat.

So I would hazard a guess that;

ECHO installing IrfanView

ECHO Please wait...

start /wait %CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1

start /wait %CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silent

Now, i'm assuming you have something at the top of .bat that investigates what the cdrom is.

apps\irfanview is the location of the files to install on the cd

for example

@echo off

IF EXIST D:\CD.txt set CDROM=D:

IF EXIST E:\CD.txt set CDROM=E:

IF EXIST F:\CD.txt set CDROM=F:

IF EXIST G:\CD.txt set CDROM=G:

IF EXIST H:\CD.txt set CDROM=H:

IF EXIST I:\CD.txt set CDROM=I:

IF EXIST J:\CD.txt set CDROM=J:

CLS

TITLE Windows XP SP2 - Unattended Installation

ECHO.

ECHO Over the next few minutes you will see automated installations

ECHO of various sofware applications. The computer will restart automatically

ECHO once the whole process has finished!

ECHO.

ECHO Installing IrfanView

ECHO Please wait...

start /wait %CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1

start /wait %CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silent

and you should be good to go.

Now, are you sure that no other apps are installing the google toolbar, as i believe adobe acrobat reader does or did

Link to comment
Share on other sites

Tested & Works correctly:

Irfanview 4.10 with Plugins (WINRAR SFX)

;The comment below contains SFX script commands

Setup=iview410_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1

Setup=irfanview_plugins_410_setup.exe /silent

TempMode

Silent=1

Overwrite=1

Title=Irfanview 4.10 with Plugins

Link to comment
Share on other sites

Tested & Works correctly:

Irfanview 4.10 with Plugins (WINRAR SFX)

;The comment below contains SFX script commands

Setup=iview410_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1

Setup=irfanview_plugins_410_setup.exe /silent

TempMode

Silent=1

Overwrite=1

Title=Irfanview 4.10 with Plugins

thx

Link to comment
Share on other sites

  • 2 weeks later...

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...