Jump to content

Recommended Posts


Posted

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)

Posted

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.

Posted

Yeah,

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

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

taken from, IrfanView History

Posted

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

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 :((

Posted

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

Posted

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 :)

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