Displaying 8 results from an estimated 8 matches for "msi_iteraterecord".
Did you mean:
msi_iteraterecords
2008 Mar 25
9
Autodesk applications (AutoCAD & Civil 3D)
Hello,
My questions are about Autodesk applications (AutoCAD 2008 & Civil 3D 2008).
The main problem is that I can not install them to wine.
When I insert CD, and on terminal type:
Code:
wine setup.exe
I'm getting this messages:
Code:
zarko at zarko-pc:/media/cdrom$ wine setup.exe
fixme:process:IsWow64Process (0xffffffff 0x33feb4) stub!
zarko at zarko-pc:/media/cdrom$
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
...Message+0x6fb() in msi (0x0034f9c8)
5 0x7eb2b530 ui_actionstart+0x50() in msi (0x0034f9e8)
6 0x7eb2d216 ACTION_HandleStandardAction+0xd6() in msi (0x0034fa28)
7 0x7eb2d462 ACTION_PerformAction+0x42() in msi (0x0034fa68)
8 0x7eb2da24 ITERATE_Actions+0x1b4() in msi (0x0034fa98)
9 0x7eb5f6af MSI_IterateRecords+0xcf() in msi (0x0034fad8)
10 0x7eb2b771 ACTION_ProcessExecSequence+0x101() in msi (0x0034fb18)
11 0x7eb2d230 ACTION_HandleStandardAction+0xf0() in msi (0x0034fb58)
12 0x7eb2d763 ACTION_PerformUIAction+0x43() in msi (0x0034fb98)
13 0x7eb2d931 ITERATE_Actions+0xc1() in msi (0x0034fbc8)
14...
2011 Mar 17
1
Unable to instal vcrun2005/vcrun2008 MSCOREE.DLL
...Backtrace:
=>0 0x7b839962 in kernel32 (+0x29962) (0x0033f978)
1 0x7df38368 in mscoree (+0x18367) (0x0033f9a8)
2 0x7df2dff1 in mscoree (+0xdff0) (0x0033f9a8)
3 0x0033f998 (0x0033f9d4)
4 0x606115b7 in fusion (+0x15b6) (0x0033fa48)
5 0x7eccdb26 in msi (+0xdb25) (0x0033fa88)
6 0x7ed242c8 MSI_IterateRecords+0x67() in msi (0x0033fad8)
7 0x7eccc085 in msi (+0xc084) (0x0033fb08)
8 0x7eccdfcf in msi (+0xdfce) (0x0033fb58)
9 0x7ecdcfff ACTION_PerformUIAction+0x3e() in msi (0x0033fba8)
10 0x7ecdd1da in msi (+0x1d1d9) (0x0033fbe8)
11 0x7ed242c8 MSI_IterateRecords+0x67() in msi (0x0033fc38)
12 0x...
2007 Mar 19
1
Can't Install MSWORD
...lt;elf>: __wine_stub_GetNumberOfConsoleFonts<7ee40a2c-0000001b>
| p<7ee40a2c-0>
| 6 0x7ee97a1d EnumResourceNamesW+0x26d(type=0x7edd94ee, lpfun=0x7ed8e710,
| lparam=0x34f870) [./resource.c:462] in kernel32 (0x0034f848) 7
| 0x7ed8ebad rc+0x107 in msi (0x0034f898) 8 0x7edb976f
| MSI_IterateRecords+0x8f(view=0x547600, count=0x0, func=0x7ed8ea50,
| param=0x480020) [./msiquery.c:189] in msi (0x0034f8d8) 9 0x7ed8665e
| szwProduct+0x18 in msi (0x0034f918) 10 0x7ed87950 rec+0x1 in msi
| (0x0034f958) 11 0x7ed87b82 handle+0x27 in msi (0x0034f998) 12 0x7ed89818
| tmp+0xf2 in msi (0x0034f9d8)...
2010 Nov 09
1
IDriver crash on install
...formAction+0x43() in msi (0x0405c608)
4 0x7e552743 in msi (+0x12742) (0x0405c668)
5 0x7e55edea in msi (+0x1ede9) (0x0405c6a8)
6 0x7e55084f in msi (+0x1084e) (0x0405c708)
7 0x7e5525e4 ACTION_PerformAction+0x43() in msi (0x0405c758)
8 0x7e553577 in msi (+0x13576) (0x0405c7a8)
9 0x7e5a1f90 MSI_IterateRecords+0x6f() in msi (0x0405c808)
10 0x7e54faa6 in msi (+0xfaa5) (0x0405c858)
11 0x7e560396 MSI_InstallPackage+0x3d5() in msi (0x0405c8b8)
12 0x7e596b53 MsiInstallProductW+0x82() in msi (0x0405c908)
13 0x7e59d621 MsiInstallProductA+0x180() in msi (0x0405c958)
14 0x004593e7 in idriver (+0x593e6)...
2011 Jul 08
0
Wine release 1.3.24
...t.
msi/tests: Clean up the local package in test_register_product.
msi: Remove directories after removing all files.
msi: Delay creating local installer and patch packages until the product is registered.
msi: Get rid of the remaining tabs.
msi: Use the return value of MSI_IterateRecords (clang).
msi: Avoid using an uninitialized value (clang).
msi: Remove some dead assignments (clang).
msi: Add a stub implementation of MsiDeterminePatchSequence.
msi: Check the transform language against the package language instead of the system language.
msi: Avoid...
2006 Dec 08
0
Wine release 0.9.27
...lParam.
riched20: Make WM_SETFONT call RewrapRepaint instead of UpdateRepaint.
riched20: Make EM_SETCHARFORMAT call ME_RewrapRepaint instead of ME_UpdateRepaint.
riched20: Make EM_SETPARAFORMAT use ME_RewrapRepaint instead of ME_UpdateRepaint.
Mike McCormack (17):
msi: Use MSI_IterateRecords when cloning properties.
msi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSignature.
msi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
msi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
msi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
msi: Use MSI_QueryGe...
2011 Aug 05
0
Wine release 1.3.26
...n the request.
winhttp: Don't send any data if the verb is GET.
msi: Store table and column names in the string table.
msi: Make the column and table name parameters of get_column_info const.
msi: Clean up the database queries.
msi: Always check the return value of MSI_IterateRecords.
winhttp: Disable automatic authentication.
winhttp: Fix some valgrind warnings.
winhttp: Set an appropriate error when the request is cancelled.
winhttp: Factor out request initialization.
winhttp: Store a copy of the proxy server name and bypass list.
kernel32...