jfacen0902 / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

vc2005trial verb aborts #243

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
vc2005trial failed, with fatal error dialog box and no devenv.exe.  Log showed

    err:module:import_dll Library sqdedev.DLL (which is needed by L"C:\\users\\dank\\Temp\\msi457a.tmp") not found
    err:msi:create_temp_binary failed to load dll (null) (126)
    err:msi:ITERATE_Actions Execution halted, action
    L"CA_SqlDebug.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1627

Appdb for visual c++ 2003 says missing dqdedev.dll is harmless, so perhaps 
that's not why the msi fails with 1627, we'll have to look at a +msi log.

From googling, looks like this verb worked in mid-2009, and in Feb 2010 when -q 
support was added.

Original issue reported on code.google.com by daniel.r...@gmail.com on 1 Feb 2011 at 2:27