http://bugs.winehq.org/show_bug.cgi?id=3226
Summary: msiexec fails to install because it does not find a certain file Product: Wine Version: 20050725 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-programs AssignedTo: wine-bugs@winehq.org ReportedBy: pammann@aro.ch
I tried to install Autodesk's AutoSketch with the following Command Line: --------------------------------- /media/cdrom1$ wine Setup.exe fixme:msi:MsiInstallProductW L"Z:\media\cdrom1\Setup.msi" L" WISE_SETUP_EXE_PATH=Z:\media\cdrom1\ \Setup.exe" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"ValidateProductID" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"IsolateComponents" fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"MigrateFeatureStates" Xlib: extension "XFree86-DRI" missing on display ":0.0". err:msi:ITERATE_Actions Execution halted due to error (1603) ---------------------------------
Then a dialog apears: ----------------------- LICENSE DIALOG <LoadEULA>
File does not exist: \eula\AdskLicense.ini -----------------------
Then the further installations stops and the Setup.exe program exits.
When i look at the CD i can see, that the ini file exists: ---------------- :/media/cdrom1/Eula$ ls AdskLicense.ini Espana.rtf Luxembourg-Luxemburg.rtf Simplified Chinese.rtf All Other Countries.rtf .... ----------------