Arablover Posted May 2, 2007 Posted May 2, 2007 At the moment I am using the following line in my main.bat fileiview399.exe /silent /desktop=1 /group=0 /allusers=1 /assoc=1How do I need to change it for iview400_setup.exe so that it does NOT install Google Desktop Search?Regards.Jeremy
oioldman Posted May 6, 2007 Posted May 6, 2007 i use this with no issues and no google toolbar displayed in IE or shown in Add/Remove programsREG ADD %KEY%50 /VE /D "IrfanView" /fREG ADD %KEY%50 /V 1 /D "%CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1" /fREG ADD %KEY%50 /V 2 /D "%CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silent" /f
oioldman Posted October 27, 2007 Posted October 27, 2007 i run mine from runonceex.cmd and not a normal .bat.So I would hazard a guess that;ECHO installing IrfanViewECHO Please wait...start /wait %CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1start /wait %CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silentNow, 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 cdfor example@echo offIF 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:CLSTITLE Windows XP SP2 - Unattended InstallationECHO.ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications. The computer will restart automaticallyECHO once the whole process has finished!ECHO.ECHO Installing IrfanViewECHO Please wait...start /wait %CDROM%\Apps\IrfanView\iview400_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1start /wait %CDROM%\Apps\IrfanView\irfanview_plugins_400_setup.exe /silentand 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
midi2k6 Posted November 2, 2007 Posted November 2, 2007 Tested & Works correctly:Irfanview 4.10 with Plugins (WINRAR SFX);The comment below contains SFX script commandsSetup=iview410_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1Setup=irfanview_plugins_410_setup.exe /silentTempModeSilent=1Overwrite=1Title=Irfanview 4.10 with Plugins
sp00f Posted November 4, 2007 Posted November 4, 2007 Tested & Works correctly:Irfanview 4.10 with Plugins (WINRAR SFX);The comment below contains SFX script commandsSetup=iview410_setup.exe /silent /desktop=0 /group=1 /allusers=1 /assoc=1Setup=irfanview_plugins_410_setup.exe /silentTempModeSilent=1Overwrite=1Title=Irfanview 4.10 with Pluginsthx
Arablover Posted November 12, 2007 Author Posted November 12, 2007 Could someone make a 7z version as I do not understand how to use the SFX method!Regards.Jeremy
radix Posted November 13, 2007 Posted November 13, 2007 (edited) My silent installer: http://rapidshare.com/files/70867603/Irfan...th_plug-ins.rar Edited November 19, 2007 by radix
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now