MSFN Forum: [RELEASE] Boooggy's WMP 11 direct integration solution - MSFN Forum

Jump to content



Last warning

1. This is not a warez site! Links/Requests to warez and/or illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated. Any offenders of this rule may be banned on first violation. We take issues like this very seriously here at MSFN.
  • 31 Pages +
  • « First
  • 27
  • 28
  • 29
  • 30
  • 31
  • You cannot start a new topic
  • You cannot reply to this topic

[RELEASE] Boooggy's WMP 11 direct integration solution easy slipstream WMP11 into Windows Source Rate Topic: -----

#551 User is offline   mikesw 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 05-October 05

Posted 21 July 2008 - 06:03 AM

View PostBikinDutchman, on Jul 20 2008, 05:19 PM, said:

View Postmikesw, on Jul 14 2008, 06:48 AM, said:

If all removable drives such as floppies, zips and powered down drives (i.e a spare swap drive in raid)
have this problem, I wonder why CD/DVD drives without a disk inserted aren't generating exceptions
but seemed to be ignored when they display the list of drives to select from in the dialog box?
Is Msofts software smart enough to ignore these as special cases?
:whistle:

I had similar issues and some succes with setting:

HKLM\SYSTEM\CurrentControlSet\Control\Windows ErrorMode 2

This redirects error messages to the event queue and does not pause execution.

The default ErrorMode value is 0 and it is best that is stays there. The above tweak is a last resort.


Thanks. after searching the internet for the cause and the fix, I posted the history, AND solution about two posts
down from yours. I came across this registry fix too. Thus, by me uninstalling the floppy,zip and cd drivers
and rebooting, WMP11 problem went away. However, the IOBIT defrag didn't. At the rate IObit scans for hardware drives
until one actually starts analyzing/defragging, this error message being redirected to the system event log
will put hundress of these error messages into the log. It doesn't generate exceptions if I'm in safe mode though????

JkDefrag, MSoft defrag are able to detect the Zip drive containing a disk or not. If a disk is inserted, both programs
will display it and analyze/defrag it. If a disk is not in the drive, neither program displays the drive for it to be
selected for defragging/analyzing. In the case of IOBIT, when a disk is in the drive, there are no exceptions
and when out of the drive exceptions are generated for each drive scan. In either case, IOBIT doesn't display
the drive when there is a disk in the drive. So I can't defrag the zip drive. I presume IOBIT has a logic error
in the code and should display the drive when the disk is present.


#552 User is offline   BikinDutchman 

  • Member
  • PipPip
  • Group: Members
  • Posts: 231
  • Joined: 11-January 07

Posted 21 July 2008 - 11:44 AM

View Postboooggy, on Jul 12 2008, 01:07 AM, said:

dutchman
i looked into this issue and found out that slipstreamer works just fine with wmp 11 x64 and hotfixes.
the issue u had is cause u integrated kb939209 via nlite and not with slipstreamer. as far as i see nlite overwrites qasf.dll x64 version with x32 version.
thx for reporting
i will get in touch with nuhi to solve this problem.


nLite 1.4.8: solved :thumbup

#553 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 July 2008 - 01:37 AM

View PostBikinDutchman, on Jul 21 2008, 08:44 PM, said:

nLite 1.4.8: solved :thumbup


lol
i know....... B)

#554 User is offline   Geej 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 01-January 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 27 July 2008 - 12:06 AM

BugReport

I'm using HFSlip, trying to integrate with XPSP3. Running WMP slipstreamer v1.3.4.2 with all 14 hotfixes.

Encounter bug while "reading setup files...".

 
WMP11Slipstreamer v1.3.4.2
Detected source: Windows™ XP Professional SP3

