http://bugs.winehq.org/show_bug.cgi?id=12532
Summary: Autodesk TrueView fails to install Product: Wine Version: CVS/GIT Platform: PC URL: http://usa.autodesk.com/adsk/servlet/index?id=6703438&si teID=123112 OS/Version: Linux Status: UNCONFIRMED Keywords: download, Installer Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
Hi, a user submitted this new app into appdb with garbage test results, so i gave it a try as well. That user reported a problem that the disk was full, but i can't reproduce that, it fails differently here.
To run into this bug you need Alex Villacis' patch here: http://article.gmane.org/gmane.comp.emulators.wine.patches/49916
hopefully that patch will make it into git monday.
after applying that patch the intaller failed with a message 'Call not implemented'
The problem seems to be: fixme:MsiDatabaseGenerateTransformW
By just returning ERROR_SUCCESS, it ran into two other unimplemnted functions: MsiQueryFeatureStateFromDescriptorA and MsiCreateTransformSummaryInfoW By stubbing these out with ERROR_SUCCESS the installer claimed to be successfull (but i guess that's doubtful).
Anyway , this all shows that these three functions need to be implemented to get this installer finish, and that's where I created this bug for.
http://bugs.winehq.org/show_bug.cgi?id=12532
Alexandre amaciel81@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amaciel81@gmail.com
--- Comment #1 from Alexandre amaciel81@gmail.com 2008-12-17 08:11:29 --- Hi,
I'm writing just to say thats this bug still affects this application. I used Wine 1.1.10 in Kubuntu 8.04 64 bits and results are the same. I'm attaching the console log output and installer log output, I hope this can help.
Best regards, Alexandre
P.S.: you can use this link http://download.autodesk.com/esd/dwgtrueview/2009_32/SetupDWGTrueView2009_32... to download application, it's a direct link.
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #2 from Alexandre amaciel81@gmail.com 2008-12-17 08:12:08 --- Created an attachment (id=18015) --> (http://bugs.winehq.org/attachment.cgi?id=18015) True View 2009 install console output
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #3 from Alexandre amaciel81@gmail.com 2008-12-17 08:12:49 --- Created an attachment (id=18016) --> (http://bugs.winehq.org/attachment.cgi?id=18016) True View 2009 own setup log
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #4 from Alexandre amaciel81@gmail.com 2008-12-17 08:22:24 --- (From update of attachment 18016) 2008/12/17:12:04:01 amaciel hecatoncheires === Setup started on hecatoncheires by amaciel ===
2008/12/17:12:04:01 amaciel hecatoncheires === Setup ended ===
2008/12/17:12:04:01 amaciel hecatoncheires === Setup started on hecatoncheires by amaciel ===
2008/12/17:12:04:43 amaciel hecatoncheires Install Microsoft Visual C++ 2005 Redistributable Succeeded
2008/12/17:12:04:57 amaciel hecatoncheires Install .NET Framework Runtime 3.0 Failed Failure is ignored, Result=1603
2008/12/17:12:04:59 amaciel hecatoncheires Install DirectX 9.0 Runtime Failed Failure is ignored, Result=-9
2008/12/17:12:04:59 amaciel hecatoncheires Install MSXML 6.0 Parser Succeeded
2008/12/17:12:05:00 amaciel hecatoncheires Install DWG TrueView 2009 Failed Installation aborted, Result=120
2008/12/17:12:05:13 amaciel hecatoncheires === Setup ended ===
http://bugs.winehq.org/show_bug.cgi?id=12532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
--- Comment #5 from Austin English austinenglish@gmail.com 2009-01-19 15:15:07 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
http://bugs.winehq.org/show_bug.cgi?id=12532
Alexandre amaciel81@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #18015|0 |1 is obsolete| |
--- Comment #6 from Alexandre amaciel81@gmail.com 2009-01-20 06:30:41 --- Created an attachment (id=18850) --> (http://bugs.winehq.org/attachment.cgi?id=18850) True View 2009 install console output (Wine 1.1.13)
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #7 from Alexandre amaciel81@gmail.com 2009-01-20 06:34:27 ---
(In reply to comment #5) Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
I can confirm this error in latw est version of Wine (1.1.13, not GIT, sorry, I don't know how to test it). I believe this program never worked in Wine. The problem can be related to dependence of .NET Runtime 3.0.
Best regards, Alexandre
http://bugs.winehq.org/show_bug.cgi?id=12532
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-01-28 13:22:50 --- (In reply to comment #7)
(In reply to comment #5) Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks!
I can confirm this error in latw est version of Wine (1.1.13, not GIT, sorry, I don't know how to test it). I believe this program never worked in Wine. The problem can be related to dependence of .NET Runtime 3.0. Best regards, Alexandre
The problem likely is in MsiDatabaseGenerateTransformW
At least AutoCAD2009 Trial claims to have a successfull install when you let MsiDatabaseGenerateTransform return ERROR_NO_DATA. If the install is really successfull is still a question, i'll see if i can get something running lateron.
Haven't tested trueview atm, i'll give it a try later on as well, maybe someone else could give it a shot with the above info earlier
confirmed by amaciel81
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #9 from Austin English austinenglish@gmail.com 2010-07-18 05:30:04 --- http://download.autodesk.com/esd/dwgtrueview/2011/SetupDWGTrueView2011_32bit...
Still in 1.2.
http://bugs.winehq.org/show_bug.cgi?id=12532
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #10 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-10 15:07:00 CDT --- True View 2011 fails to install (Wine 1.3.19; default install) Debug logs follow
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #11 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-10 15:07:47 CDT --- Created an attachment (id=34597) --> (http://bugs.winehq.org/attachment.cgi?id=34597) +msi installation log; wine 1.3.19
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #12 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-10 15:12:24 CDT --- Created an attachment (id=34598) --> (http://bugs.winehq.org/attachment.cgi?id=34598) True View 2011 own install log; wine 1.3.19 (binary)
Another log file, DWGVIEWRInstall.log, was empty
http://bugs.winehq.org/show_bug.cgi?id=12532
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #34597|+msi installation log; wine |+msi installation log description|1.3.19 |TV2011; wine 1.3.19
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #13 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-10 15:16:59 CDT --- Created an attachment (id=34599) --> (http://bugs.winehq.org/attachment.cgi?id=34599) Intermediary error creenshot - TV2011
Seems to install correctly MS Visual C++ 2008 redistributable (x86) and DirectX 9.0 runtime but fails at MSXML 6.0 Parser
http://bugs.winehq.org/show_bug.cgi?id=12532
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #34599|Intermediary error |Intermediary error description|creenshot - TV2011 |screenshot - TV2011
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #14 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-10 15:18:01 CDT --- Created an attachment (id=34600) --> (http://bugs.winehq.org/attachment.cgi?id=34600) Final error screenshot TV2011
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #15 from Hans Leidekker hans@meelstraat.net 2011-05-11 03:07:15 CDT --- (In reply to comment #13)
Created an attachment (id=34599)
--> (http://bugs.winehq.org/attachment.cgi?id=34599) [details]
Intermediary error creenshot - TV2011
Seems to install correctly MS Visual C++ 2008 redistributable (x86) and DirectX 9.0 runtime but fails at MSXML 6.0 Parser
No, it's the main installer that fails:
2011/5/10:22:05:34 fred demogorgon Install MSXML 6.0 Parser Succeeded 2011/5/10:22:05:34 fred demogorgon Install DWG TrueView 2011 Failed Installation aborted, Result=120
This would explain it:
fixme:msi:MsiDatabaseGenerateTransformW 2 3 L"C:\users\fred\Temp\_AI351a.tmp\DWGVIEWR-standalone.mst" 0 0
http://bugs.winehq.org/show_bug.cgi?id=12532
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Autodesk TrueView fails to |Autodesk TrueView fails to |install |install (needs | |MsiDatabaseGenerateTransfor | |m)
http://bugs.winehq.org/show_bug.cgi?id=12532
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kovzol@particio.com
--- Comment #16 from Hans Leidekker hans@meelstraat.net 2011-06-29 03:01:18 CDT --- *** Bug 27646 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #17 from Hans Leidekker hans@meelstraat.net 2011-06-29 03:49:26 CDT --- *** Bug 20211 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
Sam Morris sam@robots.org.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sam@robots.org.uk
http://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #18 from Anastasius Focht focht@gmx.net 2012-02-19 14:49:32 CST --- *** Bug 21953 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq.crackjack@spamgourme | |t.com
--- Comment #19 from Anastasius Focht focht@gmx.net 2012-02-19 14:51:24 CST --- *** Bug 23804 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://usa.autodesk.com/ads |http://usa.autodesk.com/ads |k/servlet/index?id=6703438& |k/servlet/pc/item?siteID=12 |siteID=123112 |3112&id=9078813 CC| |focht@gmx.net Version|unspecified |0.9.59. Summary|Autodesk TrueView fails to |Multiple applications fail |install (needs |to install due to msi.dll |MsiDatabaseGenerateTransfor |MsiDatabaseGenerateTransfor |m) |mW stub (Autodesk True View | |2009, Autodesk 3D Studio | |Max 2010, Torch tool from | |WiX)
--- Comment #20 from Anastasius Focht focht@gmx.net 2012-02-19 15:01:12 CST --- Hello,
still present, refining summary (duplicates).
Another download: http://delta.cpcc.edu/courses/SGD/114/misc/Autodesk-3ds-Max-2010-English-WIN... (Autodesk 3D Studio Max 2010 trial installer)
$ wine --version wine-1.4-rc4
Regards
http://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@pi-xi.net
--- Comment #21 from Anastasius Focht focht@gmx.net 2012-02-19 15:56:25 CST --- *** Bug 19741 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |EvilTwin1@gmx.de
--- Comment #22 from Anastasius Focht focht@gmx.net 2012-05-01 13:18:38 CDT --- *** Bug 24041 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #23 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-05-28 04:31:07 CDT --- Still in 1.5.31
http://bugs.winehq.org/show_bug.cgi?id=12532
Andy knnniggett@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |knnniggett@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=12532
Hib Eris hib@hiberis.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hib@hiberis.nl
https://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications fail |Multiple applications fail |to install due to msi.dll |to install due to msi.dll |MsiDatabaseGenerateTransfor |MsiDatabaseGenerateTransfor |mW stub (Autodesk True View |mW stub (Autodesk True View |2009, Autodesk 3D Studio |2009, 3D Studio Max 201X, |Max 2010, Torch tool from |AutoCAD 201X, Torch tool |WiX) |from WiX)
--- Comment #24 from Anastasius Focht focht@gmx.net --- Hello folks,
still present.
This is also needed for Autodesk AutoCAD 2015 32-bit installer. It probably affects _all_ major products from Autodesk.
Prerequisites: 'winetricks dotnet45 win7'
The installer reports "Failed to create DiskPrompt" transform' and subsequently fails to install some products.
--- snip --- ... 002e:fixme:msi:MsiDatabaseGenerateTransformW 8 7 L"C:\users\focht\Temp\_AIabf8.tmp\Media.mst" 0 0 ... --- snip ---
$ wine --version wine-1.7.14-207-g8199430
Regards
https://bugs.winehq.org/show_bug.cgi?id=12532
noka nokian.hunter@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nokian.hunter@web.de
--- Comment #25 from noka nokian.hunter@web.de --- Hi,
just experienced the same bug with Autodesk Inventor 2015:
"fixme:msi:MsiDatabaseGenerateTransformW 2 3 L"..\inventor-standalone.mst" 0 0" "ErrorLOG: Autodesk® Inventor® 2015 Failed Installation aborted, Result=120"
wine-1.7.33
best regards noka
https://bugs.winehq.org/show_bug.cgi?id=12532
cj winehq.crackjack@spamgourmet.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|winehq.crackjack@spamgourme | |t.com |
https://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@ncode.com.au
--- Comment #26 from Anastasius Focht focht@gmx.net --- *** Bug 12954 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=12532
o_0 z3tbl4@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z3tbl4@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #27 from o_0 z3tbl4@gmail.com --- wine-1.7.37 Autodesk_Inventor_2014_Eng_32bit_dlm
still there
https://bugs.winehq.org/show_bug.cgi?id=12532
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #28 from Teras teras@luukku.com --- I downloaded autodesk 3dsmax via link provided here.
I changed 2 files and 2 functions
MsiCreateTransformSummaryInfoW
and
MsiDatabaseGenerateTransformW
to return
ERROR_SUCCESS
And the installer goes a lot forward. But it still fails at the end. Not sure about the reason
err:msi:ITERATE_Actions Execution halted, action L"StartServices" returned 1627
wine-1.7.38
https://bugs.winehq.org/show_bug.cgi?id=12532
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=12532
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #29 from super_man@post.com --- still needs work 1.7.53
https://bugs.winehq.org/show_bug.cgi?id=12532
X-Seti keith@ukscifi.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |keith@ukscifi.net
https://bugs.winehq.org/show_bug.cgi?id=12532
IP 1340a9b4@opayq.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |1340a9b4@opayq.com
--- Comment #30 from IP 1340a9b4@opayq.com --- still needs to be fixed for wine 1.9 for AutoCAD 2016. same calls failing.
https://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #31 from IP 1340a9b4@opayq.com --- http://autodesk.creativevirtual15.com/autodesk/bot.html?isJSEnabled=1&bu...
autocad 2016 direct download link
still error 120 due to fixme:MsiDatabaseGenerateTransformW
https://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #32 from IP 1340a9b4@opayq.com --- working around the bug by stubbing MsiDatabaseGenerateTransformW results in error 1603 during installation
https://bugs.winehq.org/show_bug.cgi?id=12532
Fincer fincer89@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fincer89@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=12532
SL sl-tx@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sl-tx@yandex.ru
--- Comment #33 from SL sl-tx@yandex.ru --- May be this can help http://www.bundlecommander.com/index.php/knowledge-base/software-support/kb/...
https://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #34 from Frédéric Delanoy frederic.delanoy@gmail.com --- Still in wine-2.5-52-g8b1737c0fd for DWG TrueView 2011
SHA1 4ef8ee54bf389359ec30bf8ad3e66b6330bed1f9 SetupDWGTrueView2011_32bit.exe
Wine-mono 4.7.0 pre-installed (as installer requires DotNet3.5SP1)
https://bugs.winehq.org/show_bug.cgi?id=12532
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications fail |Multiple applications fail |to install due to msi.dll |to install due to msi.dll |MsiDatabaseGenerateTransfor |MsiDatabaseGenerateTransfor |mW stub (Autodesk True View |mW stub (Autodesk True View |2009, 3D Studio Max 201X, |2009, 3D Studio Max 201X, |AutoCAD 201X, Torch tool |AutoCAD 201X, Torch tool |from WiX) |from WiX, Orca)
https://bugs.winehq.org/show_bug.cgi?id=12532
--- Comment #35 from Louis Lenders xerox.xerox2000x@gmail.com --- Also affects Revit Installer 2019
As stated in comment #28 also MsiCreateTransformSummaryInfoW needs implementation as well before these Autodesk installers will succeed...
https://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://usa.autodesk.com/ads |https://web.archive.org/web |k/servlet/pc/item?siteID=12 |/20171113013448/http://down |3112&id=9078813 |load.autodesk.com/esd/dwgtr | |ueview/2009_32/SetupDWGTrue | |View2009_32bit.exe
--- Comment #36 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting, obviously still present.
Adding stable link via Internet Archive:
https://web.archive.org/web/20171113013448/http://download.autodesk.com/esd/...
Wine source:
https://source.winehq.org/git/wine.git/blob/4cdb7ec8291c171176fb390f4cef1f88...
--- snip --- 948 UINT WINAPI MsiDatabaseGenerateTransformA( MSIHANDLE hdb, MSIHANDLE hdbref, 949 LPCSTR szTransformFile, int iReserved1, int iReserved2 ) 950 { 951 FIXME("%d %d %s %d %d\n", hdb, hdbref, 952 debugstr_a(szTransformFile), iReserved1, iReserved2); 953 return ERROR_CALL_NOT_IMPLEMENTED; 954 } 955 956 UINT WINAPI MsiDatabaseGenerateTransformW( MSIHANDLE hdb, MSIHANDLE hdbref, 957 LPCWSTR szTransformFile, int iReserved1, int iReserved2 ) 958 { 959 FIXME("%d %d %s %d %d\n", hdb, hdbref, 960 debugstr_w(szTransformFile), iReserved1, iReserved2); 961 return ERROR_CALL_NOT_IMPLEMENTED; 962 } --- snip ---
I found another small download to reproduce: 'AutoCAD 2020 Product Help'
http://download.autodesk.com/us/support/autocad_2020_product_help_download_p...
Snapshot via Internet Archive:
https://web.archive.org/web/20200411184219/http://download.autodesk.com/us/s...
$ sha1sum autocad_2020_offline_help_english_win_64bit_dlm.sfx.exe b1c3faeac3a013c2fb1c8c41a236d035375e52ac autocad_2020_offline_help_english_win_64bit_dlm.sfx.exe
$ du -sh autocad_2020_offline_help_english_win_64bit_dlm.sfx.exe 194M autocad_2020_offline_help_english_win_64bit_dlm.sfx.exe
$ wine --version wine-5.6
Regards
https://bugs.winehq.org/show_bug.cgi?id=12532
Andy knnniggett@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|knnniggett@hotmail.com |
https://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mikrutrafal@protonmail.com
--- Comment #37 from Anastasius Focht focht@gmx.net --- *** Bug 49294 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=12532
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications fail |Multiple applications fail |to install due to msi.dll |to install due to msi.dll |MsiDatabaseGenerateTransfor |MsiDatabaseGenerateTransfor |mW stub (Autodesk True View |mW stub (Autodesk DWG |2009, 3D Studio Max 201X, |TrueView 2009-2021, 3D |AutoCAD 201X, Torch tool |Studio Max 201X, AutoCAD |from WiX, Orca) |201X, Torch tool from WiX, | |Orca)
https://bugs.winehq.org/show_bug.cgi?id=12532
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #38 from winetest@luukku.com --- bug 48913 likely a dupe.
https://bugs.winehq.org/show_bug.cgi?id=12532
jacobbrett+winehqbugs@jacobbrett.id.au changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacobbrett+winehqbugs@jacob | |brett.id.au