Installation Trying to make Orbiter2010-P1 Portable

Bishop

Donator
Donator
Joined
Jun 25, 2009
Messages
28
Reaction score
0
Points
0

Hello

I'm trying to get Orbiter2010-P1 to run as a Portable App, and failing.

When a fresh Orbiter install is ran for the first time it checks 3 things:

Code:
Test 1: Directory structure
Test 2: C++ runtime libraries
Test 3: Checking DirectX

If Test 2: C++ runtime libraries fails, the check program will run the Microsoft utility Install\vcredist_x86.exe which will copy the required files to various Windows System folders.

The copy process will fail unless you are logged in as a System Administrator, and Orbiter will never run.

This is very unfortunate if you are trying to run Orbiter elsewhere than at home.

Orbiter2006 did not have this issue, drag and drop its folder onto a USB stick and it could run from anywhere on almost any system.

I'm trying to get around this limitation, can anyone help?

Thanks,

- B



Apologies for DP, first thread went AWOL on me
 
Last edited:
install on your machine normally and then copy all installed files to USB stick - should work but only on machines with c++ runtime libraries.
 
install on your machine normally and then copy all installed files to USB stick - should work but only on machines with c++ runtime libraries.


Hi Loru

Yep that's the limitation of 2010 vs 2006

I tried the DLL copy method, ran "Install\testvcr.exe" with Process Monitor http://technet.microsoft.com/en-us/sysinternals/bb896645 in the background, watching everything it checked.

Code:
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	20480	D:\orbiter100830\Install\testvcr.exe	n/a	n/a	n/a
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	634880	C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\msvcr80.dll	8.0.50727.4940	Microsoft Corporation	Microsoft® C Runtime Library
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	552960	C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\msvcp80.dll	8.0.50727.4940	Microsoft Corporation	Microsoft® C++ Runtime Library
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	28672	C:\Windows\SysWOW64\fltLib.dll	6.1.7600.16385	Microsoft Corporation	Filter Library
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	36864	C:\Windows\SysWOW64\version.dll	6.1.7600.16385	Microsoft Corporation	Version Checking and File Installation Libraries
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	32768	C:\Windows\System32\wow64cpu.dll	6.1.7601.17651	Microsoft Corporation	AMD64 Wow64 CPU
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	376832	C:\Windows\System32\wow64win.dll	6.1.7601.17651	Microsoft Corporation	Wow64 Console and Win32 API Logging
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	258048	C:\Windows\System32\wow64.dll	6.1.7601.17651	Microsoft Corporation	Win32 Emulation on NT64
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	49152	C:\Windows\SysWOW64\cryptbase.dll	6.1.7600.16385	Microsoft Corporation	Base cryptographic API DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	393216	C:\Windows\SysWOW64\sspicli.dll	6.1.7601.17514	Microsoft Corporation	Security Support Provider Interface
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	835584	C:\Windows\SysWOW64\msctf.dll	6.1.7600.16385	Microsoft Corporation	MSCTF Server DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	1048576	C:\Windows\SysWOW64\user32.dll	6.1.7601.17514	Microsoft Corporation	Multi-User Windows USER API Client DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	102400	C:\Windows\SysWOW64\sechost.dll	6.1.7600.16385	Microsoft Corporation	Host for SCM/SDDL/LSA Lookup APIs
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	655360	C:\Windows\SysWOW64\advapi32.dll	6.1.7601.17514	Microsoft Corporation	Advanced Windows 32 Base API
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	40960	C:\Windows\SysWOW64\lpk.dll	6.1.7600.16385	Microsoft Corporation	Language Pack
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	393216	C:\Windows\SysWOW64\imm32.dll	6.1.7601.17514	Microsoft Corporation	Multi-User Windows IMM32 API Client DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	286720	C:\Windows\SysWOW64\KernelBase.dll	6.1.7601.17651	Microsoft Corporation	Windows NT BASE API Client DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	983040	C:\Windows\SysWOW64\rpcrt4.dll	6.1.7601.17514	Microsoft Corporation	Remote Procedure Call Runtime
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	643072	C:\Windows\SysWOW64\usp10.dll	1.626.7601.17514	Microsoft Corporation	Uniscribe Unicode script processor
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	704512	C:\Windows\SysWOW64\msvcrt.dll	7.0.7600.16385	Microsoft Corporation	Windows NT CRT DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	1024000	C:\Windows\System32\user32.dll	6.1.7601.17514	Microsoft Corporation	Multi-User Windows USER API Client DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	1175552	C:\Windows\System32\kernel32.dll	6.1.7601.17651	Microsoft Corporation	Windows NT BASE API Client DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	1740800	C:\Windows\System32\ntdll.dll	6.1.7601.17514	Microsoft Corporation	NT Layer DLL
testvcr.exe	D:\orbiter100830\Install\testvcr.exe	1572864	C:\Windows\SysWOW64\ntdll.dll	6.1.7601.17514	Microsoft Corporation	NT Layer DLL


That's every file darn file TESTVCR looks at/for... I copied both of the Microsoft® C Runtime Library DLLs to my USB\Orbiter folder, then tried to run ORBITER on a PC without the Libraries installed.
No Luck :chainsaw:

The files were:

