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>

Comments

Popular posts from this blog

Solution for Error 17002 when uninstalling Office 365 (2016) when apps like word, excel, outlook are open

How to write to 64bit registry path from a 32bit MSI using a MST using ORCA tool