Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

AAMEE 3.1 Photoshop package - Installation not possible

Guest
Mar 13, 2013 Mar 13, 2013

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

903
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mar 13, 2013 Mar 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

Translate
Mar 13, 2013 Mar 13, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines