cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
andre999
Level 2

Registry in MacOS

Where does the InstallAnywhere keeps its registry in MacOS 10.4 and 10.5 after installation??

The registry can be found in MacOS10.3 after installation..but not in Mac 10.4 and 10.5..

Please help..
Labels (1)
0 Kudos
(1) Reply
plabee
Level 3

We decided to read and write to the registry with custom code, because we are storing things like previous version and path. We use

java.util.prefs.Preferences

to read and write to /Library/Preferences.
0 Kudos