Adwords Editor on Ubuntu (Version 11.8.0 – March 2017)

Adwords Editor on Ubuntu works well once installed correctly.

Update: March 2017

I am just updating this old post to confirm that the latest AdWords Editor 11.8.0 also works on Lubuntu 14.04.5 LTS.

AdWords Editor for Linux Ubuntu

Installation method is same as outlined in the old post below.

The link to download the current latest Adwords msi file is https://dl.google.com/dl/adwords_editor/11.8.0.0/google_adwords_editor.msi

Installation instructions are as follows.


Old post follows :

I installed Adwords Editor 11.5.9 on Ubuntu 14.04.4 LTS using Wine 1.6.2

Adwords Editor on Ubuntu

Step 1 : Download correct msi file using the following URL

http://dl.google.com/adwords_editor/__VERSION_HERE__/google_adwords_editor.msi 

Example for AdWords Editor version 11.5.9 the URL will be

http://dl.google.com/adwords_editor/11.5.9.0/google_adwords_editor.msi

(Please note the zero at the end of 11.5.9.0 when the version number is being stuffed into the URL. Please use the correct version number in the above URL. The current version number can be found from here – https://www.google.com/intl/en/adwordseditor/ )

Step 2 : Set wine default to Windows 7 (This is true on Wine  1.6.2. Newer versions of Wine may not need this step.)

adwords editor on ubuntu

If you try to install AdWords Editor in Windows XP mode, the AdWords Editor installer would report that “AdWords Editor cannot work on this operating system” and the installation will fail. However if you use the Wine Configuration tool and change the default windows mode to Windows 7, the installer will work successfully.

Step 3: Run the installer using the command line.

After setting the default Windows mode to Windows 7, as mentioned in step 2, open a terminal window (xterm/ UXterm or your favorite).

Navigate to the folder where you downloaded the msi file. Then use the following command line to install from the downloaded msi file

wine msiexec /i ./google_adwords_editor.msi

Step 4: Set Wine default back to Windows XP.

Once AdWords editor is installed successfully, running as a Win7 app was not successful for me. (My wine version is an old 1.6.2 version. ) It generated error as follows :

This application failed to start because it could not find or load the Qt platform plugin “windows”

So after successful installation of Adwords Editor on Ubuntu, I set wine default back to WinXP and Adwords Editor ran just fine.

Big Thanks to AgenT – I got to know this method from
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32146&iTestingId=92838