Hello friends, does anyone have the XPS Essentials Pack V1.2 /Win XP 32bit ? I've searched the internet and haven't found it, many sites take it to Microsoft but the download link has been down for years
OK easy going. As we see in the logs of the MSI setup, the WICUpdateInstallAction is the culprit.
I had .NET 3.0/3.5 uninstalled on my XP SP2 machine (German) but still wasn't able to install XPSEP.
I had the same WIC complaints in my log I generated by msiexec /i XPSEP.msi /lx* xpsep.log (or was it /lx without *).
I had WIC, Windows Imaging Component, installed as a prerequisite to Windows Live Photo Gallery. But I couldn't remove it from Add/Remove Programs any longer. Running the WIC Update again (wic_x86_deu.exe in my case) didn't help much in regard to the XPSEP installer. Uninstalling Live Gallery was no help at all.
There is a brute force solution to that
1. Make sure you uninstalled the .NET 3.x things (no %windir%\system32\xpsviewer folder anymore)
2. Make sure you have WIC installed or install it.
3. Get yourself Orca, the MSI database editor from MS (you may have to get a Windows Platform SDK in order to get access to the Orca.msi); I used Orca 3.1.4000.2049
4. Make a copy of your XPSEP MSI.
5. Right-click on the copy - "Edit with Orca"
6. Go to InstallExecuteSequence.
7. Find the Row labelled WICUpdateInstallAction - Right-click - "Drop Row".
8. Save.
9. Double-click the MSI copy you just edited.
10. Hopefully, the installer should run through fine.
11. Reinstall .NET 3.x and all other things you uninstalled beforehand.
this is all i could find on the matter may be of use to you