Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ckamte/adobe-packager-windows
- Owner: ckamte
- Created: 2024-02-27T13:42:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T01:26:13.000Z (4 months ago)
- Last Synced: 2024-09-12T11:23:50.768Z (4 months ago)
- Topics: adobe, downloader, python3
- Language: Python
- Homepage:
- Size: 8.4 MB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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