MSFN Forum: HFSLIP, The 2K/XP/2K3 slipstreamer - MSFN Forum

Jump to content


  • 21 Pages +
  • « First
  • 17
  • 18
  • 19
  • 20
  • 21
  • You cannot start a new topic
  • This topic is locked

HFSLIP, The 2K/XP/2K3 slipstreamer Support Ended Rate Topic: ***** 3 Votes

#361 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 16 March 2007 - 12:58 PM

Well... That could be difficult.
You can achieve that by setting the same multiboot path twice but you need to make sure that files with identical names really are identical too. Also, when the second SOURCESS folder is made, you should move some files from the second SVCPACK folder into the first (or the other way around, depending on which way you want to go), but not all. The easiest way to find out which files should REMAIN in the folder they are in is checking SVCPACK.INF; the CATs as well as all files that are installed from the [SetupHotfixesToRun] section should remain in the folder they exist in.


#362 User is offline   Gedrean 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 01-January 06

Posted 16 March 2007 - 01:43 PM

View PostTomcat76, on Mar 16 2007, 02:58 PM, said:

Well... That could be difficult.
You can achieve that by setting the same multiboot path twice but you need to make sure that files with identical names really are identical too. Also, when the second SOURCESS folder is made, you should move some files from the second SVCPACK folder into the first (or the other way around, depending on which way you want to go), but not all. The easiest way to find out which files should REMAIN in the folder they are in is checking SVCPACK.INF; the CATs as well as all files that are installed from the [SetupHotfixesToRun] section should remain in the folder they exist in.


Really? There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?

EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?

This post has been edited by Gedrean: 16 March 2007 - 01:48 PM


#363 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 16 March 2007 - 09:56 PM

View PostTomcat76, on Mar 16 2007, 04:00 AM, said:

Removing "HFSLIPTotalSlipstream" didn't work or did other registry tweaks fail as well?


I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?

#364 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 17 March 2007 - 07:31 AM

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?
To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?
That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work.

View PostSgt_Strider, on Mar 17 2007, 04:56 AM, said:

I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?
I have never used those so I can't really say what's causing the failure. Here are some possibilities:

1) You need a reboot for the changes to take effect

2) There's a mini post-install (titled "Windows Update") taking place when you first log on after Windows setup has completed. Some of the things you inject into the registry may be overwritten by that.

#365 User is offline   Gedrean 

  • Newbie
  • Group: Members
  • Posts: 21
  • Joined: 01-January 06

Posted 17 March 2007 - 11:59 AM

View PostTomcat76, on Mar 17 2007, 08:31 AM, said:

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?
To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?
That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work.


Yeah it is very lovely that it seems HFS places its calls into a cmd rather than in svcpack (in fact none of my SSI's were in svcpack) so that they can be manipulated easier. It's a little manual work, but at this rate what I've done is added a slightly different variable (HFSLIP2) and just stuck a 2 into the names of the files that weren't moved (very few of them) and did some swapping around. It'll make creating a multiboot CD much easier. Thanks Tomcat76! :)

#366 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 18 March 2007 - 12:01 AM

View PostTomcat76, on Mar 17 2007, 05:31 AM, said:

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

There's no way to just go into svcpack.inf and rename the ones I put into hfsvcpack to have them in like a directory in the root of the disc?
To my knowledge, you can't use paths in SVCPACK.INF. I have never experimented with that.

View PostGedrean, on Mar 16 2007, 08:43 PM, said:

EDIT: I found hfslip.cmd, could I just modify that to add a variable to point at the folder in the root, like the OEM folder that the driver pack'll be in?
That would actually be cleaner. Change the %HFSLIP% variable so it points to your custom directory and then move all files that are installed from %HFSLIP% by HFSLIP.CMD into that folder. But it's more manual work.

View PostSgt_Strider, on Mar 17 2007, 04:56 AM, said:

I'm talking about the registry tweaks. Only the DPI and screensaver tweak did not work. Do you know why?
I have never used those so I can't really say what's causing the failure. Here are some possibilities:

1) You need a reboot for the changes to take effect

