MSFN Forum: Register Opera,IrfanView, unattended of course ? - 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

Register Opera,IrfanView, unattended of course ? Rate Topic: -----

#1 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

  Posted 28 January 2005 - 01:48 PM

I have looking everywhere, but i can find it...

How can I register Opera 8.0 (beta) unattended, adding reg key or in other way ...
Same question about IrfanView 3.95 ...

Sorry if is a stupid question, and thanks for anyone can help with this trouble...


#2 User is offline   -= Mancubus =- 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 01-July 04

Posted 28 January 2005 - 02:09 PM

Opera's registration info is stored in OUsr600.dat file, which is usually located in c:\Program Files\[Opera folder]\.
Spent some time to search the info in Google, didn't find it and found out with file-monitoring tool while registering.

#3 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

Posted 28 January 2005 - 02:12 PM

10x alot Mancubus .... I will try now to see how can I use that information...

Well ... is working ... i have created a folder in XPCD "C:\XPCD\$OEM$\$progs\Opera 8 Beta\" and copy it there this file "OUsr600.dat" from my already installed Opera ... is working fine... thanks again Mancubus...

I still have trouble with registering Irfan View if someone can help me with this to i`m out .. :)

#4 User is offline   opitius 

  • Group: Members
  • Posts: 3
  • Joined: 28-January 05

Posted 28 January 2005 - 04:29 PM

Hello DarXyde,

it is all said best by the author of IrfanView himself in the FAQ-section of his page [here].

There are some otherwise undocumented switches for a silent installation of the main program and the plugins that work well.

Guess that helps you out ...

Bye :hello:

#5 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

Posted 28 January 2005 - 04:44 PM

10x Opitius... but this not solve my problem... i know how to install it silent... i need a way to register it unattended, with a reg key or something like that...

anyway I apreciate your effort to help :) ...

#6 User is offline   opitius 

  • Group: Members
  • Posts: 3
  • Joined: 28-January 05

Posted 28 January 2005 - 04:55 PM

Hello DarXyde,

what's the scope of registering IrfanView - it's freeware (for most purposes)? :unsure:

#7 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

Posted 28 January 2005 - 05:06 PM

Well... i like to work just with programs registered ... i never work with irfanview unregistered ... i think i will give up until i find a solution :) .. 10x again.. good point of view ;)

#8 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

Posted 31 January 2005 - 02:26 AM

If anyone intersted... i have found where irfan view is keeping registration info ... :) to simple to see it...

in main program folder usually "C:\Program Files\IrfanView" .. there is ini file "i_view32.ini" . you can find there your registration info... you can just copy this ini to your later irfan view folder keeping your settings and registration info... 10x for your help guys... and hope this topic will help other people like me ..

#9 User is offline   -= Mancubus =- 

  • Junior
  • Pip
  • Group: Members
  • Posts: 75
  • Joined: 01-July 04

  Posted 31 January 2005 - 11:48 AM

:rolleyes: Besides, I've found a way to install Opera silently in a folder by your choise.
Well, maybe there's nothing special in it, but as I see, you install it in \Opera 8 beta, that is not very aesthetic, as for me :no:

So, here's the way - create .reg file with the content like this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Opera Software]
"Last Directory3"="C:\\Program Files\\Opera"
"Create Startmenu icons"="1"
"Create Desktop icon"="1"
"Create Quicklaunch icon"="1"
"Last Beta Directory"="C:\\Program Files\\Opera"


The parameters are self-describing ;)

I import this file before installing Opera and voila! It installs in \Opera folder, not that foolish \Opera 8 beta or \Opera7. :whistle:

#10 User is offline   DarXyde 

  • Group: Members
  • Posts: 9
  • Joined: 28-January 05

Posted 01 February 2005 - 04:13 AM

Good one Mancubus ... 10x again :)

#11 User is offline   harshadhparulekar 

  • Group: Members
  • Posts: 9
  • Joined: 11-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2012 - 09:39 AM

View PostDarXyde, on 31 January 2005 - 02:26 AM, said:

If anyone intersted... i have found where irfan view is keeping registration info ... :) to simple to see it...

in main program folder usually "C:\Program Files\IrfanView" .. there is ini file "i_view32.ini" . you can find there your registration info... you can just copy this ini to your later irfan view folder keeping your settings and registration info... 10x for your help guys... and hope this topic will help other people like me ..


I am using a batch file to add (append actually) registration details to i_view32.ini and it is giving me the following error when i test run it through Command Prompt
'Files' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.

Here is the code:-
@echo off
IF EXIST %ProgramFiles(X86)%\IrfanView\i_view32.ini GOTO x64
Goto x86

:x64
C:
cd\
cd "Program Files (x86)"
cd IrfanView
echo [Registration] >> i_view32.ini
echo Name=Slicer >> i_view32.ini
echo Code=312119004 >> i_view32.ini

:x86
C:
cd\
cd "Program Files"
cd IrfanView
echo [Registration] >> i_view32.ini
echo Name=Slicer >> i_view32.ini
echo Code=312119004 >> i_view32.ini



I tried the following too but didn't work
echo [Registration] >> %ProgramFiles(x86)%\IrfanView\i_view32.ini
echo Name=Slicer >> %ProgramFiles(x86)%\IrfanView\i_view32.ini
echo Code=312119004 >> %ProgramFiles(x86)%\IrfanView\i_view32.ini


Please help

#12 User is offline   bphlpt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 467
  • Joined: 12-May 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2012 - 10:15 AM

In every line that has - %ProgramFiles(x86)%\IrfanView\i_view32.ini - change %ProgramFiles(x86)%\IrfanView\i_view32.ini to "%ProgramFiles(x86)%\IrfanView\i_view32.ini".

Cheers and Regards

This post has been edited by bphlpt: 11 February 2012 - 10:16 AM


#13 User is offline   harshadhparulekar 

  • Group: Members
  • Posts: 9
  • Joined: 11-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 February 2012 - 09:39 PM

View Postbphlpt, on 11 February 2012 - 10:15 AM, said:

In every line that has - %ProgramFiles(x86)%\IrfanView\i_view32.ini - change %ProgramFiles(x86)%\IrfanView\i_view32.ini to "%ProgramFiles(x86)%\IrfanView\i_view32.ini".

Cheers and Regards

took you advice and modified the batch code
@echo off
IF EXIST "%ProgramFiles(x86)%\IrfanView\i_view32.ini" GOTO x64
Goto x86

:x64
echo [Registration] >>"%ProgramFiles(x86)%\IrfanView\i_view32.ini"
echo Name=Slicer >>"%ProgramFiles(x86)%\IrfanView\i_view32.ini"
echo Code=312119004 >>"%ProgramFiles(x86)%\IrfanView\i_view32.ini"

:x86
echo [Registration] >>"%ProgramFiles%\IrfanView\i_view32.ini"
echo Name=Slicer >>"%ProgramFiles%\IrfanView\i_view32.ini"
echo Code=312119004 >>"%ProgramFiles%\IrfanView\i_view32.ini"

Error:-
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.


however when i manually type each command (echo [Registration] >>"%ProgramFiles%\IrfanView\i_view32.ini" ...) separately in Command Prompt they work

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