Jump to content

Can someone check my Windows Live Messenger True Addon?


George King

Recommended Posts

Hi, i made Windows Live Messenger 14.0.8089.726 True CZECH Addon which replace old 4.7. I tried it and it works. But i must made mistake. In windows component wizard i see Windows Messenger 0,0MB i want see Windows Live Messenger 19 or more megs.

And does somebody know disable Windows Live Essentials on Windows/Microsoft Update? I want hide it... And i want make also English version of addon :thumbsup_anim:

Download:

http://www.mediafire.com/file/12ozy2nhnyn/WindowsLiveMeesenger_Addon_CSY.7z

Please help me... Thanks

Edited by George King
Link to comment
Share on other sites

You need to tell it how big...add SizeApproximation to your OCEntry section

[msmsgs]
OptionDesc = "Windows Live Messenger"
Tip = "Windows Live Messenger"
Modes =0,1,2,3
SizeApproximation = 40756498 ; this translates to 38.8 MB
etc
etc

Or you can add the size of each individual file in [sourceDisksFiles] section

[SourceDisksFiles]
abssm.dll=1,,532872
conproxy.dll=1,,59768
consync.dll=1,,129400
etc
etc

Link to comment
Share on other sites

I have no idea what InstallType does but IconIndex this is what it does

If its like this:

IconIndex = 99

Look in setupapi.dll on the looooooong bitmap 1201 and count to 99

1201k.png

If its like this:

IconIndex = *, ..\nameofdll.dll, 99

Then you look in %WinDir%\system32\nameofdll.dll bitmap (not the icon but the bitmap) order number 99 (the default dir is %WinDir%\system32\setup, the ..\ takes it back one level to system32)

Link to comment
Share on other sites

Each application or group of applications on the Accessories menu has an associated information (.inf) file. Each .inf file uses the InstallType variable to determine whether or not the application is to be installed. The InstallType variable has three possible values:

0 = Manual only

10 = Typical or Custom

14 = Typical, Custom, or Portable

ect ect ect http://support.microsoft.com/kb/156813/

Link to comment
Share on other sites

And does somebody know how to hide Windows Live Essential on Windows/Microsoft Update?

you will need to install WLXSuite (installer.msi)

that hides it from Windows Update

Link to comment
Share on other sites

Ok, will try it. Do you know how i can add into INF string for uninstall for component wizard?

that is easy

Uninstall = Messenger.Uninstall << call at as you like

that will run the section you want

Link to comment
Share on other sites

Will this work?

http://www.mediafire.com/file/0i2mzkzutqi/msmsgs.inf

well it should work

but here is the deal

you don't need to double the registry section

so in here you can replace it with this

[Uninstall.msmsgs]
AddReg = DelRegSection
DelReg = AddRegSection
DelFiles = ContactsFiles, MessengerFiles , System32Files, ManifestsFiles, PoliciesFiles
ProfileItems = WindowsLiveMessengerUninstall.Shortcut1, WindowsLiveMessengerUninstall.Shortcut2
DelDirs = WindowsLiveMessengerUninstall

and in the shortcut

replace the 8 with A

to make it delete

and remove the other sections you wouldn't need at all

Link to comment
Share on other sites

I dont know because I dont make the Windows Live Messenger full replacement addon (OnePiece does it) but you may have to change the dll it uses to install to ocgen.dll

Tried and not working. And messenger isn´t installed corectly...

EDIT: I think i forget integrate .NET3.5, i will try it again...

EDIT2: Now i remaking INF and collecting againt some other files...

Edited by George King
Link to comment
Share on other sites

I made new registry and new files. Can someone tell me if these keys are needed? And if yes, why? I don´t understand for what are they. These reg keys are only from installing messenger.msi.

http://www.mediafire.com/file/1j24qljzzmm/keys.txt

EDIT: I found how to hide Windows Live Essentials on W/MU by one line:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinLiveSuite_Wave3]

