-
-
Save davedavis/f62e3273f6876847cdb97b8e9b097339 to your computer and use it in GitHub Desktop.
// 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 |
It works for me too with wine 7.5
I'd actually recommend spending the money in crossover now. Editor works great in it.
2024 this okay???
@diegobda I use crossover now. So haven't tried.
what is crossover? Any one using Google ads editor on Linux Ubuntu 24.04 LTs??
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.
Yes, there is no modifications at all, just using these versions (or maybe later, above it) will work