2) There's a mini post-install (titled "Windows Update") taking place when you first log on after Windows setup has completed. Some of the things you inject into the registry may be overwritten by that.


How do I ensure that doesn't happen? Restarting the computer will not do anything.

#367 User is offline   jimmsta 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 385
  • Joined: 04-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 March 2007 - 11:05 AM

Building with a clean XP SP2 source, with all the latest patches in the HF directory, and IE7's installer in there as well, I seem to have issues - first off, Wininet.dll is not functioning properly - I have to install IE7 on top of itself in order to use IE at all. Secondly, the themes service is not starting, and third, if I integrate WGA, or Windows Update, all the controls are screwed up, unregistered, and will not register properly.

I've tried over and over again, but still run into these problems.
I've tried different sources of XP, with the same results.

I also sometimes end up with a bunch of desktop.ini files in the start menu, desktop, and startup menu.

I'll be testing the latest test release, to see if any of these wacky bugs could have been caused by something in the script. There's also a chance that I have some update that should not be included, or may have been superceeded.

Any Ideas?

#368 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 914
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 19 March 2007 - 12:47 PM

Post your hfslip.log file (located in the root of your CD).

the_guy

#369 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 19 March 2007 - 01:48 PM

@jimmsta, have you tried restarting after IE7 installation is completed? Try reading through http://www.hfslip.org, and as the_guy said, please post your HFSLIP.LOG file.

You see a bunch of desktop.ini files because for some reason a setting in Folder Options is unchecked (Folder Options -> View -> Hide protected operating system files).

#370 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 19 March 2007 - 04:17 PM

@jimmsta
To me, that sounds like the issues that existed with the betas, RCs and the first final release (and maybe even the second) of IE7. Be sure to use the latest final release; Microsoft have silently re-released it a few times. Also, I hope you read the instructions on hfslip.org; you need at least the latest cumulative update and the latest shell32.dll hotfix.

View PostSgt_Strider, on Mar 18 2007, 07:01 AM, said:

How do I ensure that doesn't happen? Restarting the computer will not do anything.
If rebooting didn't do it, it may be the other problem. Unfortunately I think there's no way around that (at least not a clean one).

#371 User is offline   drell 

  • Group: Members
  • Posts: 6
  • Joined: 17-November 03

Posted 21 March 2007 - 06:55 AM

I have exctract a windows server 2003 cd in a folder x86.
Can i integrate ie7? (IE7-WindowsServer2003-x86-enu.exe)
How can i do it?

thx :unsure:

#372 User is offline   jimmsta 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 385
  • Joined: 04-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2007 - 06:15 PM

View PostTomcat76, on Mar 19 2007, 06:17 PM, said:

@jimmsta
To me, that sounds like the issues that existed with the betas, RCs and the first final release (and maybe even the second) of IE7. Be sure to use the latest final release; Microsoft have silently re-released it a few times. Also, I hope you read the instructions on hfslip.org; you need at least the latest cumulative update and the latest shell32.dll hotfix.

View PostSgt_Strider, on Mar 18 2007, 07:01 AM, said:

How do I ensure that doesn't happen? Restarting the computer will not do anything.
If rebooting didn't do it, it may be the other problem. Unfortunately I think there's no way around that (at least not a clean one).


It's probably something I did. I'll try again when I have a second. :)

#373 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 21 March 2007 - 06:33 PM

View Postdrell, on Mar 21 2007, 01:55 PM, said:

I have exctract a windows server 2003 cd in a folder x86.
Can i integrate ie7? (IE7-WindowsServer2003-x86-enu.exe)
How can i do it?

thx :unsure:
It depends on what you mean by "integrate". IE7 can't be slipstreamed into Windows Server 2003; you'll get errors all over the place during Windows setup. The first two methods outlined on Handling of Windows Internet Explorer 7 work for Win2K3.

