|
From: | Fabrice Popineau |
Subject: | Re: windows installer |
Date: | Sun, 12 Nov 2017 10:03:45 +0100 |
Fabrice Popineau wrote:
>
> Hmm ... besides copying the whole Emacs directory on an usb stick, what else do I
> need to do in order to use emacs from this stick on another computer ?
..an app to be really portable cannot write the host machine, so .emacs.d should go on the device where the portable app is installed.
Obviously it cannot write the registry, what PortableApps do...
maybe starting Emacs with this bat is sufficient:
cat E:/Emacs_portable/bin/runemacs_portable.bat
set HOME=%~dp0..\HOME
"%~dp0runemacs.exe" %*
[Prev in Thread] | Current Thread | [Next in Thread] |