Skip to content

Instantly share code, notes, and snippets.

@davedavis
Created January 27, 2020 20:13
Show Gist options
  • Save davedavis/f62e3273f6876847cdb97b8e9b097339 to your computer and use it in GitHub Desktop.
Save davedavis/f62e3273f6876847cdb97b8e9b097339 to your computer and use it in GitHub Desktop.
Install Google Ads Editor on Ubuntu (2020)
// Download from : https://dl.google.com/adwords_editor/google_ads_editor.msi
// Set up wine 5: https://gist.github.com/davedavis/afd22fe0eb0e3035cececfcc4a6a77af
// Then in the same directory as the downloaded file, run wine as:
wine msiexec /i ./google_adwords_editor.msi
@outerlook
Copy link

Yes, there is no modifications at all, just using these versions (or maybe later, above it) will work

@karoka13
Copy link

It works for me too with wine 7.5

@davedavis
Copy link
Author

I'd actually recommend spending the money in crossover now. Editor works great in it.

@diegobda
Copy link

2024 this okay???

@davedavis
Copy link
Author

@diegobda I use crossover now. So haven't tried.

@Khnaz35
Copy link

Khnaz35 commented Jan 27, 2025

what is crossover? Any one using Google ads editor on Linux Ubuntu 24.04 LTs??

@epertinez
Copy link

epertinez commented Jan 27, 2025

Crossover is the "comercial" version of Wine Hq. Wine is a translation layer that makes MS Windows Apps think they are running in windows when in fact they are running on Linux.
Wine HQ is a huge enterprise. Recreating all kind of different libraries and functions that work in windows is not easy task. So main contributors of Wine released WineHQ open source, but released also Crossover, a tweaked() version of WineHQ specially prepared to install and run MS Office and other demanding apps.
Nowadays WineHQ makes most apps work without needing to use crossover, but Google Ads Editor is not in the list. Yet it works with Crossover. Crossover has an annual fee, but given the fact that they are the main force that stated WineHQ, it might be a good thing to pay the fee.
(
) I might be wrong, but as long as I know, most of the tweaks are not about new Wine code but Installation process. Most windows libraries of functions do not work directly with HW/Kernel but call other more fundamental functions that reside in other libraries. Even when all those libraries are replicated, they exist lots of edge cases that make the system not work. In some cases, you can choose to run the WineHQ version of the library OR the MS Windows version of that same library. Carefully choosing which libraries to call in each case can make an App work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment