fr:documentation:make_a_portable_installation
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| fr:documentation:make_a_portable_installation [2013/11/13 20:42] – créée pch | fr:documentation:make_a_portable_installation [2015/11/06 20:43] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// | ||
| - | |||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | ======Make a portable | + | ======Faire une installation |
| - | A portable | + | Une installation |
| - | This require a version | + | La version 3.8 ou plus récente est nécessaire pour ce processus. |
| - | The example is given here for Windows | + | L' |
| + | Vous pouvez également utiliser la version portable pour Windows sur Linux/Mac en utilisant Wine. De cette façon, vous avez besoin d'une seule clé USB pour toute plate-forme. | ||
| - | The commands suppose your removable media is mounted on E: change accordingly if it use another letter. | + | Les commandes supposent le support amovible est monté sur le lecteur |
| - | This description | + | Cette description |
| - | To open a command line window use the Start menu -> Accessories | + | Pour ouvrir une fenêtre de ligne de commande, utilisez le menu Démarrer |
| - | + | **1)** | |
| - | **1)** | + | |
| < | < | ||
| mkdir portable_skychart | mkdir portable_skychart | ||
| cd \portable_skychart | cd \portable_skychart | ||
| + | mkdir Ciel | ||
| </ | </ | ||
| - | **2)** | + | **2)** |
| - | < | + | |
| - | </ | + | |
| - | If you not want to install the Skychart software on your computer, see the additional steps [[# | + | |
| + | **3)** Extraire le fichier zip dans ce dossier: | ||
| + | < | ||
| + | unzip skychart-3.8-2450-windows.zip | ||
| + | </ | ||
| - | **3)** Create a folder for the program | + | **4)** Créez un dossier pour la configuration |
| < | < | ||
| mkdir userdata</ | mkdir userdata</ | ||
| - | **4)** Create a startup | + | **5)**Créez un script |
| < | < | ||
| notepad skychart.cmd</ | notepad skychart.cmd</ | ||
| - | Type the following and save the file: | + | Copiez les lignes suivantes et enregistrez le fichier: |
| < | < | ||
| set basedir=%CD% | set basedir=%CD% | ||
| start %basedir%\Ciel\skychart.exe --config=" | start %basedir%\Ciel\skychart.exe --config=" | ||
| + | |||
| </ | </ | ||
| - | Now you can plug this USB stick on any (Windows) | + | Maintenant, vous pouvez brancher cette clé USB sur n' |
| - | ===== Optional steps ===== | + | ===== Etapes facultatives |
| - | ==== Extract Skychart without running the installer setup ==== | + | ==== Ne pas laisser de trace dans le registre |
| - | You need a specific program to extract the files from the Windows installer without to run it.\\ | + | Si vous voulez ne pas laisser de trace dans le registre de l' |
| + | < | ||
| + | notepad skychart.ini</ | ||
| + | Repérez la ligne commençant par AutostartServer, | ||
| + | < | ||
| + | AutostartServer=0</ | ||
| - | **1)** Get innounp from http:// | + | ==== Copiez la configuration du programme ==== |
| - | **2)** To extract the files use 7zip or the following command line: | + | Depuis la version 3.8, il est possible de copier le fichier de configuration [[directories_and_files|skychart.ini]] d'une installation existante dans le dossier userdata. |
| - | < | + | |
| - | **3)** Get CdC windows installer from http://ap-i.net/ | + | Une autre option est de sauvegarder et recharger une carte à l'aide du menu Fichier |
| - | A portable install require a version more recent than 3.7-2196. Copy the file in E: | + | |
| - | **4)** Extract the CdC files without running the installer: | ||
| - | < | ||
| - | **5)** Rename the application directory: | + | ==== Faire un script pour exécuter sur Linux avec Wine ==== |
| - | < | + | |
| - | **6)** Delete the unneeded files: | + | Montez la clé USB configurée sur votre système Linux. |
| - | < | + | |
| - | rmdir /S {userappdata}</ | + | |
| + | < | ||
| + | vi skychart.sh</ | ||
| + | Copiez les lignes suivantes et enregistrez le fichier: | ||
| + | < | ||
| + | #!/bin/bash | ||
| + | wine cmd /C skychart.cmd | ||
| + | |||
| + | </ | ||
| - | ==== Do not let any trace in the registry ==== | + | Comme vous ne pouvez pas régler le bit exécutable sur un système de fichiers FAT, utiliser la commande suivante pour l’exécuter: |
| - | + | < | |
| - | If you not want to let any trace in the registry of the computer you need to inactivate the server functionality. Otherwise a registry key indicating the connection port is created. | + | cd / |
| - | < | + | bash skychart.sh |
| - | notepad | + | </ |
| - | Locate the line starting with AutostartServer, | + | |
| - | < | + | |
| - | AutostartServer=0</ | + | |
| - | + | ||
| - | ==== Copy the program setting ==== | + | |
| - | + | ||
| - | Since skychart-3.7-2196 it is possible to copy the configuration file [[directories_and_files|skychart.ini]] from an existing installation to the userdata folder. | + | |
| - | Another option is to save and reload a chart using the menu File/Save as , File/Open. | ||
fr/documentation/make_a_portable_installation.1384371767.txt.gz · Dernière modification : 2015/11/06 20:37 (modification externe)
