FW Real Estate installs as a single package — pkg_fwrealestate.zip. Upload it through System → Install → Extensions → Upload Package File, exactly as you would any Joomla extension.
The package bundles two extensions that install, update and uninstall together as one unit:
Keeping both extensions in one package means there is never a version mismatch between them — installing or removing the package handles everything in one step.

When the package installs — whether for the first time or as an update — it performs the same sequence of safe operations:
Every manifest in the package uses method="upgrade", which means re-installing the package over an existing installation is a normal update — not a clean wipe. Your data, settings and add-ons remain intact.
| Path | What is in it |
|---|---|
administrator/components/com_fwrealestate/, components/com_fwrealestate/ |
The component itself — replaced on update |
media/com_fwrealestate/lib/ |
The shared engine — replaced on update |
media/com_fwrealestate/addons/ |
Your installed add-ons and designs — kept across updates |
images/fwre/ |
Property photos, agent portraits and their generated thumbnails |
When backing up, include media/com_fwrealestate/addons/ and images/fwre/ alongside the database. Those three together represent everything that cannot be restored simply by reinstalling the package.