This post has been edited by SearanoX: 06 September 2012 - 01:24 PM
KernelEx for Win2000 Kernel Extension for Windows 2000
#261
Posted 06 September 2012 - 01:23 PM
#262
Posted 06 September 2012 - 07:18 PM
What does it mean "Extracting it and then trying to install doesn't work, at least for me" ?
SearanoX, on 06 September 2012 - 01:23 PM, said:
#263
Posted 06 September 2012 - 10:05 PM
I meant that if you have WinZIP or WinRAR installed, you can open up the archive. For example, if I download the trial version of Office 2010, it's just a single file archive. If you right click on it, you can open it up with WinRAR and extract it to a directory of your choice. However, doing that makes the installation run into problems on Win2k. In the case of Office 2010, the usual error the pops up when launching setup.exe is "The Language of this installation package is not supported by your system."
#264
Posted 06 September 2012 - 10:50 PM
If you installed Office 2010 SP1.
PLz change binary by the following
%ProgramFiles%\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe
14.0.6010.1000
00033fbc: 85C0752BFF15 -> 85C0EB2BFF15
%ProgramFiles%\Common Files\Microsoft Shared\OFFICE14\Office Setup Controller\Osetup.DLL
14.0.6015.1000
001CD8D9: FF159C11001085C00F95C0 -> FF159C11001085C06A0158
001E29AE: FF159C11001085C075 ->FF159C11001085C0EB
001E2A61: FF159C11001085C075 ->FF159C11001085C0EB
001E307A: FF159C11001085C075 ->FF159C11001085C0EB
SearanoX, on 06 September 2012 - 10:05 PM, said:
I meant that if you have WinZIP or WinRAR installed, you can open up the archive. For example, if I download the trial version of Office 2010, it's just a single file archive. If you right click on it, you can open it up with WinRAR and extract it to a directory of your choice. However, doing that makes the installation run into problems on Win2k. In the case of Office 2010, the usual error the pops up when launching setup.exe is "The Language of this installation package is not supported by your system."
#265
Posted 07 September 2012 - 10:44 AM
However, I've been getting another error that bugging me. I'm using the new v2.1a kernel extension with the NT6 msvcrt.dll, and I'm getting a critical stop error popping up randomly it seems.
mscorsvw.exe - Entry Point Not Found
The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.
It did this with version 2.0o as well. I'm not sure if this is related to using the NT6 version of msvcrt or not but I thought I'd report it.
#266
Posted 07 September 2012 - 10:47 AM
SearanoX, on 07 September 2012 - 10:44 AM, said:
http://msdn.microsof...v=vs.85%29.aspx
Normally the API is present in Windows 2003 Server and newer only.
#267
Posted 07 September 2012 - 03:39 PM
Kernel32:
SetFileShortNameW <<-- Windows 8 Setup
advapi32:
RegSaveKeyExW
RegisterIdleTask
UnregisterIdleTask
ntoskrnl:
RtlHashUnicodeString
winsta:
RemoteAssistancePrepareSystemRestore
WinStationIsHelpAssistantSession
ntdll:
ZwOpenProcessTokenEx <<-- Windows 8 Setup
ZwOpenThreadTokenEx <<-- Windows 8 Setup
setupapi:
SetupDiGetDevicePropertyW <<-- Windows 8 Setup
These functions are required by System Restore (XP).
This post has been edited by piotrhn: 10 September 2012 - 11:48 AM
#268
Posted 07 September 2012 - 05:47 PM
tomasz86, on 07 September 2012 - 10:47 AM, said:
SearanoX, on 07 September 2012 - 10:44 AM, said:
http://msdn.microsof...v=vs.85%29.aspx
Normally the API is present in Windows 2003 Server and newer only.
#269
Posted 07 September 2012 - 06:38 PM
Are there old kernel32 or kernelxp with msvcrt.dll in office or assembly path?
If you can't see assembly path, execute following command in cmd.exe
cd %systemroot%\assembly
attrib -h -s -r desktop.ini
delete desktop.ini
SearanoX, on 07 September 2012 - 10:44 AM, said:
However, I've been getting another error that bugging me. I'm using the new v2.1a kernel extension with the NT6 msvcrt.dll, and I'm getting a critical stop error popping up randomly it seems.
mscorsvw.exe - Entry Point Not Found
The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.
It did this with version 2.0o as well. I'm not sure if this is related to using the NT6 version of msvcrt or not but I thought I'd report it.
This post has been edited by blackwingcat: 07 September 2012 - 06:43 PM
#270
Posted 07 September 2012 - 06:48 PM
piotrhn, on 07 September 2012 - 03:39 PM, said:
Kernel32:
SetFileShortNameW
advapi32:
RegSaveKeyExW
RegisterIdleTask
UnregisterIdleTask
ntoskrnl:
RtlHashUnicodeString
winsta:
RemoteAssistancePrepareSystemRestore
WinStationIsHelpAssistantSession
These functions are required by System Restore (XP).
#271
Posted 08 September 2012 - 01:17 AM
FreeFileSync doesn't work with kernel v21a
DRWatson error from Event Viewer:
Quote
This post has been edited by tomasz86: 08 September 2012 - 01:18 AM
#272
Posted 08 September 2012 - 04:49 AM
You can run it with the follwoing way.
* download Windows XP MS12-048:
* extract WindowsXP-KB2691442-x86-XXX.exe /x
* copy shell32.dll to %ProgramFiles%\FreeFileSync\Bin
tomasz86, on 08 September 2012 - 01:17 AM, said:
FreeFileSync doesn't work with kernel v21a
DRWatson error from Event Viewer:
Quote
#273
Posted 08 September 2012 - 09:23 AM
It requires most recent Extended kernel.
Some applications work fine.
This post has been edited by blackwingcat: 08 September 2012 - 09:24 AM
#274
Posted 08 September 2012 - 11:16 PM
#275
Posted 09 September 2012 - 05:16 AM
#276
Posted 09 September 2012 - 11:45 AM
advapi32:
I_ScSendTSMessage
rpcrt4:
RpcSsContextLockExclusive
crypt32:
CryptProtectMemory
These functions are required by Terminal Services, from Win2003
#277
Posted 09 September 2012 - 06:22 PM
Are there any idea ?
piotrhn, on 09 September 2012 - 11:45 AM, said:
advapi32:
I_ScSendTSMessage
rpcrt4:
RpcSsContextLockExclusive
crypt32:
CryptProtectMemory
These functions are required by Terminal Services, from Win2003
#278
Posted 09 September 2012 - 07:49 PM
Incidentally, I remember you said that adding NT6 kernel functions might/will cause problems. Can you give us an insight as to why this is?
#279
Posted 09 September 2012 - 09:23 PM
I have already replied it.
Did you find the dlls ?
If you could't find try to use dependency walker.
SearanoX, on 09 September 2012 - 07:49 PM, said:
This post has been edited by blackwingcat: 09 September 2012 - 09:37 PM
#280
Posted 09 September 2012 - 10:17 PM
And wait, what DLLs am I looking for? I do use Dependency Walker quite a bit and that's how I usually come up with what I'm looking for. Is there anyway to start getting a few Vista programs working on Windows 2000, such as Vista's MSPaint? I imagine 7's will be a little more difficult but I didn't think Vista's version was much different than 2000/XP's.
- ← Any hope of getting Windows 2000 running on my PC?
- Windows NT4 / 2000 / 2003
- does WD external hdd work in W2K ? →



Help


Back to top









