Table des matières

How to make ARRM portable

Since version 2.0.0.3 Beta 1, it is possible to make ARRM Portable.

This means that it is possible to place:

All ARRM Wiki documentation refers to a standard installation and not a portable one regarding the path to APPDATA.

Moving executables and data from an already installed non-portable version of ARRM

Procedure :

In the following procedure, we want to put ARRM executables in D:\Arrm and APPDATA data in D:\Arrm_appdata

Recover the contents of the C:\Program Files (x86)\Nexouille Soft\Arrm folder and copy it to D:\Arrm

You get this:

> This PC > Local Disk(D:) > Arrm

Retrieve the contents of the folder (files and subfolders) C:\users\%USERNAME%\appdata\roaming\Nexouille Soft\Arrm and copy them to D:\Arrm_appdata

You get this:

> This PC > Local Disk(D:) > Arrm_appdata > Nexouille Soft > Arrm

Modify the file D:\Arrm\arrm_data_path.text indicating appdata_path=D:\Arrm_appdata

example:

# lines starting with # will be ignored
#
# You can make ARRM portable by editing this file and put this file in the folder containing ARRM executables.
#
# You can specify where ARRM should look for '%appdata%\nexouille soft' folder.
# If you specify: appdata_path=D:\arrm_appdata , these subfolders will be created automatically:
# D:\arrm_appdata\Nexouille Soft\arrm\Database
# D:\arrm_appdata\Nexouille Soft\resources
# D:\arrm_appdata\Nexouille Soft\arrm\temp
#
# if you specify nothing or appdata_path=%appdata% the usual appdata folder will be used
#
#appdata_path=%appdata%
#
appdata_path=D:\Arrm_appdata

Go to the D:\Arrm folder, right click on each of the executables and click on Send to Desktop (create shortcut)


Update a portable version of ARRM

When you want to update ARRM, choose the archive Executable without installer

Unzip the Executable without installer archive in a temporary directory and copy/move files:

In the example below, we have unpacked the archive in c:\temp

> This PC > Local Disk(C:) > temp

Procedure :

In the following procedure, we want to put ARRM executables in D:\Arrm and APPDATA data in D:\Arrm_appdata

Retrieve the contents of the c:\temp\Program Files (x86)\Nexouille Soft\Arrm folder and copy it to D:\Arrm

You get this:

> This PC > Local Disk(D:) > Arrm

Retrieve the contents of the folder (files and subfolders) c:\temp\Nexouille Soft\Arrm and copy them to D:\Arrm_appdata

You get this:

> This PC > Local Disk(D:) > Arrm_appdata > Nexouille Soft > Arrm