Last active
January 9, 2023 21:37
-
-
Save PedroHLC/3e02e35e78092c21abe9 to your computer and use it in GitHub Desktop.
PlayOnLinux script for installing any photoshop version (x86) using winetricks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Create wineprefix using this script, install Photoshop, do not run it, then change wine version to '1.7.41-PhotoshopBrushes' emulating 'win7' | |
[ "$PLAYONLINUX" = "" ] && exit 0 | |
source "$PLAYONLINUX/lib/sources" | |
PREFIX='Photoshop' | |
WINEVERSION='1.9.3-staging' | |
TITLE='Adobe Photoshop' | |
EDITOR='Adobe Systems Inc.' | |
GAME_URL='http://www.adobe.com' | |
AUTHOR='PedroHLC' | |
# Create Prefix | |
POL_Wine_SelectPrefix "$PREFIX" | |
POL_System_SetArch 'x86' | |
export WINEARCH='win32' | |
POL_Wine_PrefixCreate "$WINEVERSION" | |
# Dependencies (winetricks handle them better) | |
Set_OS 'winxp' | |
winetricks -q \ | |
mdac28 jet40 msxml3 msxml6 \ | |
vcrun6sp6 vcrun2003 vcrun2005sp1 vcrun2008 | |
Set_OS 'win7' | |
winetricks -q \ | |
atmlib gdiplus \ | |
vcrun2010 | |
POL_Call POL_Install_vcrun2012 | |
POL_Call POL_Install_vcrun2013 | |
winetricks -q \ | |
vcrun2015 \ | |
fontsmooth-rgb corefonts tahoma | |
POL_Call POL_Install_AdobeAir | |
# Configuration | |
Set_OS 'win2008' | |
# Finish | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[This is as far as I got for Wine 4.*]
do not install vcrun2015
download and run:
https://ccmdls.adobe.com/AdobeProducts/KCCC/1/win32/CreativeCloudSet-Up.exe