C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\
04/11/2010 17:58 479,232 msvcm80.dll
04/11/2010 17:58 554,832 msvcp80.dll
04/11/2010 17:58 632,656 msvcr80.dll


---------- Post added at 11:38 AM ---------- Previous post was at 11:11 AM ----------

LATER...

Is it impossible to have a truly portable Orbiter 2010..?

[ame="http://en.wikipedia.org/wiki/Static_library"]http://en.wikipedia.org/wiki/Static_library[/ame]
 
Last edited:
Hi Bishop,

ever tried Dependency Walker ?

It should give you all the dependencies of Orbiter.exe

(At least) two DLLs are always missing, but Orbiter still works without 'em ;)
* IESHIMS.DLL
* WER.DLL

Just as an example this is what Orbiter-101016 likes to have:
Code:
********************************| Module List |*********************************
*                                                                              *
* Legend: D  Delay Load Module   ?  Missing Module           6  64-bit Module  *
*         *  Dynamic Module      !  Invalid Module                             *
*                                E  Import/Export Mismatch or Load Failure     *
*                                                                              *
********************************************************************************

       Module                                                                                                             File Time Stamp   Link Time Stamp   File Size   Attr.  Link Checksum  Real Checksum  CPU  Subsystem  Symbols  Preferred Base  Actual Base  Virtual Size  Load Order  File Ver         Product Ver      Image Ver  Linker Ver  OS Ver  Subsystem Ver