Hotfixes:
WindowsXP-KB941569-x86-ENU.EXE
windowsmedia11-kb928788-x86-intl.exe
windowsmedia11-kb929399-v2-x86-intl.exe
windowsmedia11-kb929773-x86-intl.exe
windowsmedia11-kb932390-x86-intl.exe
windowsmedia11-kb933547-x86-intl.exe
windowsmedia11-kb935551-x86-intl.exe
windowsmedia11-kb935552-x86-intl.exe
windowsmedia11-kb939209-x86-intl.exe
WindowsMedia11-KB939683-x86-ENU.exe
windowsmedia11-kb944882-x86-intl.exe
windowsmedia11-kb945381-x86-intl.exe
windowsmedia11-kb946665-x86-intl.exe
windowsmedia11-kb950478-x86-intl.exe

System.IO.FileNotFoundException: Could not copy or extract a file from "D:\Test hfslip178 part2\SOURCE\i386" to "D:\Test hfslip178 part2\SOURCE\i386\wmp11temp"
File name: 'SVCPACK.INF'
   at Epsilon.Slipstreamers.SlipstreamerBase.CopyOrExpandFromArch(String filename, String destinationFolder, Boolean ignoreIfNotExist)
   at Epsilon.Slipstreamers.WMP11Slipstreamer.Backend.PrepareForParse()
   at Epsilon.Slipstreamers.WMP11Slipstreamer.Backend.Slipstream()
   at Epsilon.Slipstreamers.WMP11Slipstreamer.MainForm.WorkerMethod(Object workerParam)

Deleting "D:\Test hfslip178 part2\SOURCE\i386\wmp11temp"...  Done!

The source being modified has not been damaged.
All changes have been successfully reverted. 


Any help would be greatly appreciated

#555 User is offline   n7Epsilon 

  • Currently Learning: C#, JavaScript, PHP
  • PipPip
  • Group: Members
  • Posts: 156
  • Joined: 11-February 05

Posted 27 July 2008 - 12:39 AM

Solution: Copy over a svcpack.in_ from a fresh xp sp3 source to your source.

The error is occurring because somewhere in your build process something is deleting svcpack.inf. WMP11Slipstreamer expects to find one in order to modify it. I will make it create a new one if not found in next version.

#556 User is offline   Outbreaker 

  • Member
  • PipPip
  • Group: Members
  • Posts: 195
  • Joined: 08-August 07

Posted 16 September 2008 - 03:53 AM

Little Bug found.
If you click in nLike to remove the "Internet Information Services (IIS)" then "Remote Desktop Web Connection" gets not removed. But it should also be removed because this option doesn't work without "Internet Information Services (IIS)"

#557 User is offline   Alienator 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 21-April 07

Posted 21 September 2008 - 04:23 PM

If you integrate SP3 you can't integrate

WindowsXP-KB894871-x86-youlang
WindowsXP-KB908536-v2-x86-youlang

and you can't use slipstream womp11 :-(

This post has been edited by Alienator: 21 September 2008 - 04:48 PM


#558 User is offline   dll32 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 03-May 06

Posted 04 October 2008 - 06:33 PM

Fast one here: how to use "Tweaked" when integrating with nLite? If it's possible...

#559 User is offline   GDragoN 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 24-September 04

Posted 10 October 2008 - 08:48 AM

MS recently released updated version of WMP11 that should already includes past hotfixes. Can anyone confirm that slipstreaming will work and what about hotfixes?

#560 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 October 2008 - 09:45 AM

the so called new installer doesnt contain any of wmp11 updates. so all hotfixes listed on my site are still needed,

#561 User is offline   GDragoN 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 24-September 04

Posted 13 October 2008 - 01:59 AM

Thanx.

I downloaded and unpacked it and it's the same files as in the 'old' installer. I don't see a point of releasing that in the first place, but it's Microsoft, so things don't have to have a point at all.

#562 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 31 October 2008 - 08:58 AM

new version out
1.3.4.3
changelog on my site.

#563 User is offline   GDragoN 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 24-September 04

Posted 24 November 2008 - 09:06 AM