#374 User is offline   jimmsta 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 385
  • Joined: 04-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 March 2007 - 08:39 AM

Alrighty, I tried once again to get a working build out of this. here's the log, followed by some images of the build running in a VM.

Quote

This file is automatically generated by HFSLIP
HFSLIP is for personal use only
Copyright© TommyP 2005-2007

============================HOW TO REPORT A PROBLEM============================

If running into problems, refer to http://hfslip.org/support.html

HFSLIP support forum: http://msfn.org/boar...p?showforum=129

===============================================================================

HFSLIP Version - 70325

HFSLIP Path - E:\XP CDs\HFSLIP\

OS in SOURCESS - XP SP2 English

Drivers - DRIVER.CAB Updated

HFCLEANUP Detected

CD Install Path - Default

CDTAG - WIN51

===============================================================================
Files in your FIX folder:

Files in your HF folder:
IE7-KB928090-WindowsXP-x86-enu.exe
IE7-KB929969-WindowsXP-x86-enu.exe
IE7-WindowsXP-x86-enu.exe
MP10Setup.exe
msxml2sp6-kb887606-x86-enu.exe
msxml4-KB927978-enu.exe
roots-kb931125-xp-ws03-x86-x64_37482c3789e5a6772579ff942723c9b8ad0f8d1a.exe
WindowsInstaller-KB893803-v2-x86.exe
WindowsMedia-KB911564-x86-ENU.exe
WindowsMedia10-KB917734-x86-ENU.exe
WindowsMedia6-KB925398-x86-ENU.exe
WindowsXP-KB873339-x86-ENU.exe
WindowsXP-KB885626-v2-x86-enu.exe
WindowsXP-KB885836-x86-ENU.exe
WindowsXP-KB886185-x86-enu.exe
WindowsXP-KB887472-x86-enu.exe
WindowsXP-KB888302-x86-ENU.exe
WindowsXP-KB890859-x86-ENU.exe
WindowsXP-KB891781-x86-ENU.exe
WindowsXP-KB893756-x86-ENU.exe
WindowsXP-KB896358-x86-ENU.exe
WindowsXP-KB896423-x86-ENU.exe
WindowsXP-KB896424-x86-ENU.exe
WindowsXP-KB896428-x86-ENU.exe
WindowsXP-KB898461-x86-ENU.exe
WindowsXP-KB899587-x86-ENU.exe
WindowsXP-KB899591-x86-ENU.exe
WindowsXP-KB900725-x86-ENU.exe
WindowsXP-KB901017-x86-ENU.exe
WindowsXP-KB901190-x86-ENU.exe
WindowsXP-KB901214-x86-ENU.exe
WindowsXP-KB904706-v2-x86-ENU.exe
WindowsXP-KB905414-x86-ENU.exe
WindowsXP-KB905749-x86-ENU.exe
WindowsXP-KB908519-x86-ENU.exe
WindowsXP-KB908531-v2-x86-ENU.exe
WindowsXP-KB910437-x86-ENU.exe
WindowsXP-KB911280-v2-x86-ENU.exe
WindowsXP-KB911927-x86-ENU.exe
WindowsXP-KB912817-v2-x86-ENU.exe
WindowsXP-KB912919-x86-ENU.exe
WindowsXP-KB913580-x86-ENU.exe
WindowsXP-KB914388-x86-ENU.exe
WindowsXP-KB914389-x86-ENU.exe
WindowsXP-KB916595-x86-ENU.exe
WindowsXP-KB917422-x86-ENU.exe
WindowsXP-KB917537-x86-ENU.exe
WindowsXP-KB917953-x86-ENU.exe
WindowsXP-KB918118-x86-ENU.exe
WindowsXP-KB918439-x86-ENU.exe
WindowsXP-KB919007-x86-ENU.exe
WindowsXP-KB920213-x86-ENU.exe
WindowsXP-KB920670-x86-ENU.exe
WindowsXP-KB920683-x86-ENU.exe
WindowsXP-KB920685-x86-ENU.exe
WindowsXP-KB920872-x86-ENU.exe
WindowsXP-KB922582-x86-ENU.exe
WindowsXP-KB922819-x86-ENU.exe
WindowsXP-KB923191-x86-ENU.exe
WindowsXP-KB923414-x86-ENU.exe
WindowsXP-KB923689-x86-ENU.EXE
WindowsXP-KB923694-x86-ENU.exe
WindowsXP-KB923980-x86-ENU.exe
WindowsXP-KB924191-x86-ENU.exe
WindowsXP-KB924270-x86-ENU.exe
WindowsXP-KB924667-x86-ENU.exe
WindowsXP-KB926247-x86-ENU.exe
WindowsXP-KB926255-x86-ENU.exe
WindowsXP-KB926436-x86-ENU.exe
WindowsXP-KB927779-x86-ENU.exe
WindowsXP-KB927802-x86-ENU.exe
WindowsXP-KB928255-x86-ENU.exe
WindowsXP-KB928843-x86-ENU.exe
WindowsXP-KB929338-x86-ENU.exe
wmfdist95.exe
msxml2.msi
msxml6_x86.msi

