Copy link to clipboard
Copied
Hi,
-successfully created a Photoshop CS6 package with AAMEE 3.1
-starting the Adobe Photoshop CS6.msi with msiexec /i c:\temp\Adobe Photoshop CS6.msi /qn is starting the msi/setup
-Photoshop is not installed
- msi directly started - same proplem
-Logfiles searched for errors - nor error found which tells me what's wrong
-Package 7times new created
-no idea what i can do now
for any help thanks in advance!
Best regards
Stefan
The command which you are using is correct but the path which you have mentioned in the command have some space in the folder name. So would recoomend try to add double codes in the path like "c:\temp\Adobe Photoshop CS6.msi".
Here is the command which you can use to install the software silently. - msiexec /i "c:\temp\Adobe Photoshop CS6.msi" /qn
or you can change the directory first in the command prompt and then enter the command : msiexec /i "Photoshop CS6.msi" /qn
Copy link to clipboard
Copied
The command which you are using is correct but the path which you have mentioned in the command have some space in the folder name. So would recoomend try to add double codes in the path like "c:\temp\Adobe Photoshop CS6.msi".
Here is the command which you can use to install the software silently. - msiexec /i "c:\temp\Adobe Photoshop CS6.msi" /qn
or you can change the directory first in the command prompt and then enter the command : msiexec /i "Photoshop CS6.msi" /qn
Find more inspiration, events, and resources on the new Adobe Community
Explore Now