MSFN Forum: Installing of IrfanView - 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

Installing of IrfanView Canīt find it! Rate Topic: -----

#1 User is offline   pachelbeljoe 

  • Crazy XP Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 21-October 03

  Posted 04 February 2004 - 07:13 AM

:rolleyes: Searchd for it, but canīt find it: :D

I need to know, how to install IrfanView silently.

Thanks for Helping!

Pachelbeljoe :)


#2 User is offline   Weazle 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 03-February 04

Posted 24 February 2004 - 01:56 PM

Hello

I was searching the same thing and on this post:
Link!

I read the following thing:

Quote

Also, some apps can be installed, and then copied over directly, they don't need an installer to import stuff into your "Windows\System32" and "Program Files" folders.
Some of these are -
1. Abiword 2.0.2
2. IrfanView 3.85 + plugins
3. mIRC 6.12
4. Mozilla FireBird browser 0.7
5. Mozilla ThunderBird e-mail client 0.4
6. MyIE2 web browser 0.9.13
7. Reget Download Manager 3.3
8. WinImage 6.10


So I guess we will try that!
Credits go to the poster prathapml off course!

gr

Weazle

#3 User is offline   airmr 

  • Junior
  • Pip
  • Group: Members
  • Posts: 81
  • Joined: 21-October 03

Posted 25 February 2004 - 08:55 AM

I can confirm, just copy the directory an make a link :)

#4 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 25 February 2004 - 10:22 AM

this is what I use... I do this so that irfanview is registered for all file types, and it creates a start menu program, plus irfanview does set some registry values.

runonceex.cmd
REG ADD %KEY%\175 /VE /D "Installing Irfanview" /f
REG ADD %KEY%\175 /V 1 /D "%systemdrive%\Install\Applications\Irfanview\Irfanview.vbs" /f


irfanview.vbs - posted previously - not mine, so im not takin credit
'Automatic, but not silent install of Irfan View

Set WshShell = WScript.CreateObject("WScript.Shell")
On Error Resume Next
WshShell.Popup "Do NOT MOVE the mouse an do NOT PRESS any button!",5," - Warning - ",48

'Run setup from location on hdd'
'you have to check the path !
WshShell.Run ("%systemdrive%\Install\Applications\Irfanview\iview385.exe")

'if your hdd is slow, increase the next value
WScript.Sleep 7000

WshShell.SendKeys "{TAB}"
WScript.Sleep 2000

'Check the value!
'Change ALL shortcuts to your language !

WshShell.SendKeys "n"
WScript.Sleep 2000
WshShell.SendKeys "n"
WScript.Sleep 2000
WshShell.SendKeys "{TAB}"
WScript.Sleep 2000
WshShell.SendKeys "~"
WScript.Sleep 2000
WshShell.SendKeys "n"
WScript.Sleep 2000
WshShell.SendKeys "n"
WScript.Sleep 2000

'I think you have to change the next line to "y"
WshShell.SendKeys "y"

WScript.Sleep 2000
WshShell.SendKeys "~"
WScript.Sleep 2000


cleanup.cmd
xcopy "%systemdrive%\Install\Applications\Irfanview\Plugins\*.*" "%programfiles%\Irfanview\Plugins" /E /I /Q /H /R /Y


#5 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 16 July 2004 - 01:50 AM

If I understand it right, I can install ifran view silent with my cmd file and this path?:

start /wait %systemdrive%\Install\Applications\Irfanview\Irfanview.vbs /f


Or do I have to put this path under [GuiRunOnce] in the sif file??

The vbs file and the exe file I just have the same place.

Is that ok???

Thanks for help.

#6 User is offline   RemkoD 

  • Group: Members
  • Posts: 1
  • Joined: 16-July 04

Posted 16 July 2004 - 06:23 AM

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)

#7 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 16 July 2004 - 06:58 AM

hi,

or to say it in XPlode-xml:

	 <execute display='Installing IrfanView 3.90...'  program='#xplode#\Applications\iview\iview.exe' arguments='/silent /desktop=0 /group=1 /allusers=1 /assoc=1'></execute>
 	 <execute display='Installing IrfanView PlugIns...'  program='#xplode#\Applications\iview\iplug.exe' arguments='/silent'></execute>


hope this helps a bit

cya

Killer Bee

#8 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 16 July 2004 - 06:59 AM

*deleted - double post*

#9 User is offline   koden 

  • Member
  • PipPip
  • Group: Members
  • Posts: 256
  • Joined: 30-March 04

Posted 19 July 2004 - 07:52 AM

???? I do not understand :-)

Remkod: Do you mean that I can use what you have typed??
Where do i put the commands?

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