Files in your HFCABS folder:
Apr2005_d3dx9_25_x86.cab
Apr2006_d3dx9_30_x86.cab
Aug2005_d3dx9_27_x86.cab
Dec2005_d3dx9_28_x86.cab
DEC2006_d3dx10_00_x86.cab
DEC2006_d3dx9_32_x86.cab
Feb2005_d3dx9_24_x86.cab
Feb2006_d3dx9_29_x86.cab
Jun2005_d3dx9_26_x86.cab
OCT2006_d3dx9_31_x86.cab
swflash.cab

Files in your HFSVCPACK folder:
AdobeReader708Lite.exe
dotnet11sp1.exe
dotnet2.exe
JRE6.exe

Files in your HFSVCPACK_SW folder:

Files in your HFGUIRUNONCE folder:

Files in your HFTOOLS folder:
bbie.exe
bbie.lic
BOOT.BIN
CABARC.EXE
CABINET.DLL
cygwin1.dll
EXTRACT.EXE
MAKECAB.EXE
mkisofs.exe
modifyPE.exe

Files in your HFEXPERT folder:
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\ac3filter.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\CLVSD.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\CoreVorbis.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\divxdec.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\FLVSplitter.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\I263_32.drv
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\iac25_32.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\IMC32.acm
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir32_32.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_32.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_qc.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir41_qcx.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_32.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\ir50_32.qtx
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_lcs.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_qc.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ir50_qcx.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\Ivfsrc.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\l3codecp.acm
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\l3codecx.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\mpeg2dmx.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\ogg.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\OggDS.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\README.txt
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbis.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbisenc.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\vorbisfile.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\vp7dec.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\vp7vfw.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\VSFilter.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvid.ax
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvidcore.dll
E:\XP CDs\HFSLIP\HFEXPERT\CODECS\xvidvfw.dll

Files in your HFCLEANUP folder:
Driver_Scanners.rdv
OSOptions_Tour.rem
OSOptions_Tour.rin
Service_Messenger.rem
Service_Messenger.rin
XPSP2.EXT

===============================================================================
HFSLIP run time: 20m27s

Attached File  2007_03_29_103316.jpg (4.26K)
Number of downloads: 4Attached File  2007_03_29_103247.jpg (19.33K)
Number of downloads: 7
First off, one of the major dll's from IE is missing. Second, the CPU type is not listed under the system properties.
Third, there's no username, and very few processes. IE7 will not install, and neither will .NET v2.0.
Attached File  2007_03_29_103810.jpg (81.23K)
Number of downloads: 9

Also, the driver signature prompt kept coming up during installation.

