Skip to content

Commit

Permalink
Docu: prevent problematic install directory (#8)
Browse files Browse the repository at this point in the history
installing into %ProgramFiles% causes issues

see discussion at https://discord.com/channels/451451698947424266/1145757677205606622/1203719496133640263

Co-authored-by: Dedmen Miller <[email protected]>
  • Loading branch information
b-mayr-1984 and dedmen authored Jul 17, 2024
1 parent fb10822 commit d76818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PboExplorer is a Windows explorer integration to provide PBO support. It works l
# Installation

1. Download the latest [Release](https://github.com/dedmen/PboExplorer/releases). Use the AIO zip file unless you know how to install manually.
2. Unpack the files into some directory that will be permanent. For example create a folder in %appdata% or in %programfiles% and place all files in there.
2. Create folder `%localappdata%\Arma 3\PboExplorer\` and unpack all files into it.
3. Run "register.cmd" as Administrator. This will register PboExplorer with the windows explorer.

Installing will overwrite already configured "open with" options for .pbo files.
Expand Down

0 comments on commit d76818e

Please sign in to comment.