http://bugs.winehq.org/show_bug.cgi?id=6992
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-06-02 00:10 -------
Upon further examination I am pretty (90-95%) sure that the lack of JScript
support in Wine MSI is currently the problem leading to the absence of some
features of the install (after applying the appropriate attached patch above to
bypass the "This module is not designed for direct execution" error). Here is why.
"Vector NTI 10.msi" is called with the following parameters:
trace:msi:MsiInstallProductA "c:\\Program Files\\Informax Installations\\Vector
NTI 10.msi" "
FEATLST=\"Vector;ProteinTools;Contig;Alignment;WebConnectivity;Remote_DS;Data;SharedDlls;ShareCommon;Watson;Nautilus\"
ALLUSERS=\"1\" AUTOREMOVE=\"\" DBUPGRADETYPE=\"New\" DLS=\"\" DLSURL=\"\"
EXECDIR=\"c:\\Program Files\\Invitrogen\\Vector NTI Advance 10\\\"
IMEDLL=\"c:\\PROG~FBU\\INFO~M4Y\\ime.dll"...
Note FEATLST which includes Vector. Now if you look at the JScript attachment
and the function ExpandFeatList, the relevant part looks like this:
function ExpandFeatList()
{
//var Installer = new ActiveXObject( "WindowsInstaller.Installer" );
var db = Session.Database;
var FeatLst = Session.Property( "FEATLST" );
var FeatureList;
var Installed = Session.Property( "Installed" );
var result;
var str="";
if( FeatLst!= null && FeatLst != "" )
{
FeatureList = GetArray( FeatLst );
result="";
for( i in FeatureList )
{
str = ExpandOneFeature( FeatureList[i],db );
if( result != "" ) result += ",";
result += str;
}
//WScript.Echo( result );
Session.Property( "ADDLOCAL" ) = result;
}
I guess you'd have to look in the file, but expandonefeature takes all features
and makes a string with their sub-features. Now the "Vector" feature
encompasses, for example the "Vnti_modules" component which has the main program
executable. Hence it is missing. The trick is that the ADDLOCAL is normally
empty (but not in the other MSI files I don't think, which is why other stuff
gets installed) and gets filled in by this JScript. So anyone know what the
plans for JScript are in wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4093
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2007-05-02 23:19 -------
This was fixed in latest git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5390
------- Additional Comments From jan.wine(a)zerebecki.de 2007-05-02 23:17 -------
Please retest with latest git, there were some alsa fixes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4498
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From jan.wine(a)zerebecki.de 2007-05-02 23:05 -------
Can you retry it with a current version of wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7346
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
------- Additional Comments From dank(a)kegel.com 2007-05-02 22:21 -------
It's not clear that this is an MSI problem; those fixmes
are not uncommon. Attaching a compressed +msi,+relay
or +msi,+file log might help narrow down where the hang happens.
FWIW, http://www.winsoft.eu/support/download-adobe-acrobat.php
seems to have trial versions of the middle eastern
editions of Adobe softwware, perhaps those will be helpful
in reproducing this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7347
Summary: Motocross madness demo crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/france/jeux/motocross2/default.
asp
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
With current git (dated of 2007-02-05), Motocross Madness crashes in the screen
where we ust enter a name.
I attached a console output.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6992
------- Additional Comments From mk144210(a)bcm.tmc.edu 2007-05-02 20:09 -------
As for the failure to install everything I think it is due to current lack of
JScript support in Wine MSI (and wine too right? or am I missing the JScript
support somewhere?). I think this is due to this line:
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 5 (L"V9_JS" L"ExpandFeatList")
I will attach a copy of the JScript that I extracted with a hex editor from the
Vector NTI 10.msi file. Basically looking at the msi logs it looks like a lot of
the features don't get automatically installed and this script actually expands
the list... or at least that is my current theory.
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7346
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Component|wine-binary |wine-msi
Summary|(Adobe Acrobat 6 Standard) |Adobe Acrobat 6 Standard:
|MSI Error |install hangs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.