-
[RELEASE] Boooggy's WMP 11 direct integration solution
Yeah, thanks n7epsilon,, Now its perfect.....
-
[RELEASE] Boooggy's WMP 11 direct integration solution
I did the Slipstream in Windows XP SP3 and here's my Error I hope, the Hotfix(kb946665) is new, its MD5 : 690C78D8FFE6FB83DFF90254AD61E407
-
[RELEASE] Boooggy's WMP 11 direct integration solution
Oh, i did in Win2kSP4 with Onepiece Updatepack,,,i'll try your new version later... now i changed to XP... thanks!!
-
[RELEASE] Boooggy's WMP 11 direct integration solution
NO booogy, i downloaded the latest hotfix, after they fixed,,, I think, being its a new hotfix, they compressed with the new cabinet maker, so its unable to open by the cab in Windows 2000 while extracting in 2K Environment...... its only my guess!!!
-
nLite 1.4.9.1 - Honey Turbo 9.1
Integrated WMP11 with all hotfix, except windowsmedia11-kb946665-x86-intl.exe I used SP3 here, and the Toolbar shortcut is missing.... attached ini file Last_Session.ini
-
[RELEASE] Boooggy's WMP 11 direct integration solution
Did a integrate without any hotfixes, integration gone smoothly, I think thers a problem with a Hotfix you specified.... But not yet tested the installation,,,, Edit1: Did integrate WMP11 with all Hotfixes except "windowsmedia11-kb946665-x86-intl.exe",,, integraton gone smoothly when this hotfix is added, the error pops up....
-
nLite 1.4.9.1 - Honey Turbo 9.1
did u meant the extra addons or tweaks ? Actually , i said here for SP2, not for SP3...
-
[RELEASE] Boooggy's WMP 11 direct integration solution
I put the file in the folder(f:\softs\os\project\wmp11\mspatch.dll)here only i have the WMP original file.. still the same error mate..... Is ther any chance, any of my dotnet framework files being corrupted ?
-
nLite 1.4.9.1 - Honey Turbo 9.1
After using Nlite, the WMP Toolbar Shortcut is missing, in taskbar....I dint mean the WMP quick launch shortcuts... hope you understood... I dont know, whether you or booogy is responsible to do this task..
-
[RELEASE] Boooggy's WMP 11 direct integration solution
Yeah booogy understood me,,, I used WMP11 Slipstreamer in Win2k Environment to integrate into XP Source.. Here's first screen The Error Screen Detailed Error Report After the error, the wmp11temp folder view... I integrated all Hotfixes list in the booogy's page... You need any other INF files from me listed above?
-
[RELEASE] Boooggy's WMP 11 direct integration solution
Is WMP 11 having any issues in Windows 2000 ? I tried to integrate WMP11( with hotfixes mentioned in his page) to XP SP3 in Win 2000 Environment,,, Windows Explorer encounters an error and it gets closed... I installed .Net 2.0, any other ideas ?
-
How to Create the litest of Lite on XP
Hey, Kels, can u gime the link for Windows 2000 SP5 link?
-
[Help]SlipStreaming IE 6 Sp1 in Windows 2000[Nlite]
I downloaded IE 6 with Sp1 Setup files, from Microsoft.. When I integrated the iesetup.exe file, it shows a error.. Is there a way to integrate it into Windows 2000 via nLite? If not, how can i do so? Expecting nuhi, will solve this!!!
-
Is it possible to disable Windows Security center from winnt.sif?
you can do it by creating a Addon which can be integrated into source automatically, via nlite. Try to search a tool in google named, "Reg2Inf" created by n7epsilon. It will do your needs. If you cant do, post the Register entries here, I or someone will make a addon for you....
-
removing Office 2003 setup files after unattended install
you can do it by adding a cleanup.cmd to your setup such as ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- ECHO Cleaning Up ECHO PLease Wait..... %systemdrive%\install\cleanup.cmd EXIT and your cleanup.cmd shold contain all you removable files //- here represents comments ( remove that from the file, only for you understanding) cleanup.cmd cmdow @ /HID shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..." net user aspnet /delete DEL "%systemroot%\system32\dllcache\*.scr" //- deletes all screensavers DEL "%systemroot%\system32\*.scr" //- deletes all screensavers DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk" DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk" DEL "%systemdrive%\install\Applications\Office2003\setup.exe" // - removes your office 2003 setup files RD /S /Q %systemdrive%\install\Applications EXIT I hope you will understand now, if you have any doubts ask me...