MSFN Forum: IrfanView 3.92 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IrfanView 3.92 Rate Topic: -----

#1 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 14 September 2004 - 01:08 AM

Hi,

how can i silently install irfanview 3.92 without that ebay toolbar?

search forum --> didn't help :((
command irfanview.exe /? --> didn't help, too :((

any ideas?


#2 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 14 September 2004 - 01:34 AM

Have you tried the switches that work with 3.91?

99% chance that these will do the job ok.
Try these =>
Do you mean this..

iview391.exe /silent /desktop=0 /group=0 /allusers=1 /assoc=1
IrfanView-all_plugins.exe /silent

desktop=0 or 1 (Desktop icon)
group=0 or 1 (Start menu group)
Allusers=0 or 1 (Install for all users)
Assoc=1 (Associate file types)

#3 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 14 September 2004 - 01:36 AM

it won't work, because this install switches let google toolbar install with it....

#4 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 14 September 2004 - 02:06 AM

Ah!
Didn't realise that it now also incorporated that mess of a google toolbar.

I'm at work at present, so won't have time to look, but if i can will during week and see what I can learn and post results, unless somebody beats me to it.

#5 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 14 September 2004 - 04:30 AM

ok, thank you :>

yeah, it's not good that the IrfanView Developer now only commercial s*** is.

#6 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 14 September 2004 - 05:02 AM

Yeah,
Had a look on his site and noticed that the only change noted is the addition of the ebay option as quoted =>

Quote

Option to use eBay search in the toolbar (Properties->Misc 3). Note: this is OPTIONAL!

taken from, IrfanView History

#7 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 14 September 2004 - 05:05 AM

erm, i had a look, and there's much more changed in 3.92:

Quote

New JPG option: Auto-rotate image according to EXIF info (Properties->JPG)

New advanced batch options: Set long/short side, load/save settings

New options for DigiCam RAW formats (Properties->PlugIns)

New options for multipage extract (View->Multipage images)

Option to use eBay search in the toolbar (Properties->Misc 3). Note: this is OPTIONAL!

New PlugIn for Dicom formats (DCM, ACR, IMA)

Option to show common shell folders in Thumbnail directory tree

Support for CR2/X3F formats (Properties->PlugIns, see also i_plugins.txt)

Option to sort files using the XP sort order (for names with digits)

New PlugIn for DXF/DWG/HPGL formats : CADImage.DLL (Shareware, see i_plugins.txt)

New hotkey: Shift+L = Lock/Unlock Zoom (fullscreen mode too)

New/changed hotkeys: CTRL+P = print, CTRL+PageUp = previous multi-page, CTRL+PageDown = next multi page, Shift+T = toolbar edit field, Shift+M = send by email, CTRL+Shift+B = Batch scanning; (removed: CTRL+N)

New options for toolbar edit field (file filter, see help file)

New options for batch IPTC mode

Several PlugIns are changed/updated, please install the newest versions
   http://www.irfanview.com/plugins.htm

Some minor bugs/features fixed/added



of course it is optional, but i cant get it off my unattended installation :((

#8 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,028
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 September 2004 - 11:09 AM

Well... I was going to say install it as-is, then launch the uninstallers for the ebay stuff, but I'm not sure it does create uninstall entries for everything (like toolbar buttons and such) and it might be just too bothersome to have to track the registry entries or to repackage the whole thing...

Sometimes, as much as I hate having to do it... It seems AutoIt is almost your last solution, so here goes:

Run("iview392.exe")
WinWaitActive("IrfanView Setup")
AutoItSetOption("SendKeyDelay", 200)
Send("{TAB 2} {TAB 2}{DOWN} {TAB} {TAB} {TAB}{ENTER 2}{TAB 5}{ENTER 2}")
Sleep(1000) 
Send("{ENTER}")


It took a whole 2 minutes to write and it installs clean (no desktop shortcut, no ebay stuff, no file associations).

#9 User is offline   lieblingsbesuch 

  • Member
  • PipPip
  • Group: Members
  • Posts: 170
  • Joined: 29-June 04

Posted 14 September 2004 - 01:38 PM

omg, i'm a noob, how to use this? Oo

#10 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,028
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 September 2004 - 03:54 PM

Download autoit3 (just google it, it's free), then you can compile it to a .exe which will start the installers and automagically press the buttons for you and make it install. That easy, nothing to be scared of :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy