MSFN Forum: KernelEx for Win2000 - MSFN Forum

Jump to content


  • 23 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

KernelEx for Win2000 Kernel Extension for Windows 2000 Rate Topic: -----

#261 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 06 September 2012 - 01:23 PM

I can vouch that with v2.1 kernel extension that Microsoft SharePoint Designer 2007 will install and it seems to run fine as long as you set the the setup file and also setup.exe to Windows XP Service Pack 3 mode. Extracting it and then trying to install doesn't work, at least for me. I don't know if this was ever reported or not so I figured I'd bring it up now.

This post has been edited by SearanoX: 06 September 2012 - 01:24 PM



#262 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 06 September 2012 - 07:18 PM

Hi.
What does it mean "Extracting it and then trying to install doesn't work, at least for me" ?

View PostSearanoX, on 06 September 2012 - 01:23 PM, said:

I can vouch that with v2.1 kernel extension that Microsoft SharePoint Designer 2007 will install and it seems to run fine as long as you set the the setup file and also setup.exe to Windows XP Service Pack 3 mode. Extracting it and then trying to install doesn't work, at least for me. I don't know if this was ever reported or not so I figured I'd bring it up now.


#263 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 06 September 2012 - 10:05 PM

@blackwingcat

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 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 06 September 2012 - 10:50 PM

Hi.

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

View PostSearanoX, on 06 September 2012 - 10:05 PM, said:

@blackwingcat

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 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 07 September 2012 - 10:44 AM

I will try that later on and see what happens!

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 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 07 September 2012 - 10:47 AM

View PostSearanoX, on 07 September 2012 - 10:44 AM, said:

The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.

http://msdn.microsof...v=vs.85%29.aspx

Normally the API is present in Windows 2003 Server and newer only.

#267 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 17-July 06
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 07 September 2012 - 03:39 PM

Can you add to

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 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 07 September 2012 - 05:47 PM

That's what I thought as it was brought up before, but why would it be popping up on my Win2k workstation randomly? It doesn't seem to have a program or anything that causes it to pop up, it just pops up, even when I would shut down. :o

View Posttomasz86, on 07 September 2012 - 10:47 AM, said:

View PostSearanoX, on 07 September 2012 - 10:44 AM, said:

The Procedure entry point FlsSetValue could not be located in dynamic link library KERNEL32.dll.

http://msdn.microsof...v=vs.85%29.aspx

Normally the API is present in Windows 2003 Server and newer only.


#269 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 07 September 2012 - 06:38 PM

Hi.
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

View PostSearanoX, on 07 September 2012 - 10:44 AM, said:

I will try that later on and see what happens!

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 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 07 September 2012 - 06:48 PM

Sorry, priority of this request is Low bacause I know the System Restore requires Volume Shadow Copy Service.

View Postpiotrhn, on 07 September 2012 - 03:39 PM, said:

Can you add to

Kernel32:
SetFileShortNameW

advapi32:
RegSaveKeyExW
RegisterIdleTask
UnregisterIdleTask

ntoskrnl:
RtlHashUnicodeString

winsta:
RemoteAssistancePrepareSystemRestore
WinStationIsHelpAssistantSession

These functions are required by System Restore (XP).


#271 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 08 September 2012 - 01:17 AM

@blackwingcat

FreeFileSync doesn't work with kernel v21a :( It works in a "stock" system. After installing the kernel it doesn't even start.

DRWatson error from Event Viewer:

Quote

The application, , generated an application error The error occurred on 09/08/2012 @ 09:13:55.507 The exception generated was c0000005 at address 02691535 (getIconByIndex)

This post has been edited by tomasz86: 08 September 2012 - 01:18 AM


#272 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 08 September 2012 - 04:49 AM

The crash reason is the ImageList structure of windows 2000 is different from XP's.
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

View Posttomasz86, on 08 September 2012 - 01:17 AM, said:

@blackwingcat

FreeFileSync doesn't work with kernel v21a :( It works in a "stock" system. After installing the kernel it doesn't even start.

DRWatson error from Event Viewer:

Quote

The application, , generated an application error The error occurred on 09/08/2012 @ 09:13:55.507 The exception generated was c0000005 at address 02691535 (getIconByIndex)



#273 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 08 September 2012 - 09:23 AM

I released .Net framework 4.0 for Windows 2000 with Extended Kernel Beta 2. :)
It requires most recent Extended kernel.

Some applications work fine.

This post has been edited by blackwingcat: 08 September 2012 - 09:24 AM


#274 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 08 September 2012 - 11:16 PM

The new v2.1b kernel extension does NOT work, I install it but upon reboot, I get a c00021a stop error. I had to uninstall via recovery console to get back up and running.

#275 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 09 September 2012 - 05:16 AM

Sorry, win32k.sys file was broken.
I replaced it.

View PostSearanoX, on 08 September 2012 - 11:16 PM, said:

The new v2.1b kernel extension does NOT work, I install it but upon reboot, I get a c00021a stop error. I had to uninstall via recovery console to get back up and running.


#276 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 17-July 06
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 09 September 2012 - 11:45 AM

Can you add to

advapi32:
I_ScSendTSMessage

rpcrt4:
RpcSsContextLockExclusive

crypt32:
CryptProtectMemory

These functions are required by Terminal Services, from Win2003

#277 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 09 September 2012 - 06:22 PM

I think Terminal Service also related with DCOM Server Process Launcher.
Are there any idea ?

View Postpiotrhn, on 09 September 2012 - 11:45 AM, said:

Can you add to

advapi32:
I_ScSendTSMessage

rpcrt4:
RpcSsContextLockExclusive

crypt32:
CryptProtectMemory

These functions are required by Terminal Services, from Win2003


#278 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 09 September 2012 - 07:49 PM

I would like to say that the updated v2.1b kernel extension works properly now, thank you @blackwingcat!

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 User is offline   blackwingcat 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 579
  • Joined: 31-May 08
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 09 September 2012 - 09:23 PM

Hi.

I have already replied it.

Did you find the dlls ?
If you could't find try to use dependency walker.

View PostSearanoX, on 09 September 2012 - 07:49 PM, said:

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?

This post has been edited by blackwingcat: 09 September 2012 - 09:37 PM


#280 User is offline   Tommy 

  • Brooke's Tommy honey <3
  • PipPipPip
  • Group: Members
  • Posts: 307
  • Joined: 19-February 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 09 September 2012 - 10:17 PM

I must've missed it then, I apologize. I will look back on previous posts.

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.

Share this topic:


  • 23 Pages +
  • « First
  • 12
  • 13
  • 14
  • 15
  • 16
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy