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
Page 1 of 1
Irfanview 4.0 WITHOUT Google Desktop Search!
#2
Posted 06 May 2007 - 03:52 PM
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
#3
Posted 27 October 2007 - 03:19 AM
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
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
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
Quote
@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
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
#4
Posted 02 November 2007 - 10:43 AM
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
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
#5
Posted 04 November 2007 - 10:26 AM
midi2k6, on Nov 2 2007, 05:43 PM, said:
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
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
#6
Posted 12 November 2007 - 02:26 PM
Could someone make a 7z version as I do not understand how to use the SFX method!
Regards.
Jeremy
Regards.
Jeremy
#7
Posted 13 November 2007 - 12:10 PM
My silent installer: http://rapidshare.com/files/70867603/Irfan...th_plug-ins.rar
This post has been edited by radix: 19 November 2007 - 01:55 PM
- ← a little problem with this .cmd ;show me the black screen?
- Application Installs
- Silent install of adobe reader 8.1.1 on network machines. →
Share this topic:
Page 1 of 1



Help
Back to top








