Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ckamte/adobe-packager-windows

Download adobe cc installation files (not installer)
https://github.com/ckamte/adobe-packager-windows

adobe downloader python3

Last synced: about 1 month ago
JSON representation

Download adobe cc installation files (not installer)

Awesome Lists containing this project

README

        

# Usage

```
python ccdl-win.py -h
python ccdl-win.py -u 6 -l All -x
python ccdl-win.py -u 6 -l en_US -p win64 -x
```

## Installer for standalone product

1. Get old working installer
2. Replace all files and folder in \products
3. Rename \products\\*prefix*-Driver.xml to Driver.xml
4. Check dependency packages are in \products folder (dependencies can be found in Driver.xml)
5. Rename and replace icons in \resources\content\images (96x96.png to appicon.png 122x192.png to appicon2x.png)
6. Run Set-up.exe

## Create manually
1. Extract Set-up.exe file to current folder (v4 setup not support win10)
3. Download desire package with ccdl-win
4. Rename \products\\*prefix*-Driver.xml to Driver.xml
5. Download packages for installer using installer.py
```
python build_installer.py
```
6. New folder "packages" will appear.
7. Delete downloaded zip files in "packages" directory to reduce installer size
8. Rename and replace icons in \resources\content\images (from icons folder \*prefix*96x96.png to appicon.png \*prefix*122x192.png to appicon2x.png)
9. Run Set-up.exe