January 28, 200521 yr 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...
January 28, 200521 yr 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.
January 28, 200521 yr Author 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 ..
January 28, 200521 yr 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
January 28, 200521 yr Author 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 ...
January 28, 200521 yr Hello DarXyde,what's the scope of registering IrfanView - it's freeware (for most purposes)?
January 28, 200521 yr Author 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
January 31, 200521 yr Author 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 ..
January 31, 200521 yr 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 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.
February 11, 201214 yr 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 offIF EXIST %ProgramFiles(X86)%\IrfanView\i_view32.ini GOTO x64Goto x86:x64C:cd\cd "Program Files (x86)"cd IrfanViewecho [Registration] >> i_view32.iniecho Name=Slicer >> i_view32.iniecho Code=312119004 >> i_view32.ini:x86C:cd\cd "Program Files"cd IrfanViewecho [Registration] >> i_view32.iniecho Name=Slicer >> i_view32.iniecho Code=312119004 >> i_view32.iniI tried the following too but didn't workecho [Registration] >> %ProgramFiles(x86)%\IrfanView\i_view32.iniecho Name=Slicer >> %ProgramFiles(x86)%\IrfanView\i_view32.iniecho Code=312119004 >> %ProgramFiles(x86)%\IrfanView\i_view32.iniPlease help
February 11, 201214 yr 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 Edited February 11, 201214 yr by bphlpt
February 12, 201214 yr 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 Regardstook you advice and modified the batch code@echo offIF EXIST "%ProgramFiles(x86)%\IrfanView\i_view32.ini" GOTO x64Goto x86:x64echo [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":x86echo [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
Create an account or sign in to comment