With a Windows 7 64-bit bottle
On Windows 64-bit, the location to install a 32-bit program is "Program Files (x86)" with an alias "PROGRA~1".
The location:
C:\Program Files (x86)\QUICKENW\
Has an alias correctly shown on Windows as:
C:\PROGRA~1\QUICKENW\
However, the alias is incorrectly shown on CrossOver Linux as:
C:\PROG~5P2\QUICKENW\
You will notice that Windows has : PROGRA~1
and CrossOver Linux has : PROG~5P2
How can this bug be fixed?
On Windows 64-bit, installing a 32-bit program in the location of 64-bit programs is "Program Files".
The location:
C:\Program Files\QUICKENW\
However, CrossOver Linux shows the location as:
C:\PROG~FBU\QUICKENW\
How can this bug be fixed?
The Windows Start menu Uninstall shortcut:
Uninstall Quicken 2003 CashBook
C:\Windows\IsUninst.exe -fC:\PROGRA~1\QUICKENW\Uninst.isu
CrossOver Linux --> 'Run Command' --> regedit:
My Computer/HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Uninstall/Quicken 2003 Cashbook
Name: DisplayName
Type: REG_SZ
Data: Quicken 2003 CashBook
Name: UninstallString
Type: REG_SZ
Data: C:\windows\IsUninst.exe -fC:\PROG~FBU\QUICKENW\Uninst.isu
You will notice that Windows has : PROGRA~1
and CrossOver Linux has : PROG~FBU
How can this bug be fixed?
Thank you