Showing posts with label Adobe. Show all posts
Showing posts with label Adobe. Show all posts

Wednesday, March 14, 2018

Adobe Illustrator error 16 - Fix

When launching sequenced Adobe illustrator shortcut we see the below issue in the App-V client machine.





Reason: This is due to UAC and the application requires to be run as administrator.

Solution: To test manually Click Start > All Programs. Right click on the Adobe Illustrator shortcut  and click Run As Administrator. The shortcut will launch without any error.

So how to resolve this in the App-V 5.x package? We need to suppress the UAC prompt when run as administrator using RunAsInvoker or other shims.

Check my another blog for more information to solve this issue here

Monday, April 13, 2015

How to package Adobe Photoshop Elements 8.0

1. Delete Desktop Shortcut
2. Remove the custom action for Launch Condition "Install [ProductName] by using the Setup.exe in the root folder."
3. Include "Elements.ini" to suppress select country window that will appear after launch of shortcut.
4. Change property AgreeToLicense No to Yes
5. Change property ACCEPTEDEULA 0 to 1
6.Change property  DISABLEOLSFEATURES 0 to 1
7. Change property DISABLEEMSFEATURES 0 to 1
8. Step to suppress EULA,Registration,Updates:

Create "application.xml.override" file and place in Adobe folder with the following contents.
            <?xml version="1.0" encoding="UTF-8"?>
            <Configuration>
            <Payload>
            <Data key="EULA">Suppress</Data>
            <Data key="Serial" protected="0">xxx--yyy--zzz </Data>
            <Data key="Registration">Suppress</Data>
            <Data key="Updates">Suppress</Data>
            </Payload>
            </Configuration>