How should I handle an application suite with a common directory?
I am trying to portablise an application suite that consists of three separate applications. Individually, this is no problem, I have done the three launcher.inis and they all run fine as separate PortableApps.
The problem is, all three apps use common directories in \Users\[user]\AppData\Roaming\[AppPublisher]\Common and \ProgramData\[AppPublisher]\Common to store dictionaries, clipboard data and other things, data that can be shared across all three apps in the suite.