I have created new Windows XP x64 installation as always using latets WPM11 slipstreamer, but this time, after OS is installed WMP11 is unusable. Skin is missing a lot of elements and nothing seams to work. Only few buttons are visible, and they are all overlayed together and I can't click anything. I have added all hotfixes from the list from your webiste. I have tried process 3 times and everytime is the same, tested with virtual machine and live install.

Before I splipstream this, I used RyanIntegrator to slipstream 5eraph's Windows XP x64 post-SP2 Update Pack version 2008-11_1.

Any ideas what could be causing this? Maybe some of the hotfixes for WMP11?

#564 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 November 2008 - 10:36 AM

gdragon
can u please use only wmp11 slipstreamer and then create iso and try in virtual enviroment?
and please report back
thx

later edit
i tested x64 like this
slipstreamed wmp11 using my progie then integrated 5eraph pack using nlite. created iso and installed in vmware. no problem at all.
so the problem is not with my program.

This post has been edited by boooggy: 24 November 2008 - 01:11 PM


#565 User is online   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 25 November 2008 - 02:25 AM

1.3.4.3 works for me, GDragoN. I have tested the following scenarios:
  • RVMi 1.5.3 + WMP11Slip 1.3.4.3
    • Started with clean WinXP x64 source with SP2 slipstreamed by commandline and fully unattended WinNT.sif.
    • Used RyanVM Integrator 1.5.3 on default settings to integrate the following:
      • 5er_UpdatePack_XPx64SP2_2008-11_1.7z
      • 5er_IE6Update_Addon_2008-10_1_x64.7z

    • Used WMP11 Slipstreamer 1.3.4.3 (Vanilla, no Advanced Options) to slipstream the following:
      • wmp11-windowsxp-x64-enu.exe
      • windowsmedia11-kb928788-x64-intl.exe
      • windowsmedia11-kb929399-v2-x64-intl.exe
      • windowsmedia11-kb929773-x64-intl.exe
      • windowsmedia11-kb932390-x64-intl.exe
      • windowsmedia11-kb933547-x64-intl.exe
      • windowsmedia11-kb935551-x64-intl.exe
      • windowsmedia11-kb935552-x64-intl.exe
      • windowsmedia11-kb939209-x64-intl.exe
      • WindowsMedia11-KB939683-x64-ENU.exe
      • WindowsMedia11-KB941569-x64-ENU.exe
      • windowsmedia11-kb944882-x64-intl.exe
      • windowsmedia11-kb945381-x64-intl.exe
      • windowsmedia11-kb950478-x64-intl.exe
      • windowsmedia11-kb954067-x64-intl.exe
      • WindowsMedia11-KB954154-x64-ENU.exe

    • Created ISO with RVMi.
    • Tested ISO in VMware Server 1.0.8.


  • nLite 1.4.9.1 + WMP11Slip 1.3.4.3 (single session, Slipstreamer called by nLite)
    • Started with clean WinXP x64 source with SP2 slipstreamed by commandline and fully unattended WinNT.sif.
    • Used nLite 1.4.9.1 to integrate the following:
      • [Hotfixes]
        • 5er_UpdatePack_XPx64SP2_2008-11_1.7z
        • IE7-WindowsServer2003-x64-enu.exe
        • IE7-WindowsServer2003.WindowsXP-KB938127-x64-ENU.exe
        • IE7-WindowsServer2003.WindowsXP-KB956390-x64-ENU.exe
        • wmp11-windowsxp-x64-enu.exe
        • windowsmedia11-kb928788-x64-intl.exe
        • windowsmedia11-kb929399-v2-x64-intl.exe
        • windowsmedia11-kb929773-x64-intl.exe
        • windowsmedia11-kb932390-x64-intl.exe
        • windowsmedia11-kb933547-x64-intl.exe
        • windowsmedia11-kb935551-x64-intl.exe
        • windowsmedia11-kb935552-x64-intl.exe
        • windowsmedia11-kb939209-x64-intl.exe
        • WindowsMedia11-KB939683-x64-ENU.exe
        • WindowsMedia11-KB941569-x64-ENU.exe
        • windowsmedia11-kb944882-x64-intl.exe
        • windowsmedia11-kb945381-x64-intl.exe
        • windowsmedia11-kb950478-x64-intl.exe
        • windowsmedia11-kb954067-x64-intl.exe
        • WindowsMedia11-KB954154-x64-ENU.exe

      • [Drivers]

    • Created ISO with nLite.
    • Tested ISO in VMware Server 1.0.8.