-----  -----------------------------------------------------------------------------------------------------------------  ----------------  ----------------  ----------  -----  -------------  -------------  ---  ---------  -------  --------------  -----------  ------------  ----------  ---------------  ---------------  ---------  ----------  ------  -------------
[D? ]  IESHIMS.DLL                                                                                                        Error opening file. Das System kann die angegebene Datei nicht finden (2).
[D? ]  WER.DLL                                                                                                            Error opening file. Das System kann die angegebene Datei nicht finden (2).
[D  ]  c:\windows\system32\MPR.DLL                                                                                        14.04.2008 04:22  14.04.2008 04:21      59.904  A      0x0001E86A     0x0001E86A     x86  Console    CV       0x71A80000      Unknown      0x00012000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\ADVAPI32.DLL                                                                                   09.02.2009 12:51  09.02.2009 12:51     678.400  A      0x000A9C74     0x000A9C74     x86  Console    CV       0x77DA0000      Unknown      0x000AA000    Not Loaded  5.1.2600.5755    5.1.2600.5755    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\DCIMAN32.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20       8.704  A      0x0000C9BD     0x0000C9BD     x86  Console    CV       0x73B30000      Unknown      0x00006000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[   ]  c:\windows\system32\DDRAW.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:20     279.552  A      0x00047184     0x00047184     x86  GUI        CV       0x736D0000      Unknown      0x0004B000    Not Loaded  5.3.2600.5512    5.3.2600.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\DINPUT.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:20     163.328  A      0x0002997C     0x0002997C     x86  GUI        CV       0x72210000      Unknown      0x0002B000    Not Loaded  5.3.2600.5512    5.3.2600.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\GDI32.DLL                                                                                      23.10.2008 14:36  23.10.2008 14:36     286.720  A      0x00046CD8     0x00046CD8     x86  Console    CV       0x77EF0000      Unknown      0x00049000    Not Loaded  5.1.2600.5698    5.1.2600.5698    5.1        7.10        5.1     4.10
[   ]  c:\windows\system32\KERNEL32.DLL                                                                                   21.03.2009 16:06  21.03.2009 16:06   1.063.424  A      0x00106D93     0x00106D93     x86  Console    CV       0x7C800000      Unknown      0x00108000    Not Loaded  5.1.2600.5781    5.1.2600.5781    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\MSVCRT.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:23     343.040  A      0x000617F7     0x000617F7     x86  GUI        CV       0x77BE0000      Unknown      0x00058000    Not Loaded  7.0.2600.5512    6.1.8638.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\NTDLL.DLL                                                                                      09.12.2010 17:15  09.12.2010 17:15     743.936  A      0x000B8395     0x000B8395     x86  Console    CV       0x7C910000      Unknown      0x000B9000    Not Loaded  5.1.2600.6055    5.1.2600.6055    5.1        7.10        5.1     4.10
[   ]  c:\windows\system32\RPCRT4.DLL                                                                                     16.08.2010 10:44  16.08.2010 10:44     590.848  A      0x000942FC     0x000942FC     x86  Console    CV       0x77E50000      Unknown      0x00093000    Not Loaded  5.1.2600.6022    5.1.2600.6022    5.1        7.10        5.1     4.10
[   ]  c:\windows\system32\SECUR32.DLL                                                                                    25.06.2009 10:25  25.06.2009 10:25      56.832  A      0x00015B0A     0x00015B0A     x86  Console    CV       0x77FC0000      Unknown      0x00011000    Not Loaded  5.1.2600.5834    5.1.2600.5834    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\SHELL32.DLL                                                                                    21.01.2011 16:44  21.01.2011 16:44   8.503.296  A      0x00821FF5     0x00821FF5     x86  GUI        CV       0x7E670000      Unknown      0x00821000    Not Loaded  6.0.2900.6072    6.0.2900.6072    5.1        7.10        5.1     4.10
[   ]  c:\windows\system32\SHLWAPI.DLL                                                                                    08.12.2009 11:23  08.12.2009 11:23     474.624  A      0x00077F4D     0x00077F4D     x86  GUI        CV       0x77F40000      Unknown      0x00076000    Not Loaded  6.0.2900.5912    6.0.2900.5912    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\USER32.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     580.096  A      0x00098209     0x00098209     x86  GUI        CV       0x7E360000      Unknown      0x00091000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\system32\WINMM.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:22     178.176  A      0x00039E54     0x00039E54     x86  GUI        CV       0x76AF0000      Unknown      0x0002E000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[   ]  c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCP80.DLL                 14.05.2011 01:12  14.05.2011 03:35     554.832  A      0x0008D0CD     0x0008D0CD     x86  GUI        CV       0x7C420000      Unknown      0x00087000    Not Loaded  8.0.50727.6195   8.0.50727.6195   0.0        8.0         4.0     4.0
[   ]  c:\windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\MSVCR80.DLL                 14.05.2011 01:17  14.05.2011 03:33     632.656  A      0x000A071F     0x000A071F     x86  GUI        CV       0x78130000      Unknown      0x0009B000    Not Loaded  8.0.50727.6195   8.0.50727.6195   0.0        8.0         4.0     4.0
[   ]  c:\windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\COMCTL32.DLL  23.08.2010 18:11  23.08.2010 18:11   1.054.208  A      0x0010ACB8     0x0010ACB8     x86  GUI        CV       0x773A0000      Unknown      0x00103000    Not Loaded  6.0.2900.6028    6.0.2900.6028    5.1        7.10        5.1     4.10
[   ]  d:\programme\orbiter\2010\101016\ORBITER.EXE                                                                       16.10.2010 18:48  16.10.2010 18:48   2.248.704  A      0x002280F6     0x002280F6     x86  GUI        None     0x00400000      Unknown      0x002E8000    Not Loaded  N/A              N/A              0.0        8.0         4.0     4.0
[D  ]  c:\windows\system32\ACTIVEDS.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20     193.536  A      0x0002FE6B     0x0002FE6B     x86  Console    CV       0x77C90000      Unknown      0x00032000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\ADSLDPC.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     143.360  A      0x0002F92F     0x0002F92F     x86  Console    CV       0x76DD0000      Unknown      0x00025000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\ADVPACK.DLL                                                                                    08.03.2009 04:32  08.03.2009 13:32     128.512  A      0x000273BA     0x000273BA     x86  GUI        CV       0x65000000      Unknown      0x0002E000    Not Loaded  8.0.6001.18702   8.0.6001.18702   6.0        8.0         6.0     5.0
[D  ]  c:\windows\system32\APPHELP.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     125.952  A      0x000264BA     0x000264BA     x86  GUI        CV       0x77B10000      Unknown      0x00022000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\ATL.DLL                                                                                        17.07.2009 21:01  17.07.2009 21:01      58.880  A      0x00014480     0x00014480     x86  Console    CV       0x76AD0000      Unknown      0x00011000    Not Loaded  3.5.2284.2       6.5.0.2284       5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\AUTHZ.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21      62.464  A      0x00017C88     0x00017C88     x86  Console    CV       0x77690000      Unknown      0x00012000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\BROWSEUI.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20   1.025.024  A      0x000FAC19     0x000FAC19     x86  GUI        CV       0x75F20000      Unknown      0x000FD000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CABINET.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20      60.416  A      0x000157D9     0x000157D9     x86  GUI        CV       0x750D0000      Unknown      0x00013000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CDFVIEW.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     152.064  A      0x00029AC0     0x00029AC0     x86  GUI        CV       0x6FFB0000      Unknown      0x00027000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CERTCLI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     198.144  A      0x0003B15B     0x0003B15B     x86  Console    CV       0x752D0000      Unknown      0x00033000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\CFGMGR32.DLL                                                                                   14.04.2008 04:20  14.04.2008 04:20      16.896  A      0x0000D135     0x0000D135     x86  GUI        CV       0x74A60000      Unknown      0x00007000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CLUSAPI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20      58.368  A      0x000164F2     0x000164F2     x86  Console    CV       0x76D60000      Unknown      0x00012000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\COMDLG32.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20     281.600  A      0x0005400B     0x0005400B     x86  GUI        CV       0x76350000      Unknown      0x0004A000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\CREDUI.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     165.376  A      0x00037097     0x00037097     x86  Console    CV       0x76BC0000      Unknown      0x0002F000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\CRYPT32.DLL                                                                                    09.09.2011 11:11  09.09.2011 11:11     604.160  A      0x000A239D     0x000A239D     x86  GUI        CV       0x77A50000      Unknown      0x00096000    Not Loaded  5.131.2600.6149  5.131.2600.6149  5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CRYPTUI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     530.944  A      0x00089C26     0x00089C26     x86  GUI        CV       0x76880000      Unknown      0x00085000    Not Loaded  5.131.2600.5512  5.131.2600.5512  5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\CSCDLL.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     102.912  A      0x00019323     0x00019323     x86  Console    CV       0x765A0000      Unknown      0x0001D000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\DBGHELP.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     640.000  A      0x000A1184     0x000A1184     x86  Console    CV       0x59DD0000      Unknown      0x000A1000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\DEVMGR.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:20     287.744  A      0x000478FC     0x000478FC     x86  GUI        CV       0x72A00000      Unknown      0x00049000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\DHCPCSVC.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21     127.488  A      0x0002633A     0x0002633A     x86  Console    CV       0x7D4C0000      Unknown      0x00022000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\DNSAPI.DLL                                                                                     03.03.2011 08:54  03.03.2011 08:54     149.504  A      0x00034466     0x00034466     x86  Console    CV       0x76EE0000      Unknown      0x00027000    Not Loaded  5.1.2600.6089    5.1.2600.6089    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\DOT3API.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21      26.112         0x0000FF52     0x0000FF52     x86  Console    CV       0x5F8F0000      Unknown      0x0000A000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\DOT3DLG.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21       9.216         0x0000754F     0x0000754F     x86  GUI        CV       0x71260000      Unknown      0x00006000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\DUSER.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:20     304.128  A      0x0004CECE     0x0004CECE     x86  GUI        CV       0x6C670000      Unknown      0x0004D000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\EAPOLQEC.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21      30.720         0x00012BAE     0x00012BAE     x86  Console    CV       0x745C0000      Unknown      0x0000B000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\EAPPCFG.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     126.976         0x0002912B     0x0002912B     x86  Console    CV       0x6DB40000      Unknown      0x00022000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\EAPPPRXY.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21      40.960         0x0000C257     0x0000C257     x86  Console    CV       0x47700000      Unknown      0x0000E000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\EFSADU.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:20      27.136  A      0x0001663C     0x0001663C     x86  GUI        CV       0x6C140000      Unknown      0x0000C000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\ESENT.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21   1.094.144  A      0x001185A3     0x001185A3     x86  Console    CV       0x5E200000      Unknown      0x00110000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\HLINK.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:20      72.704  A      0x0001EA59     0x0001EA59     x86  Console    CV       0x767D0000      Unknown      0x00015000    Not Loaded  5.2.3790.2748    5.2.3790.2748    5.2        7.10        5.2     4.10
[D  ]  c:\windows\system32\HNETCFG.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:20     348.672  A      0x0005ABCB     0x0005ABCB     x86  GUI        CV       0x66710000      Unknown      0x00059000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\IEFRAME.DLL                                                                                    23.06.2011 20:31  23.06.2011 20:31  11.081.728  A      0x00A96C64     0x00A96C64     x86  GUI        CV       0x41140000      Unknown      0x00A95000    Not Loaded  8.0.6001.19098   8.0.6001.19098   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\IERTUTIL.DLL                                                                                   23.06.2011 20:31  23.06.2011 20:31   1.991.680  A      0x001E9795     0x001E9795     x86  GUI        CV       0x40F50000      Unknown      0x001E9000    Not Loaded  8.0.6001.19098   8.0.6001.19098   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\IEUI.DLL                                                                                       08.03.2009 04:22  08.03.2009 13:22     164.352         0x00035F55     0x00035F55     x86  GUI        CV       0x00400000      Unknown      0x0002A000    Not Loaded  8.0.6001.18702   8.0.6001.18702   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\IMAGEHLP.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21     144.384  A      0x00031C8F     0x00031C8F     x86  Console    CV       0x76C50000      Unknown      0x00028000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\IMGUTIL.DLL                                                                                    08.03.2009 04:31  08.03.2009 13:31      34.816  A      0x00017FCB     0x00017FCB     x86  GUI        CV       0x1B000000      Unknown      0x0000C000    Not Loaded  8.0.6001.18702   8.0.6001.18702   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\IMM32.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21     110.080  A      0x000243A4     0x000243A4     x86  GUI        CV       0x76330000      Unknown      0x0001D000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\INETCOMM.DLL                                                                                   02.05.2011 17:31  02.05.2011 17:31     692.736  A      0x000B1876     0x000B1876     x86  GUI        CV       0x75C90000      Unknown      0x000AE000    Not Loaded  6.0.2900.6109    6.0.2900.6109    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\IPHLPAPI.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20      95.744  A      0x000195B9     0x000195B9     x86  Console    CV       0x76D20000      Unknown      0x00019000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\LINKINFO.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:20      19.968  A      0x0000E56D     0x0000E56D     x86  GUI        CV       0x76930000      Unknown      0x00008000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\LZ32.DLL                                                                                       04.08.2004 14:00  18.08.2001 07:33       2.560  A      0x0000851D     0x0000851D     x86  Console    PDB      0x73DC0000      Unknown      0x00003000    Not Loaded  5.1.2600.0       5.1.2600.0       5.1        7.0         5.1     5.1
[D  ]  c:\windows\system32\MFC42U.DLL                                                                                     08.02.2011 19:03  08.02.2011 15:33     974.848  A      0x000F85F8     0x000F85F8     x86  GUI        CV       0x727A0000      Unknown      0x000F2000    Not Loaded  6.2.8081.0       6.2.4.0          6.0        7.10        4.0     4.0
[D  ]  c:\windows\system32\MLANG.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21     586.240  A      0x00090B63     0x00090B63     x86  GUI        CV       0x75DC0000      Unknown      0x00091000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\MOBSYNC.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     209.408  A      0x0003618C     0x0003618C     x86  Console    CV       0x61AA0000      Unknown      0x00037000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\MPRAPI.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      87.040  A      0x00020E73     0x00020E73     x86  Console    CV       0x76D00000      Unknown      0x00018000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\MPRUI.DLL                                                                                      04.08.2004 14:00  18.08.2001 13:50      48.128  A      0x00015B9B     0x00015B9B     x86  Console    PDB      0x71A60000      Unknown      0x0000F000    Not Loaded  5.1.2600.0       5.1.2600.0       5.1        7.0         5.1     4.10
[D  ]  c:\windows\system32\MSASN1.DLL                                                                                     04.09.2009 23:03  04.09.2009 23:03      58.880  A      0x0001370C     0x0001370C     x86  GUI        CV       0x77AF0000      Unknown      0x00012000    Not Loaded  5.1.2600.5875    5.1.2600.5875    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\MSFEEDS.DLL                                                                                    23.06.2011 20:31  23.06.2011 20:31     602.112  A      0x000A0DB7     0x000A0DB7     x86  GUI        CV       0x45200000      Unknown      0x00096000    Not Loaded  8.0.6001.19098   8.0.6001.19098   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\MSGINA.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:22   1.005.568  A      0x0010490C     0x0010490C     x86  Console    CV       0x75910000      Unknown      0x000FA000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\MSHTML.DLL                                                                                     25.07.2011 17:09  25.07.2011 17:09   5.969.920  A      0x005B3A85     0x005B3A85     x86  GUI        CV       0x3FEF0000      Unknown      0x005B5000    Not Loaded  8.0.6001.19120   8.0.6001.19120   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\MSI.DLL                                                                                        14.04.2008 04:22  14.04.2008 04:23   2.843.136  A      0x002BC60A     0x002BC60A     x86  Console    CV       0x7D1F0000      Unknown      0x002BC000    Not Loaded  3.1.4001.5512    3.1.4001.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\MSIMG32.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:23       4.608  A      0x00002BA5     0x00002BA5     x86  Console    CV       0x76320000      Unknown      0x00005000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\MSLS31.DLL                                                                                     08.03.2009 04:22  08.03.2009 13:22     156.160  A      0x0002A2E5     0x0002A2E5     x86  GUI        CV       0x00400000      Unknown      0x00029000    Not Loaded  3.10.349.0       3.10.0.0         6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\MSOERT2.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:23     105.984  A      0x00026250     0x00026250     x86  GUI        CV       0x76830000      Unknown      0x00022000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\MSRATING.DLL                                                                                   08.03.2009 04:34  08.03.2009 13:34     193.536  A      0x000372E7     0x000372E7     x86  GUI        CV       0x63400000      Unknown      0x00033000    Not Loaded  8.0.6001.18702   8.0.6001.18702   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\MSSIGN32.DLL                                                                                   04.08.2004 14:00  18.08.2001 13:50      36.352  A      0x0000C8AF     0x0000C8AF     x86  GUI        PDB      0x72070000      Unknown      0x0000B000    Not Loaded  5.131.2600.0     5.131.2600.0     5.1        7.0         5.1     4.0
[D  ]  c:\windows\system32\MSVCP60.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:23     413.696  A      0x00071F5F     0x00071F5F     x86  GUI        CV       0x76020000      Unknown      0x00065000    Not Loaded  6.2.3104.0       6.2.3104.0       0.0        7.10        4.0     4.0
[D  ]  c:\windows\system32\MSWSOCK.DLL                                                                                    20.06.2008 18:02  20.06.2008 18:02     247.296  A      0x0004850F     0x0004850F     x86  Console    CV       0x719B0000      Unknown      0x00040000    Not Loaded  5.1.2600.5625    5.1.2600.5625    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\NETAPI32.DLL                                                                                   15.10.2008 18:35  15.10.2008 18:35     337.408  A      0x0005A8D4     0x0005A8D4     x86  Console    CV       0x597D0000      Unknown      0x00055000    Not Loaded  5.1.2600.5694    5.1.2600.5694    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETCFGX.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     633.856  A      0x000A3D05     0x000A3D05     x86  GUI        CV       0x75580000      Unknown      0x0009D000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETMAN.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     198.144  A      0x00035022     0x00035022     x86  GUI        CV       0x77CD0000      Unknown      0x00033000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETPLWIZ.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21     883.712  A      0x000DCCF4     0x000DCCF4     x86  GUI        CV       0x5F950000      Unknown      0x000DC000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\NETRAP.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      11.776  A      0x00007BC3     0x00007BC3     x86  Console    CV       0x71C00000      Unknown      0x00007000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\NETSHELL.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21   1.722.880  A      0x001A5F45     0x001A5F45     x86  GUI        CV       0x763A0000      Unknown      0x001AA000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETUI0.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      81.920  A      0x00014CDE     0x00014CDE     x86  GUI        CV       0x71C50000      Unknown      0x00017000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETUI1.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     245.760  A      0x0003EADB     0x0003EADB     x86  GUI        CV       0x71C10000      Unknown      0x00040000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\NETUI2.DLL                                                                                     04.08.2004 14:00  18.08.2001 13:50     312.320  A      0x00057323     0x00057323     x86  GUI        PDB      0x71B10000      Unknown      0x0004F000    Not Loaded  5.1.2600.0       5.1.2600.0       5.1        7.0         5.1     4.0
[D  ]  c:\windows\system32\NORMALIZ.DLL                                                                                   07.01.2009 18:20  29.06.2006 17:05      23.552  A      0x00010188     0x00010188     x86  GUI        CV       0x00400000      Unknown      0x00009000    Not Loaded  6.0.5441.0       6.0.5441.0       6.0        8.0         6.0     5.0
[D  ]  c:\windows\system32\NTDSAPI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21      67.072  A      0x0001A382     0x0001A382     x86  Console    CV       0x76750000      Unknown      0x00013000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\NTLANMAN.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21      44.032  A      0x0000C94E     0x0000C94E     x86  GUI        CV       0x71B90000      Unknown      0x0000E000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\OCCACHE.DLL                                                                                    23.06.2011 20:31  23.06.2011 20:31     206.848         0x0004019A     0x0004019A     x86  GUI        CV       0x407B0000      Unknown      0x00035000    Not Loaded  8.0.6001.19098   8.0.6001.19098   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\ODBC32.DLL                                                                                     09.11.2010 16:51  09.11.2010 16:51     249.856  A      0x0004A1DF     0x0004A1DF     x86  GUI        CV       0x745D0000      Unknown      0x0003D000    Not Loaded  3.525.3012.0     3.525.3012.0     5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\OLE32.DLL                                                                                      16.07.2010 14:05  16.07.2010 14:05   1.288.192  A      0x001477B1     0x001477B1     x86  Console    CV       0x774B0000      Unknown      0x0013E000    Not Loaded  5.1.2600.6010    5.1.2600.6010    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\OLEACC.DLL                                                                                     08.10.2009 15:57  08.10.2009 23:56     220.160  A      0x0003C3A2     0x0003C3A2     x86  GUI        CV       0x61880000      Unknown      0x0003A000    Not Loaded  7.0.2600.5884    5.1.2600.5884    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\OLEAUT32.DLL                                                                                   20.12.2010 19:32  20.12.2010 19:32     551.936         0x00087F39     0x00087F39     x86  Console    CV       0x770F0000      Unknown      0x0008B000    Not Loaded  5.1.2600.6058    5.1.2600.6058    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\OLEDLG.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     126.976  A      0x000289D3     0x000289D3     x86  GUI        CV       0x74CB0000      Unknown      0x00023000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\OLEPRO32.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21      84.992  A      0x00018EB4     0x00018EB4     x86  Console    CV       0x5F1A0000      Unknown      0x00017000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\ONEX.DLL                                                                                       14.04.2008 04:22  14.04.2008 04:21     145.408         0x000313CF     0x000313CF     x86  Console    CV       0x72760000      Unknown      0x00028000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\POWRPROF.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21      17.408  A      0x0000B124     0x0000B124     x86  GUI        CV       0x74A50000      Unknown      0x00008000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\PRINTUI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     576.512  A      0x0008F058     0x0008F058     x86  Console    CV       0x74B00000      Unknown      0x0008F000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\PSAPI.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21      23.040  A      0x0001486A     0x0001486A     x86  Console    CV       0x76BB0000      Unknown      0x0000B000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\QUERY.DLL                                                                                      17.07.2009 18:15  17.07.2009 18:15   1.441.792  A      0x0016BFF2     0x0016BFF2     x86  GUI        CV       0x7D9B0000      Unknown      0x00167000    Not Loaded  5.1.2600.5847    5.1.2600.5847    5.1        7.10        5.1     5.0
[D  ]  c:\windows\system32\QUTIL.DLL                                                                                      14.04.2008 04:22  14.04.2008 04:21      76.800         0x00022A64     0x00022A64     x86  Console    CV       0x61900000      Unknown      0x00016000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\RASAPI32.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21     237.056  A      0x00047714     0x00047714     x86  GUI        CV       0x76EA0000      Unknown      0x0003C000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\RASDLG.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     687.104  A      0x000AE741     0x000AE741     x86  Console    CV       0x754D0000      Unknown      0x000AB000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\RASMAN.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      61.440  A      0x0001AE32     0x0001AE32     x86  GUI        CV       0x76E50000      Unknown      0x00012000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\REGAPI.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      49.664  A      0x00015009     0x00015009     x86  Console    CV       0x76B70000      Unknown      0x0000F000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\RTUTILS.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21      44.032  A      0x000177AC     0x000177AC     x86  Console    CV       0x76E40000      Unknown      0x0000E000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\SAMLIB.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      64.000  A      0x00013F30     0x00013F30     x86  Console    CV       0x71B70000      Unknown      0x00013000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\SCECLI.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     187.904  A      0x0003DDA8     0x0003DDA8     x86  Console    CV       0x7D520000      Unknown      0x00031000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\SETUPAPI.DLL                                                                                   14.04.2008 07:52  14.04.2008 04:21     989.696  A      0x000F3953     0x000F3953     x86  GUI        CV       0x778F0000      Unknown      0x000F4000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\SHDOCVW.DLL                                                                                    18.07.2009 18:03  18.07.2009 18:03   1.509.888  A      0x0017C7D9     0x0017C7D9     x86  GUI        CV       0x7E1E0000      Unknown      0x00173000    Not Loaded  6.0.2900.5848    6.0.2900.5848    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\SHSVCS.DLL                                                                                     28.07.2009 01:16  28.07.2009 01:15     135.680  A      0x000244E0     0x000244E0     x86  GUI        CV       0x776B0000      Unknown      0x00024000    Not Loaded  6.0.2900.5853    6.0.2900.5853    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\TAPI32.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21     181.760  A      0x0002F62D     0x0002F62D     x86  GUI        CV       0x76E70000      Unknown      0x0002F000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\URLMON.DLL                                                                                     23.06.2011 20:31  23.06.2011 20:31   1.212.416  A      0x0012EDA5     0x0012EDA5     x86  GUI        CV       0x452E0000      Unknown      0x00133000    Not Loaded  8.0.6001.19100   8.0.6001.19100   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\USERENV.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     736.768  A      0x000C10C5     0x000C10C5     x86  GUI        CV       0x76620000      Unknown      0x000B6000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\USP10.DLL                                                                                      16.04.2010 17:36  16.04.2010 17:36     406.016  A      0x00066DAA     0x00066DAA     x86  GUI        CV       0x75790000      Unknown      0x0006B000    Not Loaded  1.420.2600.5969  1.420.2600.5969  5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\UTILDLL.DLL                                                                                    04.08.2004 14:00  18.08.2001 13:52      26.112  A      0x0000E0BF     0x0000E0BF     x86  Console    PDB      0x5B130000      Unknown      0x0000A000    Not Loaded  5.1.2600.0       5.1.2600.0       5.1        7.0         5.1     4.0
[D  ]  c:\windows\system32\UXTHEME.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     219.136  A      0x0003C871     0x0003C871     x86  GUI        CV       0x5B0F0000      Unknown      0x00038000    Not Loaded  6.0.2900.5512    6.0.2900.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\VERSION.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21      18.944  A      0x0000AC81     0x0000AC81     x86  GUI        CV       0x77BD0000      Unknown      0x00008000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\W32TOPL.DLL                                                                                    04.08.2004 14:00  18.08.2001 13:50      22.016  A      0x0000E010     0x0000E010     x86  Console    PDB      0x71ED0000      Unknown      0x00009000    Not Loaded  5.1.2600.0       5.1.2600.0       5.1        7.0         5.1     4.10
[D  ]  c:\windows\system32\WINHTTP.DLL                                                                                    25.08.2009 11:17  25.08.2009 11:17     354.816  A      0x00057CC8     0x00057CC8     x86  GUI        CV       0x4D5C0000      Unknown      0x00059000    Not Loaded  5.1.2600.5868    5.1.2600.5868    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WININET.DLL                                                                                    23.06.2011 20:31  23.06.2011 20:31     916.480  A      0x000EA002     0x000EA002     x86  GUI        CV       0x408B0000      Unknown      0x000E6000    Not Loaded  8.0.6001.19098   8.0.6001.19098   6.0        8.0         6.0     5.1
[D  ]  c:\windows\system32\WINSCARD.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:21     100.352  A      0x00026E11     0x00026E11     x86  Console    CV       0x72360000      Unknown      0x0001C000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WINSPOOL.DRV                                                                                   14.04.2008 04:23  14.04.2008 04:21     146.944  A      0x00032B72     0x00032B72     x86  GUI        CV       0x72F70000      Unknown      0x00026000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WINSTA.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:21      53.760  A      0x00016587     0x00016587     x86  Console    CV       0x76300000      Unknown      0x00010000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WINTRUST.DLL                                                                                   24.12.2009 08:59  24.12.2009 08:59     177.664  A      0x0003A9D0     0x0003A9D0     x86  GUI        CV       0x76BF0000      Unknown      0x0002E000    Not Loaded  5.131.2600.5922  5.131.2600.5922  5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WLDAP32.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:21     173.056  A      0x00037D38     0x00037D38     x86  GUI        CV       0x76F20000      Unknown      0x0002D000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WMI.DLL                                                                                        14.04.2008 04:21  14.04.2008 04:22       5.632  A      0x000025A5     0x000025A5     x86  GUI        CV       0x76CF0000      Unknown      0x00004000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WS2_32.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:22      82.432  A      0x0001692C     0x0001692C     x86  Console    CV       0x71A10000      Unknown      0x00017000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WS2HELP.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:22      19.968  A      0x0001495F     0x0001495F     x86  Console    CV       0x71A00000      Unknown      0x00008000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WSOCK32.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:23      24.576  A      0x00010E07     0x00010E07     x86  Console    CV       0x71A30000      Unknown      0x0000A000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WTSAPI32.DLL                                                                                   14.04.2008 04:22  14.04.2008 04:23      18.432  A      0x0000C6DB     0x0000C6DB     x86  Console    CV       0x76F10000      Unknown      0x00008000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WZCDLG.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:23     384.512  A      0x00068BA3     0x00068BA3     x86  GUI        CV       0x4F4A0000      Unknown      0x00061000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.0
[D  ]  c:\windows\system32\WZCSAPI.DLL                                                                                    14.04.2008 04:22  14.04.2008 04:23      52.736  A      0x00015F55     0x00015F55     x86  Console    CV       0x72FA0000      Unknown      0x00010000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\WZCSVC.DLL                                                                                     14.04.2008 04:22  14.04.2008 04:23     483.840  A      0x0007B482     0x0007B482     x86  Console    CV       0x7DB20000      Unknown      0x0008C000    Not Loaded  5.1.2600.5512    5.1.2600.5512    5.1        7.10        5.1     4.10
[D  ]  c:\windows\system32\XMLLITE.DLL                                                                                    07.01.2009 18:21  14.07.2006 17:52     121.856  A      0x00023525     0x00023525     x86  GUI        CV       0x47060000      Unknown      0x00021000    Not Loaded  1.0.1018.0       1.0.1018.0       5.1        7.10        5.1     4.0
[D  ]  c:\windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6002.22509_x-ww_c7dad023\GDIPLUS.DLL          23.10.2010 02:50  23.10.2010 02:50   1.748.992  A      0x001B0397     0x001B0397     x86  Console    CV       0x4EBA0000      Unknown      0x001AB000    Not Loaded  5.2.6002.22509   5.2.6002.22509   6.0        8.0         6.0     4.0

