May 2, 200719 yr 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
May 6, 200719 yr 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
October 27, 200718 yr 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
November 2, 200718 yr 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
November 4, 200718 yr 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
November 12, 200718 yr Author Could someone make a 7z version as I do not understand how to use the SFX method!Regards.Jeremy
November 13, 200718 yr My silent installer: http://rapidshare.com/files/70867603/Irfan...th_plug-ins.rar Edited November 19, 200718 yr by radix
Create an account or sign in to comment