#566 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 January 2009 - 04:47 PM

new version out
changelog
http://www.boooggy.o...c.php?f=12&t=14

#567 User is offline   meowing 

  • XP64 is a joy forever
  • PipPip
  • Group: Members
  • Posts: 135
  • Joined: 24-July 08
  • OS:XP Pro x64
  • Country: Country Flag

Posted 06 January 2009 - 08:24 AM

Seems to not work for nliteos on Windows XP x64 Edition, is that correct?
Pity, since XP64 is the best OS around at the moment.

#568 User is online   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 06 January 2009 - 09:27 AM

1.4.0.0 works for me, meowing. So far, I have only tested the following scenario:
    nLite 1.4.9.1 + WMP11Slip 1.4.0.0 (single session, Slipstreamer called by nLite)
    • Started with clean WinXP x64 source with SP2 slipstreamed by commandline and fully unattended WinNT.sif.
    • Used nLite 1.4.9.1 to integrate the following:
      • [Hotfixes]
        • 5er_UpdatePack_XPx64SP2_2008-12_1.7z
        • IE7-WindowsServer2003-x64-enu.exe
        • IE7-WindowsServer2003.WindowsXP-KB938127-x64-ENU.exe
        • IE7-WindowsServer2003.WindowsXP-KB958215-x64-ENU.exe
        • IE7-WindowsServer2003.WindowsXP-KB960714-x64-ENU.exe
        • wmp11-windowsxp-x64-enu.exe
        • windowsmedia11-kb928788-x64-intl.exe
        • windowsmedia11-kb929399-v2-x64-intl.exe
        • windowsmedia11-kb929773-x64-intl.exe
        • windowsmedia11-kb932390-x64-intl.exe
        • windowsmedia11-kb933547-x64-intl.exe
        • windowsmedia11-kb935551-x64-intl.exe
        • windowsmedia11-kb935552-x64-intl.exe
        • windowsmedia11-kb939209-x64-intl.exe
        • WindowsMedia11-KB939683-x64-ENU.exe
        • WindowsMedia11-KB941569-x64-ENU.exe
        • windowsmedia11-kb944882-x64-intl.exe
        • WindowsMedia11-KB952069-x64-ENU.exe
        • windowsmedia11-kb954067-x64-intl.exe
        • WindowsMedia11-KB954154-x64-ENU.exe
        • windowsmedia11-kb959199-x64-intl.exe

      • [Drivers]

    • Created ISO with nLite.
    • Tested ISO in VMware Server 1.0.8.


#569 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 January 2009 - 10:07 AM

View Postmeowing, on Jan 6 2009, 04:24 PM, said:

Seems to not work for nliteos on Windows XP x64 Edition, is that correct?
Pity, since XP64 is the best OS around at the moment.

how did u tested?
please attach your nlite preset.

i am asking u because i always test before release and my nlited x64 install worked just fine.

#570 User is offline   boooggy 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,319
  • Joined: 27-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 January 2009 - 03:51 PM

new version out
changelog
http://www.boooggy.o...c.php?f=12&t=14

Share this topic:


  • 31 Pages +
  • « First
  • 27
  • 28
  • 29
  • 30
  • 31
  • 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 - 2011 msfn.org
Privacy Policy