Maybe you can use the informations that Dependency Walker gives you.

/Kuddel
 
Hi Bishop,

ever tried Dependency Walker ?

It should give you all the dependencies of Orbiter.exe

(At least) two DLLs are always missing, but Orbiter still works without 'em ;)
* IESHIMS.DLL
* WER.DLL

Maybe you can use the informations that Dependency Walker gives you.

/Kuddel

Thanks Kuddel, I'll give it a try.

other thread vanished, thanks for sticking with me ;-)

---------- Post added at 12:01 PM ---------- Previous post was at 11:47 AM ----------

Well that didn't take long :-)

I copied existing IESHIMS.DLL and WER.DLL from a SYSTEM folder and DWalker was happier

Code:
C:\Windows\winsxs\amd64_microsoft-windows-ie-ieshims_31bf3856ad364e35_8.0.7600.16385_none_be3c68d42aec01f7\IEShims.dll
C:\Windows\System32\wer.dll

It did complain about
Code:
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

sure what harm, I'm running it on a known good install.

I copied the DLLs to the USB folder and...:nono:
 
Hi again,

maybe I didn't make myself clear on that: WER.DLL & IESHIMS.DLL
are not needed...at least not for me ;)

On the other hand, you copied the wrong DLL:

C:\Windows\winsxs\amd64_microsoft-windows-ie-ieshims_31bf3856ad364e35_8.0.7600.16385_none_be3c68d42aec01f7\IEShims.dll

