Servant Salamander on a USB/Network drive?

This is a place for users to discuss Altap Salamander. Please feel free to ask, answer questions, and express your opinion. Please do not post problems, bug reports or feature requests here.
Guest

Servant Salamander on a USB/Network drive?

Post by Guest »

I would very much like to run Servant Salamander from USB drive. I can
install it and run it, but my settings do not persist when I change
computers. Is there anything that I can do?

PS If there isn't a good solution, I guess I'll have to write a batch
script that imports/exports SS's settings from the registry. In this
case, are all the settings in HKEY_CURRENT_USER/Software/Altap, or
will I have to look in other places as well?
Jan Rysavy
ALTAP Staff
ALTAP Staff
Posts: 5229
Joined: 08 Dec 2005, 06:34
Location: Novy Bor, Czech Republic
Contact:

Re: Servant Salamander on a USB/Network drive?

Post by Jan Rysavy »

From Salamander 2.5 RC2 is "portable" mode a little bit more supported. Please look at http://forum.altap.cz/viewtopic.php?t=636

We plan to support "configuration in file" in addition to current "configuration in Registry". It is already on our roadmap: http://www.altap.cz/salam_en/newver.html#roadmap

Right now (version 2.5) you should really use some batch file or small stub application to transfer registry settings.
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Re: Servant Salamander on a USB/Network drive?

Post by zarevak »

Hi, there was a post from a guest user a few days ago about special tool to make Salamander portable. I don't know anything about it and it is not supported by Altap. Use it on your own risk.

portable salamander 2.5 rc2 - it's in Slovak language, but it just says, that it makes Salamander to use file for Configuration.
therube
Posts: 674
Joined: 14 Dec 2006, 06:22

Re: Servant Salamander on a USB/Network drive?

Post by therube »

Zadaj adresar kde je nainstalovany salamander tzn. ten kde je subor salamand.exe po prvom spusteni suboru "portable salamander.exe" sa exportuje nastavenie salamandra do suboru config_.reg a zaroven sa VYMAZE z registra. Instalator automaticky vytvori novu ikonu na ploche cez ktoru budete spustat Portable Salamander.
Could you translate :).
Exports the registry to config_.reg ... Installer automatically ...
WinXP Pro SP3 or Win7 x86 | SS 2.54
User avatar
ino
Posts: 440
Joined: 09 Dec 2005, 14:59
Location: Brno, Czech Republic

Re: Servant Salamander on a USB/Network drive?

Post by ino »

therube wrote:
Zadaj adresar kde je nainstalovany salamander tzn. ten kde je subor salamand.exe po prvom spusteni suboru "portable salamander.exe" sa exportuje nastavenie salamandra do suboru config_.reg a zaroven sa VYMAZE z registra. Instalator automaticky vytvori novu ikonu na ploche cez ktoru budete spustat Portable Salamander.
Could you translate :).
Exports the registry to config_.reg ... Installer automatically ...
Google can translate it for you: translate.google.com
EvaEden~

Re: Servant Salamander on a USB/Network drive?

Post by EvaEden~ »

Hi, I use this little batch for using my own config_.reg (salamand.reg):

@echo off
if "%1" neq "" goto %1
start/min cmd /c "%~nx0 hide >nul"
goto:eof
:hide
title Portable Altap Salamander
reg export HKCU\Software\Altap %tmp%\..\SP
set el=%errorlevel%
if %el%==0 reg delete HKCU\Software\Altap /f
reg import salamand.reg
salamand.exe
reg delete HKCU\Software\Altap /f
if %el%==1 exit /b
reg import %tmp%\..\SP
call >%tmp%\..\SP
del %tmp%\..\SP
Post Reply