Skip to main content
March 13, 2013
Answered

AAMEE 3.1 Photoshop package - Installation not possible

  • March 13, 2013
  • 1 reply
  • 964 views

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

    This topic has been closed for replies.
    Correct answer JatinDembla

    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

    1 reply

    JatinDembla
    JatinDemblaCorrect answer
    Participating Frequently
    March 13, 2013

    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