HOWTO: Install Watchtower Library on Ubuntu Linux
Updated for Watchtower Library 2008
Install latest wine.
sudo apt-get install wine
As of this writing, I’m using Wine version 1.0.1
1. Pop in the CDROM and double click on Setup.exe icon when the Nautilus window pops up.
2. Run the install as normal. When finished, there should be two icons on your desktop. You can delete the ugly Watchtower Library XXXX.lnk icon. Keep the colorful one.
Your done!
Updated for Watchtower Library 2007
Install latest wine.
sudo apt-get install wine
As of this writing, I’m using Wine version 0.9.46
1. start from scratch (remove ~/.wine directory)
2. run winecfg. Chose “Windwows XP” as windows version. Close app.
3. Pop in the CDROM and double click on Setup.exe icon when the Nautilus window pops up.
4. Run the install as normal. When finished, there should be two icons on your desktop. You can delete the ugly Watchtower Library XXXX.lnk icon. Keep the colorful one.
At this point you could just launch Watchtower Library and it will work. However, if you want the tooltips to work (the floating yellow boxes) you will need to tell wine to use a version of comctl32.dll from an existing Windows installation. Keep going if you want the tooltip functionality, otherwise your done!
5. Copy comctl32.dll from a Windows XP (license is needed for this) ![]()
(Note: The comctl32.dll from Windows 2000 works even better.)
cp comctl32.dll ~/.wine/drive_c/windows/system32/
Newer versions of wine include a file called ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.
common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef.manifest. This file prevents the comctl32.dll that you just copied from loading. I just rename the file to something else like this:
mv ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef.manifest ~/.wine/drive_c/windows/winsxs/manifests/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef.manifest.bad
6. Run winecfg again.
7. On the “Applications” tab Click “Add Application” and browse to “Program Files\Watchtower\Watchtower Library XXXX\E” and double click on WTLibrary.exe.
8. With WTLibrary.exe highlighted on the “Applications” tab, click on the “Libraries” tab. In the “New Override for Library” box select “comctl32″. In the “Existing Overrides” box select “comctl32″ and click on the edit button. Select “Native then builtin”. Press “OK” until the winecfg box goes away.
9. The “M” and “*” marginal reference special characters do not display in the tooltips. To get this functionality you need to copy these files to the ~/.wine/drive_c/windows/fonts directory. These are fonts released under the GPL (see font information in the ttfs; the fontforge originals are found in the sources subdirectory).
10. Launch Watchtower Library. Everything should be working except that some of the icons will now have a black background. This is an issue with the comctl32.dll. Experiment with other comctl32.dll files from other versions of Windows. If you find one that works better let me know.
