I have exported the config file from 2.53 beta 2 to the directory where the 2.53 release candidate but when I run it it say it can't import the file (see attached). What am I doing wrong?
cheers,
Ewen
Can't import configuration file from 2.53 beta 2 to 2.53
-
- Posts: 2
- Joined: 07 Jul 2010, 11:37
Re: Can't import configuration file from 2.53 beta 2 to 2.53
The problem is basically what it says.
Your exported 2.53b2 registry file points to 2.53b2 entries, so something (similar I suppose) to this:
Now you're looking to import that configuration into 2.53 - & expecting the import to make changes to the tree naming (from 2.53b2 <or similar> to 2.53). So:
But that import does not do that.
Though when you first install 2.53, on startup, it has the option to Import old configuration. It is at that point where it will both import & also revise the entries to accommodate the version change. So:
Or you could manually edit the exported .reg file, adjusting it so that instead of showing 2.53 beta 2, it shows 2.53.
Your exported 2.53b2 registry file points to 2.53b2 entries, so something (similar I suppose) to this:
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53 beta 2] ...
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53] ...
Though when you first install 2.53, on startup, it has the option to Import old configuration. It is at that point where it will both import & also revise the entries to accommodate the version change. So:
Code: Select all
[HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53 beta 2] ...
becomes
[HKEY_CURRENT_USER\Software\Altap\Altap Salamander 2.53] ...
Code: Select all
%s/2.53 beta 2/2.53/g
Last edited by therube on 07 Jul 2010, 17:27, edited 1 time in total.
WinXP Pro SP3 or Win7 x86 | SS 2.54
-
- Posts: 2
- Joined: 07 Jul 2010, 11:37
Re: Can't import configuration file from 2.53 beta 2 to 2.53
Cheers that's fixed it! 
