ckamte / adobe-packager-windows

Download adobe cc installation files (not installer)
16 stars 4 forks source link

PPRO 23 wont build installer #6

Closed treatmeniceplz closed 2 months ago

treatmeniceplz commented 2 months ago

it just errors out if you want the error itself i can post it here

ckamte commented 2 months ago

Which version of setup.exe file? Seeing all error would be great.

treatmeniceplz commented 2 months ago

Both v5 and v6

ckamte commented 2 months ago

Cannot create installer or cannot install?

treatmeniceplz commented 2 months ago

Can't create it

ckamte commented 2 months ago

It's work here.


=     Build Adobe Installer     =
============= 1.1.0 =============

Get Required packages for Adobe Installer v-6.1.0.587

Downloading package: IPC
100%|███████████████████████████████████████████████████████████████████████████████████████████| 642k/642k [00:00<00:00, 2.32MiB/s]
Extracting provapp-IPC.zip contents
...
Downloading package: Lightroom
100%|███████████████████████████████████████████████████████████████████████████████████████████| 560k/560k [00:00<00:00, 1.27MiB/s] 
Extracting Lightroom.zip contents

Creating ApplicationInfo.xml

Getting AdobePIM.dll

Successfully downloaded installer files```
treatmeniceplz commented 2 months ago

Yea I don't get that far

ckamte commented 2 months ago

Show me error.

treatmeniceplz commented 2 months ago

Can I send it tommorow afternoon

ckamte commented 2 months ago

Ok.

monitor22 commented 2 months ago

latest photoshop got blank screen on the installation page when downloading All language version. English only works fine tho., 2024-11 22_02_25

treatmeniceplz commented 2 months ago

image

ckamte commented 2 months ago

Hi @treatmeniceplz,

It seems power-shell error. I think your "Set-up.exe" file is missing or corrupt. Did you extract Set-up.exe from zip file?

treatmeniceplz commented 2 months ago

I extracted the whole zip file as far as I'm aware

treatmeniceplz commented 2 months ago

Must of corrupted somehow

ckamte commented 2 months ago

Please test this in your power shell

YOUR-FILE-LOCATION>(Get-Item .\Set-up.exe).VersionInfo.FileVersion

Mine shown


6.1.0.587
(Windows 10)
treatmeniceplz commented 2 months ago

managed to reproduce what you got image

treatmeniceplz commented 2 months ago

here is a better screenshot image

ckamte commented 2 months ago

Put your Set-up.exe and build_installer.py in same folder.

ckamte commented 2 months ago

Hi @monitor22,

I don't know what cause this. But removing

<Language locale="id_ID" />

(Indonesian language) line from Driver.xml work.

treatmeniceplz commented 2 months ago

Put your Set-up.exe and build_installer.py in same folder.

that fixed it seems like im not finished with this code yet as i need to fix the issue that started this github issue

ckamte commented 2 months ago

@treatmeniceplz Thank you for testing.