============================================================
  FOLDER WATCHTOWER - PORTABLE EDITION
  Version 1.4.3.6
============================================================

  Website : https://www.irola.com
  License : MIT (see LICENSE.txt)

============================================================
  ENGLISH
============================================================

WHAT IS THE PORTABLE EDITION?
-----------------------------
This is a fully self-contained version of Folder Watchtower.
No installation required. No .NET runtime required.
Everything runs from this folder � perfect for USB drives,
network shares, or systems where you cannot install software.

All settings, logs, and profiles are stored in a "Data"
subfolder next to the executable (not in the Windows registry
or system folders).


QUICK START
-----------
1. Extract this ZIP to any folder
   (e.g., D:\Tools\FolderWatchtower\ or a USB drive)

2. Double-click: FolderWatchtower.exe

3. That's it! The application is ready to use.


FOLDER STRUCTURE
----------------
After first launch, the folder will look like this:

  FolderWatchtower\
  |-- FolderWatchtower.exe           <-- Main application
  |-- service\                       <-- Background service (optional)
  |   |-- FolderWatchtower.Service.exe
  |   +-- portable.marker
  |-- portable.marker                <-- Enables portable mode
  |-- install-service.cmd            <-- Install service (optional)
  |-- uninstall-service.cmd          <-- Remove service (optional)
  |-- LICENSE.txt
  |-- NOTICE.txt
  |-- README_PORTABLE.txt            <-- This file
  +-- Data\                          <-- Created automatically
      |-- settings.json              <-- Your settings
      |-- monitoringLog.txt          <-- Monitoring log
      |-- Archive\                   <-- Rotated log files
      +-- Profiles\                  <-- Saved watch profiles


OPTIONAL: INSTALL THE BACKGROUND SERVICE
-----------------------------------------
The background service monitors folders even when no user
is logged in and when the main application is closed.

To install:
  1. Right-click "install-service.cmd"
  2. Select "Run as administrator"
  3. The service will be installed and started automatically

To remove:
  1. Right-click "uninstall-service.cmd"
  2. Select "Run as administrator"
  3. The service will be stopped and removed

Note: The service requires administrator rights to install
and remove. The main application does NOT require admin rights.


PORTABLE vs INSTALLED MODE
---------------------------
The file "portable.marker" controls the mode:

  portable.marker EXISTS  -->  Portable mode
    Data is stored in: <app folder>\Data\

  portable.marker DELETED -->  Installed mode
    Data is stored in: %ProgramData%\FolderWatchtower\

Do NOT delete portable.marker unless you want to switch
to the installed mode behavior.


MOVING TO ANOTHER COMPUTER
----------------------------
Simply copy the entire folder (including the Data subfolder)
to the new location. All settings and logs will be preserved.

If the background service was installed, run
"uninstall-service.cmd" on the old machine first,
then "install-service.cmd" on the new machine.


CHECKSUM VERIFICATION
---------------------
A SHA256SUMS.txt file is provided alongside this archive.
To verify file integrity:

  In PowerShell:
    Get-FileHash FolderWatchtower.exe -Algorithm SHA256

  In Command Prompt:
    certutil -hashfile FolderWatchtower.exe SHA256

Compare the output with the value in SHA256SUMS.txt.


============================================================
  FRANCAIS
============================================================

QU'EST-CE QUE L'EDITION PORTABLE ?
------------------------------------
C'est une version autonome de Folder Watchtower.
Aucune installation requise. Aucun runtime .NET requis.
Tout fonctionne depuis ce dossier � ideal pour les cles USB,
les partages reseau ou les systemes sur lesquels vous ne
pouvez pas installer de logiciel.

Tous les parametres, journaux et profils sont stockes dans
un sous-dossier "Data" a cote de l'executable (pas dans le
registre Windows ni dans les dossiers systeme).


DEMARRAGE RAPIDE
-----------------
1. Extraire ce ZIP dans un dossier de votre choix
   (ex : D:\Outils\FolderWatchtower\ ou une cle USB)

2. Double-cliquer sur : FolderWatchtower.exe

3. C'est tout ! L'application est prete a l'emploi.


STRUCTURE DES DOSSIERS
-----------------------
Apres le premier lancement, le dossier ressemble a ceci :

  FolderWatchtower\
  |-- FolderWatchtower.exe           <-- Application principale
  |-- service\                       <-- Service en arriere-plan (optionnel)
  |   |-- FolderWatchtower.Service.exe
  |   +-- portable.marker
  |-- portable.marker                <-- Active le mode portable
  |-- install-service.cmd            <-- Installer le service (optionnel)
  |-- uninstall-service.cmd          <-- Supprimer le service (optionnel)
  |-- LICENSE.txt
  |-- NOTICE.txt
  |-- README_PORTABLE.txt            <-- Ce fichier
  +-- Data\                          <-- Cree automatiquement
      |-- settings.json              <-- Vos parametres
      |-- monitoringLog.txt          <-- Journal de surveillance
      |-- Archive\                   <-- Fichiers de journal archives
      +-- Profiles\                  <-- Profils de surveillance


OPTIONNEL : INSTALLER LE SERVICE EN ARRIERE-PLAN
--------------------------------------------------
Le service surveille les dossiers meme quand aucun
utilisateur n'est connecte et quand l'application
principale est fermee.

Pour installer :
  1. Clic droit sur "install-service.cmd"
  2. Choisir "Executer en tant qu'administrateur"
  3. Le service sera installe et demarre automatiquement

Pour supprimer :
  1. Clic droit sur "uninstall-service.cmd"
  2. Choisir "Executer en tant qu'administrateur"
  3. Le service sera arrete et supprime

Remarque : le service necessite les droits administrateur
pour etre installe et supprime. L'application principale
ne necessite PAS de droits administrateur.


MODE PORTABLE vs MODE INSTALLE
--------------------------------
Le fichier "portable.marker" controle le mode :

  portable.marker PRESENT   -->  Mode portable
    Donnees stockees dans : <dossier app>\Data\

  portable.marker SUPPRIME  -->  Mode installe
    Donnees stockees dans : %ProgramData%\FolderWatchtower\

Ne supprimez PAS le fichier portable.marker sauf si vous
souhaitez passer en mode installe.


TRANSFERT VERS UN AUTRE ORDINATEUR
------------------------------------
Copiez simplement le dossier entier (y compris le
sous-dossier Data) vers le nouvel emplacement.
Tous les parametres et journaux seront conserves.

Si le service etait installe, executez
"uninstall-service.cmd" sur l'ancien poste,
puis "install-service.cmd" sur le nouveau.


VERIFICATION DES CHECKSUMS
----------------------------
Un fichier SHA256SUMS.txt est fourni avec cette archive.
Pour verifier l'integrite des fichiers :

  Dans PowerShell :
    Get-FileHash FolderWatchtower.exe -Algorithm SHA256

  Dans l'invite de commandes :
    certutil -hashfile FolderWatchtower.exe SHA256

Comparez le resultat avec la valeur dans SHA256SUMS.txt.


============================================================
  (c) Irola Software - https://www.irola.com
============================================================

