Along with all the file system considerations of a multiboot system, application installation problems also can arise unless you install each operating system and its applications in a separate partition. This is particularly true of the Microsoft operating systems because some of them share some of the same fixed directory names ("Program Files" is a notable example). Because of these potential problems, the following list of precautions is particularly useful:
That last bit of advice is a contentious one. Even your authors disagree. Bob thinks it's usually safe to use a single folder for an application's common files, and saves disk space, while Brian thinks that disk space is cheap, and having to chase down installation conflicts is an expensive waste of time. You may have to decide on a case-by-case basis after some experimentation. If you find that an application acts erratically when installed into the same folder on several different OSes, reinstall it into a separate directory from each operating system. That is, install it onto the separate OS-specific partitions, or create a special application folders for each operating system (for example, \program files\win98\badapp and \program files\winXP\badapp, and so on) and install the problem apps there. |