How to Install Google Ads Editor on Wine
Follow the instructions below with Wine which use the MSI installer,
install extra fonts with winetricks, and run the editor executable.
Requires 64-bit install of wine and winetricks.
# Create a new directory to store a Wine prefix just for the editor so it's easier to troubleshoot issues, any empty directory worksmkdir /path/to/WinApps/GoogleAdsEditor/pfx
# Set Wine prefix location and 64-bit architecture environment variablesexport WINEPREFIX="/path/to/WinApps/GoogleAdsEditor/pfx"export WINEARCH="win64"
# Download latest MSI version of the Google Ads Editorcurl https://dl.google.com/adwords_editor/google_ads_editor.msi -o ~/Downloads/google_ads_editor.msi# URL and unability for msi to upgrade itself explained https://support.google.com/google-ads/thread/43692618/is-there-am-msi-installer-google-ads-editor?hl=en
# Open config and set to latest version of Windowswine winecfg# Install corefonts in case of issues viewing textwinetricks corefonts# Install the editorwine msiexec /i ~/Downloads/google_ads_editor.msi
# Run the editor, change the version number to the appropriate one for your installationcd "/path/to/WinApps/GoogleAdsEditor/pfx/drive_c/users/yourusername/AppData/Local/Google/Google Ads Editor/14.11.4.0"wine start google_ads_editor.exeIssues with Adding a Google Account in the Google Ads Editor
Section titled “Issues with Adding a Google Account in the Google Ads Editor”Click add account. If the sign in screen appears blank or black, click around the black window to get the sign in to open in the Linux native browser. After sign in, the accounts should work like normal.
The “Welcome” and “Sign In” screens may appear blank or black, possibly due to missing things in the Wine prefix, but not sure.
Why use the MSI Installer?
Section titled “Why use the MSI Installer?”When running the exe version of the installer from the Google ad
editor website, it consistently gives an error
“FAILEDTODEELEVATEMETAINSTALLER” when running with Wine and
installation cannot be finished. No fix for this error found yet.