http://bugs.winehq.org/show_bug.cgi?id=8925
Summary: automated Adobe Photoshop CS2 install only works in the directory containing the msi file Product: Wine Version: CVS Platform: PC URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/Ph otoshop_CS2.exe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: wine-msi AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
On Windows, I can do an automated Photoshop CS 2 install as follows:
msiexec /qb /i "path\to\Adobe Photoshop CS2.msi"
With Wine, it only works if the current working directory is the directory containing the .msi file.
If I run msiexec from some other directory, I get a dialog box that says "error." After I click ok, I get:
err:msi:ITERATE_Actions Execution halted, action L"CA_CheckPersErr" returned 1627
For the automated install to work, Abcpy.ini needs to have a serial number for the line that starts with SERIALNUMBER= in the [OEM Install] section.