Does anybody know how fix viewing installed programs in Windows Live websetup? For which registry looking wlsetup-web.exe. I want to have Messenger checked as installed component of Windows Live Essentials... Thanks

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\23B04E173715835498698522DD818E4D]
"ProductName"="Windows Live Messenger"
"Version"=dword:0E001F99

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\23B04E173715835498698522DD818E4D\InstallProperties]
"DisplayName"="Windows Live Messenger"
"DisplayVersion"="14.0.8089.0726"

Edited by George King
Link to comment
Share on other sites

I completly rewrote INF, cleanup registry and add new files (I make one installation without Windows Messeger - deleted with nlite, and scan registry and files before and after install Windows Live Essentials). But Windows Components Wizard doesn´t accept new INF for install/uninstall if i check Windows Messenger it do nothing :ranting: And does somebody knod how i can make quick launch icon? I tried it, but not working, please see my INF. What i doing wrong? :ranting:

http://www.mediafire.com/file/5nomjnjjmtu/New addon.7z

EDIT: I found my mistake in entries in editing sysoc.inf. now i making new iso...

Edited by George King
Link to comment
Share on other sites

I tried it with fixed entries.ini, but Quick lauch icon won´t create and Windows Component Wizard show Windows Messenger :ranting:

Any ideas?

try to remove this section


[Messenger]
Suite = Windows Component
RTCSP = 0
MinIEVersion = 6

and in the entries

make sure you remove the "hide" word

to show it in windows component

Edited by DaRk MaDnEsS
Link to comment
Share on other sites

try to remove this section


[Messenger]
Suite = Windows Component
RTCSP = 0
MinIEVersion = 6

and in the entries

make sure you remove the "hide" word

to show it in windows component

Got it, now i can see Windows Live Messenger in Windows Component Wizard, but how to remove the old one? I can also see Windows Messenger 0,0MB.

And whar about quick launch icon? Doesn

Link to comment
Share on other sites

sorry it took me a while to search for that one

add this to the entries

[obsolete_files]
wmaccess.inf
msgrocm.dll
[ExtraFileEdits]
txtsetup.sif|wmaccess.inf = 100,,,,,,,20,0,0||0
txtsetup.sif|msgrocm.dll = 100,,,,,,,32,0,0||0
sysoc.inf|WMAccess=ocgen.dll,OcEntry,wmaccess.inf,,7||0

that would clean the unneeded mess

and the Windows Messenger in windows component

but [obsolete_files] will only work for RVM intergator

Edit:

what about quick lanuch can you

just give me the inf part and i will check the problem for you

Edited by DaRk MaDnEsS
Link to comment
Share on other sites

sorry it took me a while to search for that one

add this to the entries

[obsolete_files]
wmaccess.inf
msgrocm.dll
[ExtraFileEdits]
txtsetup.sif|wmaccess.inf = 100,,,,,,,20,0,0||0
txtsetup.sif|msgrocm.dll = 100,,,,,,,32,0,0||0
sysoc.inf|WMAccess=ocgen.dll,OcEntry,wmaccess.inf,,7||0

that would clean the unneeded mess

and the Windows Messenger in windows component

but [obsolete_files] will only work for RVM intergator

Edit:

what about quick lanuch can you

just give me the inf part and i will check the problem for you

Here is it:

[WindowsLiveMessenger.Shortcut2]
Name = %NAME%,0x00000008,35
SubDir = "Microsoft\Internet Explorer\Quick Launch"
CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
WorkingDir = 16422,"Windows Live\Messenger"
InfoTip = %TIP%

Link to comment
Share on other sites

Here is it:

[WindowsLiveMessenger.Shortcut2]
Name = %NAME%,0x00000008,35
SubDir = "Microsoft\Internet Explorer\Quick Launch"
CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
WorkingDir = 16422,"Windows Live\Messenger"
InfoTip = %TIP%

try this

[WindowsLiveMessenger.Shortcut2]
Name = %NAME%,8,26
SubDir = "Microsoft\Internet Explorer\Quick Launch"
CmdLine = 16422,"Windows Live\Messenger","msnmsgr.exe"
WorkingDir = 16422,"Windows Live\Messenger"
InfoTip = %TIP%

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