What did I do wrong?

#375 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 29 March 2007 - 04:33 PM

Are you including any hotfixes that are not on my list?
Are you instructing HFSLIP to change the default handling of IE7 via HFANSWER.INI?
Where did you get that dotnet2.exe file from? If it's RyanVM's, it won't work (from svcpack.inf) as mentioned on his download page and here.

I wouldn't experiment with the HFCLEANUP files until everything works as intended.

#376 User is offline   jimmsta 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 385
  • Joined: 04-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 March 2007 - 12:34 AM

* Not including any hotfixes not on your list. I'm also not including any optional updates.
* I did not change the default handling of IE7.
* Yes, that's ryanVM's file, which explains why I've had success putting it elsewhere.

I wasn't sure if HFCLEANUP was the culprit or not. I built a new XP Pro cd today, and will post results tomorrow, if I encounter any problems.

#377 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,675
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 30 March 2007 - 03:48 AM

HFCleanup and XP don't mix well. Those cleanups need lots of work to make it XP friendly.

#378 User is offline   GrandMstrBud 

  • Group: Members
  • Posts: 5
  • Joined: 30-March 07

Posted 30 March 2007 - 11:17 PM

First off I want to thank you for this great tool. I did my first slipstream with HFSLIP and windows xp. After installing it I noticed 2 things. If I go into the Windows security center, the automatic update option does not show up where it normally does. The second this I seen was it put an HFSLIP in the add/remove programs. I clicked change and it just removed it. Is there a way to make this install look like a factory type install without HFSLIP being in the install?

This post has been edited by GrandMstrBud: 31 March 2007 - 03:49 PM


#379 User is offline   jpascal 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 21-August 05

Posted 02 April 2007 - 08:20 AM

The answer is on previous page. ;-)

#380 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,426
  • Joined: 06-January 06

Posted 04 April 2007 - 05:41 PM

hi tc/tp! i would just like to share my happiness in being able to finally come up with a successful build :thumbup (after struggling for more than a month) ... i've tried all possible combos in what i put in and took out ... there was actually 1 specific addon (Kels_ResHack_v3.4.0.79_addon_build5 ... Kel has already come up with build6 which works great!) that caused the other addons not installing, as well as ie7 & wmp11 ... installation skipped from T-28 to T-22 ...
here are some comments though in my build:
Attached File  hwinstallation6.jpg (27.79K)
Number of downloads: 9
same thing happened with: WMADMOD.DL_, WMSDMOD.DL_, WMSPDMOD.DL_, wmvdmod.dl_

then at T-39 until T-33
Attached File  hwinstallation10beforeGUI.jpg (12.59K)
Number of downloads: 10
same thing happened with:
Creative AudioPCI (ES1371, ES1373) (WDM)
Intel® 823741AB/EB PCI to USB Universal Host Controller
USB Root Hub
Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
Microsoft Kernel Audio Splitter
Microsoft Kernel Acoustic Echo Canceller
Microsoft Kernel Wave Audio Mixer
Microsoft WINMM WDM Audio Compatibility Driver

then it re-occured before showing the desktop (i wonder why) for the following files:
Microsoft Kernel Audio Splitter
Microsoft Kernel Acoustic Echo Canceller
Microsoft Kernel Wave Audio Mixer
would there be a way to keep these from showing up? ;)

from setuperr, this is what i got when including swflash.cab
Error:
Setup could not register the OLE Control C:\WINDOWS\system32\macromed\flash\flash.ocx because of the following error:
DllRegisterServer returned error 2147500037 (80004005).

other that the 3 minor issues above, everything works great ... i've attached here some files for viewing just to show my success in having all these HFs & files slipstreamed/integrated ...
THANKS for 70325 :P

This post has been edited by Kiki Burgh: 22 April 2007 - 10:57 AM


Share this topic:


  • 21 Pages +
  • « First
  • 17
  • 18
  • 19
  • 20
  • 21
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy