Jump to content

[REQUEST] Addon to patch Termsrv.dll files


davide

Recommended Posts

Hi @ all!

i would create an patch for termsrv, to allow multiple session in xp.

i would insert this patch with nLite, but i dont know how i can create it.

i think that i have need of an file compressed that contains two file: termsrv.dll and entries.ini.

When i insert the patch with nlite, i would that it replace file termsrv.dll (or termsrv.dl_) contains in i386 folder with my termsrv.dll contains in zip file, every time, not only if version is upper of another.

and i would add thes reg key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"AllowMultipleTSSessions"=dword:00000001

now...how i can create my entries.ini?

i think that is an file as is:


[general]
builddate=2009/10/14
description=PATCH termsrv.dll
language=Italiano
ServicePack=SP3
title=PATCH termsrv.dll
version=1.0.0
website=http://www.microsoft.com/technet/security/current.aspx
Windows=XP

;This section contains entries that need to go into the [Files] section of dosnet.inf
[Dosnet_Files]
d1,termsrv.dll

;This section contains entries that need to go into the [Files] section of dosnet.inf for XP Pro only
[Dosnet_Files_Pro]
d1,termsrv.dll

[Txtsetup_Files]
termsrv.dll = 100,,,,,,,,0,0

;This section contains a list of files in i386 which should be compressed at the very
;beginning of the integration process
[i386_compress]
rvmtemp\extracted\termsrv.dll

[EditFile]
I386\TXTSETUP.SIF,SourceDisksFiles.x86,TXTSETUP_SDFx86

[registry_addreg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AllowMultipleTSSessions",0x10001,01,00,00,00

Please, help me!!! THANKS!!!! (Sorry for my english...)

Link to comment
Share on other sites

Looks OK to me, but you dont need allot of what you put...termsrv.dll already exists on your XP disk so many of the entries you put are already there

This is all you need

[general]
builddate=2009/10/14
description=PATCH termsrv.dll
language=Italiano
ServicePack=SP3
title=PATCH termsrv.dll
version=1.0.0
website=http://www.microsoft.com/technet/security/current.aspx
Windows=XP

[registry_addreg]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon","AllowMultipleTSSessions",0x10001,1

Link to comment
Share on other sites

Thanks for fast reply.

I have created the addon, but i have one problem. nLite not replace the file, because file version in i386 is

5.1.2600.5815 but the dll that i would replace have version 5.1.2600.2055

i think that nLite check the version file. how i can do? thanks!

Link to comment
Share on other sites

Thanks for fast reply.

I have created the addon, but i have one problem. nLite not replace the file, because file version in i386 is

5.1.2600.5815 but the dll that i would replace have version 5.1.2600.2055

i think that nLite check the version file. how i can do? thanks!

YOu can modify file version of ur file with peexplorer http://www.heaventools.com/download-pe-explorer.htm then its works fine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...