and all Okphox wrote:@OnePiece
@user_hidden
Upsss... I didn't intend to provoke this discussion




Ciao.
phox wrote:I can't attach image, but I am talking about:
Microsoft Update and Windows Update,
both pointing to Microsoft Update as before!
BTW, why my quoting is not working properly?
Onepiece Alb wrote: if it persists, just extract the IE.inf and add this line
;;and this last command that runs in the system, before the desktop to open for the first time after the installation of windows
[IE8_ProcessesToRun]
%11%\cmd.exe /c DEL /Q /F """%AllUsersProfile%\Start Menu\Windows Update.lnk"""
Code: Select all
Rundll32.exe advpack.dll,DelNodeRunDLL32 "C:\xxx\File.xxx"
or
Rundll32.exe advpack.dll,DelNodeRunDLL32 "C:\xxx\File.xxx",8
and you must be 100% Ok;by OnePiece
;#############################################################################################################
;This section contains version information to nLite & RyanVM Integrator Entries.ini
;#############################################################################################################
[general]
builddate=2012/09/15
description=Remove Windows Update link
language=All
title=Remove Windows Update link
version=1.0.0
website=http://www.microsoft.com/
Windows=XP
[ExtraFileEdits]
IE.inf|[IE8_ProcessesToRun]|[IE8_ProcessesToRun]<NEXT>%11%\cmd.exe /c DEL /Q /F """%AllUsersProfile%\Start Menu\Windows Update.lnk""" |1
I'm running this cmd script at svcpack stage to remove unused/unneeded links:phox wrote:@OnePiece
I have just finished test of the integration of UP and all AddOns only with
RVMI (no nLite at all) and the result is the same: two links to Microsoft
Update as with nLite.
Code: Select all
REM ====== remove unused shortcuts ======
set sm=%allusersprofile%\Start Menu
copy /Y "%sm%\Programs\Windows Movie Maker.lnk" "%sm%\Programs\Accessories\Entertainment\Windows Movie Maker.lnk"
del /f /q "%userprofile%\Start Menu\Programs\Remote Assistance.lnk"
del /f /q "%sm%\Microsoft Update.lnk"
del /f /q "%sm%\Microsoft Update Catalog.lnk"
del /f /q "%sm%\Set Program Access and Defaults.lnk"
del /f /q "%sm%\Windows Catalog.lnk"
del /f /q "%sm%\Programs\Windows Movie Maker.lnk"
del /f /q "%sm%\Programs\Remote Assistance.lnk"
REM ====== Enable Quick Launch Bar ======
reg add "HKU\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop" /f /v "TaskbarWinXP" /t REG_BINARY /d 0c000000080000000200000000000000b0e22bd86457d011a96e00c04fd705a222001c000a0100001a000000010000000000000000000000000000004c0000000114020000000000c0000000000000468300000010000000a0b0485e898dbd0100d89ee42a8dbd010045fe5e898dbd01000000000000000001000000000000000000000000000000130114001f0fe04fd020ea3a6910a2d808002b30309d190023443a5c0000000000000000000000000000000000cd971500310000000000af245cb9108057696e6e7400002000310000000000af24a3b9100050726f66696c65730050524f46494c4553001900310000000000c1240892100069653530302e30303000002800310000000000c124089210004170706c69636174696f6e2044617461004150504c49437e31002100310000000000c5229d9110004d6963726f736f6674004d4943524f537e31002900310000000000d32232a61000496e7465726e6574204578706c6f72657200494e5445524e7e31002400310000000000db2276ba1000517569636b204c61756e636800515549434b4c7e310000008d0000001c000000010000001c000000360000000df0adba8c0000001a00000003000000e7182d231000000049453530305f58314300433a5c57494e4e545c50726f66696c65735c49453530302e3030305c4170706c69636174696f6e20446174615c4d6963726f736f66745c496e7465726e6574204578706c6f7265725c517569636b204c61756e6368000010000000050000a01a000000a3000000000000000800000002000000cc00000001000000030000004a0000000100000040003200e6010000c424159f20004c61756e636820496e7465726e6574204578706c6f7265722042726f777365722e6c6e6b004c41554e43487e322e4c4e4b00000040000000020000003600320048020000c424159f20004c61756e6368204f75746c6f6f6b20457870726573732e6c6e6b004c41554e43487e312e4c4e4b00000036000000000000002c00320051000000ec224639200053686f77204465736b746f702e7363660053484f5744457e312e53434600000052000000e00000000000000016000000000000000000000016000000000000000100000001000000aa4f2868486ad0118c7800c04fd918b437020000e000000000000000160000000000000000000000160000000000000001000000
Vmanda, can you share this addon, with all the removals and tweaks that you are making ?vmanda wrote: My script are larger than this, but this part are just for links removing.
I have added some registry tweaks, copy some files to system32 folder (for example 7za.exe), etc, made one svcpack addon and added to build.
Code: Select all
instead of [quote], vmanda. Can't see the entire width even with a 2560x1600 display. :rolleyes:
phox wrote:You are missing the point: it is not the question how to remove
unnecessary link, but to find out from where and why it appears?
Code: Select all
%windowsupdate% = wupdmgr.exe,wupdmgr.exe,,0,"@%SystemRoot%\system32\shell32.dll,-22580"
This has been common practice since RyanVM's original post-SP2 update pack--perhaps as early as v2.0.4. It has been carried over into user_hidden's qfeUpPck.inf at line 8060 under [MU.AddReg]:phox wrote:Up to now I would be simply delete the link after installation.
Code: Select all
HKLM,"%RUNONCE%","MU-1",,"REG ADD ""HKLM\%RUNONCE%"" /v ""MU"" /t REG_SZ /d ""CMD /Q /C DEL """%16406%\Windows Update.lnk""" /Q/F"""
I don't know enough about how OnePiece integrates .NET to troubleshoot the cause. But if that's the only problem then it would be much easier just to do as user_hidden, OnePiece or vmanda suggest above.phox wrote:After intensive, whole day of step by step testing, I found out
that Windows Update link appears after integration of
OnePiece’s .net3.5 AddOn, but I don’t know why!?
True, but at least phox is being consistent. He has always preferred asking the other addon makers to modify their addons the way he prefers them to be. There is always a valid reason, and it's not usually a bad suggestion, but the addon makers don't always want to do it his way. No disrespect is meant to phox, just gentle kidding. After all, he has admitted it:5eraph wrote:But if that's the only problem then it would be much easier just to do as user_hidden, OnePiece or vmanda suggest above.
And eventually he does adapt his methods accordingly.phox wrote:... and after failing to initially convince
OnePiece to reduce his UP and user_hidden to include IE8 and WMP11 in
his UP ...
absolutely nouser_hidden wrote:so there is something in Onepiece net35 that is triggering the Windows Update link somehow?
checked to be compatible with my UP.
windows setup call iernonce.dll several times during the installation of windowsrundll32.exe iernonce.dll,RunOnceExProcess
and you must be 100% Ok;by OnePiece
;#############################################################################################################
;This section contains version information to nLite & RyanVM Integrator Entries.ini
;#############################################################################################################
[general]
builddate=2012/09/15
description=Remove Windows Update link
language=All
title=Remove Windows Update link
version=1.0.0
website=http://www.microsoft.com/
Windows=XP
[ExtraFileEdits]
IE.inf|[IE8_ProcessesToRun]|[IE8_ProcessesToRun]<NEXT>%11%\cmd.exe /c DEL /Q /F """%AllUsersProfile%\Start Menu\Windows Update.lnk""" |1
Code: Select all
Ricks-YumeYao_MicrosoftVC78910RuntimeLibraries_MixedAddon_2_1_5.7z
flash_AiO_slim.exe (Version: 11.4.402.265/11.6.6.636)
java7u07.exe
Code: Select all
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /noexecute=alwaysoff
Code: Select all
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
Code: Select all
atl70.dll 7.0.9975.0
atl71.dll 7.10.6119.0
mfc70.dll 7.0.9975.0
mfc70CHS.dll 7.0.9975.0
mfc70CHT.dll 7.0.9975.0
mfc70DEU.dll 7.0.9975.0
mfc70ENU.dll 7.0.9975.0
mfc70ESP.dll 7.0.9975.0
mfc70FRA.dll 7.0.9975.0
mfc70ITA.dll 7.0.9975.0
mfc70JPN.dll 7.0.9975.0
mfc70KOR.dll 7.0.9975.0
mfc70u.dll 7.0.9975.0
mfc71.dll 7.10.6119.0
mfc71CHS.dll 7.10.6119.0
mfc71CHT.dll 7.10.6119.0
mfc71DEU.dll 7.10.6119.0
mfc71ENU.dll 7.10.6119.0
mfc71ESP.dll 7.10.6119.0
mfc71FRA.dll 7.10.6119.0
mfc71ITA.dll 7.10.6119.0
mfc71JPN.dll 7.10.6119.0
mfc71KOR.dll 7.10.6119.0
mfc71u.dll 7.10.6119.0
msvci70.dll 7.0.9955.0
msvcp70.dll 7.0.9466.0
msvcp71.dll 7.10.6052.0
msvcr70.dll 7.0.9981.0
msvcr71.dll 7.10.7031.4
msvcrt10.dll 1.0
VB40016.DLL 4.0.24.22
VB40032.DLL 4.0.29.24
VBRUN100.DLL 1.0
VBRUN200.DLL 2.0.9.8
VBRUN300.DLL 3.0.5.38
dudeuk wrote:October 9th 2012 updates
Update for Windows XP (KB2749655)
Security Update for Windows XP (KB2724197)
Update for Windows XP (KB2661254)
Update for Windows XP (KB2756822)
October 2012 (KB890830)
many thanks in advance for the newer update pack
Vista wrote:plz add the Microsoft DirectX 9.0c Runtimes back because all users normally install this, so it would be great. cant you make a another pack at least with Microsoft DirectX 9.0c Runtimes ?