http://bugs.winehq.org/show_bug.cgi?id=5637
Summary: The initial install patsh of the Lotus Notes 6.5.4 demo are incorrect Product: Wine Version: 0.9.16. Platform: All URL: http://www-128.ibm.com/developerworks/lotus/downloads/ OS/Version: All Status: NEW Keywords: download Severity: normal Priority: P2 Component: wine-msi AssignedTo: truiken@gmail.com ReportedBy: truiken@gmail.com CC: wine-bugs@winehq.org
When you get to the Installation Path Selection screen of the Lotus Notes 6.5.4 demo installer, the program files path should be "C:\Program Files\lotus\notes", and the data path should be "C:\Program Files\lotus\notes\data", but both fields are just "". The problem is that AppSearchReg is looking for the registry key "SOFTWARE\Lotus\Notes\6.0" and the values "Path" and "DataPath". AppSearchReg mistakenly uses RegCreateKey, so no matter what, we always report that the key exists, and when we try to find the value, it's not there, so the installer defaults to "". I'm sending a patch to fix this later tonight.