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