This is not for the CPU-Architectue you are making this for (which is x86, not AMD64 or IA64, right?).
So the error you've encountered are most likely to be related to that wrong DLL. I would recomend not to copy (respectively remove) that one from your Stick-setup.

Cheers,
Kuddel
 
Hi again,

maybe I didn't make myself clear on that: WER.DLL & IESHIMS.DLL
are not needed...at least not for me ;)

On the other hand, you copied the wrong DLL:

Cheers,
Kuddel

Well spotted :thumbup:

I copied them so DWalker wouldn't complain about their absence, that's about it...

- B

PS I found why that particular folder is so named in the first place...
"AMD64 is the name for all the 64 bit software components in Windows 7 64 bit editions. It is called "AMD64" because AMD produced the first consumer 64 bit processor, the Athlon 64."

Now there's the solution to
Code:
Error: Modules with different CPU types were found.

Progress! :)
 
Last edited:
Orb drops a clue?


Orb my man... What you say here, does it apply to what I'm trying to do...?


HTML:
http://www.orbiter-forum.com/showthread.php?p=307427&postcount=2


"If modules are statically linked, they don't require the appropriate redistributable packages, because all the required code is compiled in the module
."
 
What that means is that any add-ons that are statically linked will run fine without any MSVC++ redistributable packages needing to be installed on the computer first. However, most add-ons are dynamically linked. (XRs are statically linked, BTW.) In general, if you want a portable Orbiter installation to work you will need the MSVC++ redistributables installed on the target computer. Furthermore, there are multilple versions of the Visual Studio (C++) redistributables (one for each MSVC++ version), so you will probably need Visual Studio 2005, 2008, and 2010 redistributables on the target computer depending on what add-ons you want to run. You also may need Visual C++ 6.0 redistributables for older add-ons.
 
However, most add-ons are dynamically linked. (XRs are statically linked, BTW.)


Hi DB!

So XRs are statically linked :hmm:

From [ame]http://en.wikipedia.org/wiki/Statically_linked_library[/ame] "library code is stored within the executable rather than in separate files"

Did you make them that way when you "Compiled" them?

Is it possible to change a Program from Dynamically linked to Statically linked if you're not the Programmer? :yes:

Thanks,

-B
 
Did you make them that way when you "Compiled" them?
Yes, he did.

Is it possible to change a Program from Dynamically linked to Statically linked if you're not the Programmer?
No. You need at least compiled object files (if not sources) of the program and static C++ libraries to link them statically.
 
Back
Top