This is an old revision of the document!


Installing on Linux or Mac or Chromebooks

TAD works perfectly fine on Linux or Mac. You need to install the WINE layer (sub-system) on those operating systems for TAD to work. Inside WINE, ensure that the MSScript controls and VBA are installed

TAD works quite well on Chromebooks. Here is a screenshot on HP x360 12b (12“ version of their x360 series) It has 4 Gb RAM and supports a minimal version of Linux called “Crostini”

For this to work, your Chromebook MUST have this feature. So older Chromebooks may not work. Also, I think this will not work on non-Intel based Chromebook. That means, buy a Chromebook which is both Intel based (and not ARM based) as well as ensure it should have Linux capability along with the ChromeOS

This may not work on “ChromiumOS” version of the operating system. ChromiumOS works quite similarly to ChromeOS and in fact is the open-source version of ChromeOS – but ChromiumOS does not have Android support

In all these Operating Systems, basic concept is that you need to first install Wine and then Winetricks and then install the msscript control via winetricks.

The steps needed for a Chromebook are as follows:

Step 1:
Ensure that you use the Linux feature of your Chromebook. For this to work, your Chromebook MUST have this feature. So older Chromebooks may not work. Also, I think this will not work on non-Intel based Chromebook. That means, buy a Chromebook which is both Intel based as well as ensure it is based on the Intel chipset and not anything else

You would need to start the Linux terminal on your machine. The commands given below need to be typed inside that terminal window. Note the characters $> just means that you need to type into the terminal window. It represents the “prompt” there. So don't type $>

Step 2:
Install Wine, as also the 32 bit version of Wine

Type these four commands one after another. Press ENTER after each

$> sudo apt-get install wine
$> sudo dpkg --add-architecture i386 
$> sudo apt-get update 
$> sudo apt-get install wine32

Step 3:
Type these three commands to install a utility called winetricks. Press ENTER after each

$> wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
$> chmod +x winetricks
$> WINEARCH="win32" WINEPREFIX="$HOME/wine-vb6" ./winetricks vb6run mdac28 richtx32 comdlg32ocx comctl32ocx

Step 4:
Install a utiltity called cabextract by typing this. Press ENTER after typing:

$> sudo apt-get install cabextract 

Step 5:
Install the MsScript contrul by typing this and pressing ENTER

$> ./winetricks msscript

Step 6:
You would need to install TAD. Register at www.teamtad.com/regform.html Then download the setup program from https://tad.in.net/tadsetup.zip Extract the contents of that into the terminal folder. Then type this command to unzip the folder

$> unzip tadsetup.zip 

Step 7:
Run the installer for TAD. When you register, an install code would have been emailed to you. The installer would prompt you for it during the installation and you need to copy-paste it exactly; and also the email address. The install code is specific to the email address

$>  wine tadsetup.exe

Step 8:
Run TAD Designer Lite by typing this and pressing ENTER

$>  wine .wine/drive_c/"Program Files (x86)/TAD Designer Lite/bin/TADDesignerLite.exe"

Note: The above steps are to be done only once. When you want to run TAD again, you would need to do only the last step


Press F1 inside the application to read context-sensitive help directly in the application itself
Last modified: le 2023/04/22 20:59