http://bugs.winehq.org/show_bug.cgi?id=57828 --- Comment #20 from Todd Chester <ToddAndMargo(a)zoho.com> --- (In reply to Janne from comment #19)
Tested with Wine 10.9 on Ubuntu 22.04 running on VMware.
Created fresh 32bit wine prefix Installed Lotus Smart suite with setup.exe When installer ended i copied everything from lotus/component to lotus/approach
After this approach starts without Smart Icon bar.
After this i ran: Lotus SmartSuite - English.msi From installe i selected Modify and everything related to approach was set to: Install feature locally.
When installer stopped and approach was started Smart Icon bar was visible on approach.
I also tested to modify & save Smart Icon bar. I seems that changes were loaded correctly after restart of approach.
Verified! Before doing a re-install using the msi, I did a save of [HKEY_CURRENT_USER\Software\Lotus] After re-insalling with the MSI, I did a new save of the above. Then I ran a diff -w wine.after.reg wine.before.reg The following stood out: The "setup.exe" is adding "server" into the path. This does not happen with wine-9.1-1.fc39.i686. < "DssPath"="C:\\lotus\\approach\\" ---
"DssPath"="C:\\lotus\\server\\approach\\" 2080c2080
< "EN"="C:\\lotus\\fastsite\\taskpage\\" ---
"EN"="C:\\lotus\\server\\fastsite\\taskpage\\" 2083c2083
< "EN"="C:\\lotus\\fastsite\\temppage\\" ---
"EN"="C:\\lotus\\server\\fastsite\\temppage\\" 2178c2178
< "Media Directory"="C:\\lotus\\flg\\media\\" ---
"Media Directory"="C:\\lotus\\server\\flg\\media" 2253c2253
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.