Announcement

Collapse
No announcement yet.

Silent installation Help!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Silent installation Help!

    Hi all!

    Im triying to do a "silent installation" of Irfanview, so i have this :

    setup.exe /silent /folder="c:\archivos de programa\irfanview" /desktop=0 /thumbs=0 /group=1 /allusers=1 /assoc=1

    but i dont know how to do (or if it is possible) to change the default language to spanish with commands
    I have the spanish.dll file in language dir.

    Thanks in advance.

    #2
    Hi,

    to change that to spanish is not possible with the commandline.

    What you can do is to edit the config file of irfanview: i_view32.ini:

    Code:
    [Language]
    DLL=ENGLISH_NEW.DLL
    Lang=English
    to:

    Code:
    [Language]
    DLL=SPANISH.DLL
    Lang=Spanish
    Then you´ve to copy it in the irfanview folder (replace !)

    steve

    Comment


      #3
      Ok. Thanks You!

      Comment

      Working...
      X