Jump to content

i need a .reg file to auto register Opera 8


mzar720

Recommended Posts

i need a .reg file to auto register Opera 8

Hi...

Please i need a <.reg> file in order to Complete the Silant Install of Opera 8

because i don`t know where Opera stores his key in Windows Registry

i used this code

ECHO
ECHO Installing Opera 8
ECHO Please wait...
start /wait %systemdrive%\install\applications\opera\operasetup.exe /S

Any help Please

Link to comment
Share on other sites


it doesnt store settings in the registry. all of m are in .ini files or .dat files.

the ones i use:

- wand.dat (passes)

- opera6.adr (bookmarks)

- opera6.ini (some settings)

- operadef6.ini (some settings bis)

- OUsr600.dat (serial number)

- ua.ini (abslutely foolproof user agent faking)

- u can just copy the mail folder to ur profiles folder (ur account will be configured and all mails preserved, labeled, etc as well as irc settings)

- if u use adblock u need some others too, look it up in it's install instructions

these are with opera8, dunno if it's all the same with 8.02

i used to use these lines in my .cmd

XCOPY "%cdrom%\software\opera6.ini" "%systemdrive%\users\Administrator\Application Data\Opera\Opera\profile\" /Y
XCOPY "%cdrom%\software\wand.dat" "%systemdrive%\users\Administrator\Application Data\Opera\Opera\profile\" /y
XCOPY "%cdrom%\software\opera6.adr" "%systemdrive%\users\Administrator\Application Data\Opera\Opera\profile\" /Y
XCOPY "%cdrom%\software\ua.ini" "%systemdrive%\users\Administrator\Application Data\Opera\Opera\profile\" /Y
XCOPY "%cdrom%\software\OperaDef6.ini" "%programfiles%\Opera\" /y
XCOPY "%cdrom%\software\OUsr600.dat" "%programfiles%\Opera\" /y
xcopy "d:\backup\mail" "%systemdrive%\users\administrator\application data\opera\opera\mail\" /h /e /s /y

this is not the way it should be done if you want cross-machine compability, but it's a start.

btw: if u would have searched u would've found the answer to your question yourself.

cheers

Link to comment
Share on other sites

Or you can just make a couple sfx files and then add this:

REG ADD %KEY%\050 /VE /D "OPERA 8" /f

REG ADD %KEY%\050 /V 1 /D "%CDROM%\install\Applications\OPERA8\opera8.exe /silent" /f

REG ADD %KEY%\050 /V 2 /D "%CDROM%\install\Applications\OPERA8\skin.exe" /f

REG ADD %KEY%\050 /V 3 /D "%CDROM%\install\Applications\OPERA8\OUsr600.exe" /f

Link to comment
Share on other sites

thanks very much eben :thumbup for your help

i will try it soon

i used search but i fountd a lot of pages most of it are just news and general talks and i throught it i know that u love opera

thanks again for your help

Edited by mzar720
Link to comment
Share on other sites

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