IPB

Google Frontpage Forums Unattended CD/DVD Guide
112 Pages V  « < 76 77 78 79 80 > »   
Reply to this topicStart new topic
> HFSLIP - Test releases, No testing at the moment
Kiki Burgh
post Feb 22 2007, 02:42 AM
Post #1541


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi!i just want to clarify this:
QUOTE (Tomcat76 @ Feb 21 2007, 12:12 AM) *
msxml6_x86.msi is supported by HFSLIP. It replaces msxml6-KB927977-xxx-x86.exe.

Unfortunately you'll have to rebuild DNF3.exe (assuming you made it with my tool). The problem is that the MSXML6 resource file contained in the MSXML6 SP1 package is OLDER than the one for MSXML6 "SP0". The MSXML6 binaries inside DNF3.exe are copied over if the ones in SYSTEM32 are older or non-existent, so the XML6 resource file will get downgraded to SP0 by mistake. You'll have to rename msxml6_x86.msi to msxml6.msi for the .NET Maker (not necessary for HFSLIP).
if i were to do this (rename msxml6_x86.msi to msxml6.msi) do i still need to do this:
QUOTE (Tomcat76 @ Feb 21 2007, 12:12 AM) *
By the way... You can make it easier on you by setting PROCESS_DNF3_MSXML6 in the answer file for SNM to NO and only include MSXML6 with HFSLIP (or vice versa). You don't need to have those files twice.
thanks! btw, i posted the same in Silent .NET Maker (latest update: 20070201), Create silent switchless .NET installers for Win2K/XP/2K3 x86 as i'm not quite sure if TC still frequents this forum ... my apologies ... thanks again!
Go to the top of the page
 
+Quote Post
EmRoD
post Feb 22 2007, 05:17 AM
Post #1542


Powered by PlugSquare.com
*

Group: Members
Posts: 97
Joined: 16-January 04
From: France
Member No.: 12584
OS: Vista Ultimate x64
Country Flag


Hi all

with an hfslipped souce (version hfslip-70212b.cmd) and XP Home Or Pro i'm facing this bug with the lateste WGA thing...

I'm using my COA, activate it without issue BUT
when the lateste WGA is installed via windows update, i'm having an error message saying my copie cannot be validated...

when i follow the instructions given by thi page :
http://support.microsoft.com/default.aspx/kb/813422

that is, to re-register some dlls it works:

regsvr32 /S softpub.dll
regsvr32 /S Wintrust.dll
regsvr32 /S Dssenh.dll
regsvr32 /S Rsaenh.dll
regsvr32 /S Gpkcsp.dll
regsvr32 /S Sccbase.dll
regsvr32 /S Slbcsp.dll
regsvr32 /S Mssip32.dll
regsvr32 /S Cryptdlg.dll
regsvr32 /S Initpki.dll

Any clues ?
Go to the top of the page
 
+Quote Post
Camarade_Tux
post Feb 22 2007, 06:51 AM
Post #1543


MSFN Addict
*******

Group: Members
Posts: 1760
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


QUOTE (Tomcat76 @ Feb 21 2007, 01:14 PM) *
OK... I was under the impression that this was fixed with the latest shell32.dll update. Apparantly not.

I'll put the QL fix back in. smile.gif

Meanwhile, you can get the icon back by running this command from Run:

regsvr32 /s /i:U /n shell32.dll

I don't know if it's necessary, but I usually do it like this:
1) disable Quick Launch
2) execute the above command
3) log off
4) log back in and enable Quick Launch


I have the same problem and running this command at T-12 puts the icon back in all sessions. newwink.gif
Go to the top of the page
 
+Quote Post
Tomcat76
post Feb 22 2007, 08:57 AM
Post #1544


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


@Kiki
Answered in the other thread smile.gif

@S3pHiroTh
Post installation, you can remove the HFSLIPWU.INF line from SYSOC.INF. That should remove the entry from the list in your screenshot.

@Camarade_Tux
In my testing, this doesn't work at T-13 nor from a CMD at first GUI logon. The only thing that worked was what's in NR's IE7 addon.

@EmRoD
Are you talking about LegitCheckControl.cab? What's COA?
Go to the top of the page
 
+Quote Post
Neo2x
post Feb 22 2007, 11:58 PM
Post #1545


Newbie


Group: Members
Posts: 42
Joined: 15-December 05
Member No.: 82552
Country Flag


And where would we find the latest LegitCheckControl.cab to try it with hfslip?
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 23 2007, 12:07 AM
Post #1546


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi Neo2x! it's in TC's dynamic HF list here: Windows Genuine Advantage
(for XPSP2) Windows XP SP2 updates for use with HFSLIP
(for the rest) Hotfix update lists
Go to the top of the page
 
+Quote Post
EmRoD
post Feb 23 2007, 01:50 AM
Post #1547


Powered by PlugSquare.com
*

Group: Members
Posts: 97
Joined: 16-January 04
From: France
Member No.: 12584
OS: Vista Ultimate x64
Country Flag


QUOTE (Tomcat76 @ Feb 22 2007, 03:57 PM) *
@EmRoD
Are you talking about LegitCheckControl.cab? What's COA?



COA : Certificate Of Authenticity

On feb 21 ms released a new KB905474 Version (1.7.017) with the WGA Tray in it again.

My HFSLIPPED souces includes an old legitcheckcontrol.cab (1.5.0708)

I install my computer with my product key, when it's done i activate it without issues.

I run Ms update, it tells me a new KB905474 is available, i download it, install it and i'm having a error message saying that the tool cannot validate my licence blink.gif .
I look on the troubleshooting link, it routes me to this page
http://support.microsoft.com/default.aspx/kb/813422

The instructions a "run a couple of regsvr32 commands to re register some dlls."
When i'm done with it, ms update validates my licence and everything functions normally...
Go to the top of the page
 
+Quote Post
Camarade_Tux
post Feb 23 2007, 02:33 AM
Post #1548


MSFN Addict
*******

Group: Members
Posts: 1760
Joined: 22-May 05
From: Paris
Member No.: 57090
OS: none
Country Flag


QUOTE (Tomcat76 @ Feb 22 2007, 03:57 PM) *
@Camarade_Tux
In my testing, this doesn't work at T-13 nor from a CMD at first GUI logon. The only thing that worked was what's in NR's IE7 addon.

Maybe, I forgot my cleanup scripts were run both at T-12 and ROE. whistling.gif
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Feb 23 2007, 03:04 AM
Post #1549


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE
QUOTE (Kiki Burgh @ Feb 23 2007, 07:07 AM) *
hi Neo2x! it's in TC's dynamic HF list here: Windows Genuine Advantage
(for XPSP2) Windows XP SP2 updates for use with HFSLIP
(for the rest) Hotfix update lists


I tried to download today the LegitCheckControl.cab, but Microsoft hasn't released a new one yet, so I've done one by myself. I'm testing if works. I tried in this way:
- I've downloaded this update
- I've unzipped the old LegitCheckControl.cab and I've copied the LegitCheckControl.inf to Desktop
- I've unzipped with Winrar the update that I have download on Microsoft site, and after I've unzipped, also with Winrar, WGANOT~1.EXE, and copied LegitCheckControl.dll to Desktop
- Edited LegitCheckControl.inf in this way (the last string):
CODE
FileVersion=1,5,0723,1

To:
CODE
FileVersion=1,7,0017,0


The last step is to create a cab file called LegitCheckControl.cab with these files inside: LegitCheckControl.dll and LegitCheckControl.inf (cabbed with WinAce)


It doesn't work sad.gif

QUOTE
@S3pHiroTh
Post installation, you can remove the HFSLIPWU.INF line from SYSOC.INF. That should remove the entry from the list in your screenshot.


I've tried but if I delete that string, IE7 doesn't start and some pieces of WMP11 doesn't install... wacko.gif

EDIT:
I've a question for you. I have tried to install an inf file by cmd file at T-13, but if I do that windows installations will fail. It will execute HFRUNONCEGUI at T-13. I have installed inf file with this method (the only one I found):
%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 4 %SystemDrive%\Custom\Cursori\Aero\Install.inf

There is another method to install it?

This post has been edited by S3pHiroTh: Feb 23 2007, 08:44 AM
Go to the top of the page
 
+Quote Post
Tomcat76
post Feb 23 2007, 10:18 AM
Post #1550


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


QUOTE (EmRoD @ Feb 23 2007, 08:50 AM) *
I run Ms update, it tells me a new KB905474 is available, i download it, install it and i'm having a error message saying that the tool cannot validate my licence blink.gif .
MU/WU doesn't ask to install KB905474 here. Are you sure you also didn't include an old version of KB905474 in the HF folder? That's the only time I think MU/WU would ask to update it.

Try this (if you have the time)...
1) Install Windows
2) Register those DLLs you mentioned
3) Run Microsoft Update

If this works, I'll update HFSLIP so those DLLs are registered automatically when KB905474 is detected in the HF folder.

QUOTE (S3pHiroTh @ Feb 23 2007, 10:04 AM) *
QUOTE
@S3pHiroTh
Post installation, you can remove the HFSLIPWU.INF line from SYSOC.INF. That should remove the entry from the list in your screenshot.


I've tried but if I delete that string, IE7 doesn't start and some pieces of WMP11 doesn't install... wacko.gif
You removed it post installation or before installation?

QUOTE (S3pHiroTh @ Feb 23 2007, 10:04 AM) *
I have tried to install an inf file by cmd file at T-13, but if I do that windows installations will fail. It will execute HFRUNONCEGUI at T-13. I have installed inf file with this method (the only one I found):
%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 4 %SystemDrive%\Custom\Cursori\Aero\Install.inf

There is another method to install it?
HFSLIP uses the advpack.dll method at T-13 now. For you, that would be:
rundll32.exe advpack.dll,LaunchINFSection %SystemDrive%\Custom\Cursori\Aero\Install.inf,DefaultInstall

QUOTE (Camarade_Tux @ Feb 23 2007, 09:33 AM) *
Maybe, I forgot my cleanup scripts were run both at T-12 and ROE. whistling.gif
RunOnceEx didn't work for me either. I had to use RunOnce.
Go to the top of the page
 
+Quote Post
S3pHiroTh
post Feb 23 2007, 10:27 AM
Post #1551


Member
**

Group: Members
Posts: 122
Joined: 4-September 06
Member No.: 109382
Country Flag


QUOTE (Tomcat76 @ Feb 23 2007, 05:18 PM) *
QUOTE (S3pHiroTh @ Feb 23 2007, 10:04 AM) *
QUOTE
@S3pHiroTh
Post installation, you can remove the HFSLIPWU.INF line from SYSOC.INF. That should remove the entry from the list in your screenshot.


I've tried but if I delete that string, IE7 doesn't start and some pieces of WMP11 doesn't install... wacko.gif
You removed it post installation or before installation?


Aaaaaahhh before I have misunderstood your words smile.gif
I have type a ; before the last string in that file after I have run hfslip script...
I have tried now to "comment" that line after windows installation and works well. Thanks Tomcat for your patience blushing.gif

QUOTE (Tomcat76 @ Feb 23 2007, 05:18 PM) *
QUOTE (S3pHiroTh @ Feb 23 2007, 10:04 AM) *
I have tried to install an inf file by cmd file at T-13, but if I do that windows installations will fail. It will execute HFRUNONCEGUI at T-13. I have installed inf file with this method (the only one I found):
%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 4 %SystemDrive%\Custom\Cursori\Aero\Install.inf

There is another method to install it?
HFSLIP uses the advpack.dll method at T-13 now. For you, that would be:
rundll32.exe advpack.dll,LaunchINFSection %SystemDrive%\Custom\Cursori\Aero\Install.inf,DefaultInstall


Thanks, I'll try in this way. Thanks a lot welcome.gif
Go to the top of the page
 
+Quote Post
Super-Magician
post Feb 23 2007, 08:36 PM
Post #1552


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


The standalone KB905474 has been updated.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 24 2007, 07:17 PM
Post #1553


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi! i just tried the latest test release & here were the results:
(1) ie7 slipstreaming didn't work for me
(2) wmp11 wasn't installed either
would there be other HFs that i neeed to remove ... probably HFs that prevented ie7 & wmp11 from installing (i.e., some ie6 HFs that i might still have lurking in HF dir or some other obsolete files)?
(3) encountered this duing HFGUIRUNONCE: Windows Desktop Search Setup
Setup has failed. Make sure Terminal Services are enabled before re-running setup.
clicking OK to get rid of the pop-up continued with installation of PowerShell ... i'm not certain yet if this had something to do with the latest Windows Desktop Search 3.01 for Windows XP (KB917013) release ... i thnk i didn't have this when using the previous ver ...
(4) my windows version now shows as: Build 2600.xpsp_sp2_qfe.061030-0020 (Service Pack 2) ... whereas before (not sure though if this was due to Feb HFs or earlier) it didn't have [b]qfe[\b] there
(5) some addons didn't install anymore ... (TC, could you please take a look if i could use this via HFAAO: [Updated] Vista RTM Sidebar v2.2.1 *Updated 02-16-07* ... i like this add-on since it shows Vista Sidebar on XP ... there are a few other addons required to make it work though newwink.gif
i've attached some files that might be useful ... thanks in advance!
i already got this to work prior to the final rel & the current test rel ... sad.gif
Attached File(s)
Attached File  I386.rar ( 124.81K ) Number of downloads: 5
 
Go to the top of the page
 
+Quote Post
Tomcat76
post Feb 24 2007, 10:11 PM
Post #1554


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
(1) ie7 slipstreaming didn't work for me
Can you be more specific? Everything seems to be fine looking at the files in the package you attached, but I need to see HFSLIP.CMD from SOURCESS\I386\SVCPACK as well to be sure.

QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
(2) wmp11 wasn't installed either
I don't see anything related to WMP11 in the setup information files as if HFSLIP didn't detect it. Did you extract everything into HF\WMP11?

QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
would there be other HFs that i neeed to remove ... probably HFs that prevented ie7 & wmp11 from installing (i.e., some ie6 HFs that i might still have lurking in HF dir or some other obsolete files)?
HFSLIP didn't see WMP11 so the cause should be found elsewhere. Never mind that you don't need WindowsMedia9-KB917734-x86-ENU.exe.
As far as IE7 is concerned... If you use such an extensive list of hotfixes you should keep track of what is what...

QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
(3) encountered this duing HFGUIRUNONCE: Windows Desktop Search Setup
Setup has failed. Make sure Terminal Services are enabled before re-running setup.
clicking OK to get rid of the pop-up continued with installation of PowerShell ... i'm not certain yet if this had something to do with the latest Windows Desktop Search 3.01 for Windows XP (KB917013) release ... i thnk i didn't have this when using the previous ver ...
From the Overview section on the download page of WDS 3.01:
Windows Desktop Search (WDS) 3.01 is a minor update to Windows Desktop Search 3.0
I think that should answer your question...

QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
(4) my windows version now shows as: Build 2600.xpsp_sp2_qfe.061030-0020 (Service Pack 2) ... whereas before (not sure though if this was due to Feb HFs or earlier) it didn't have qfe there
Certainly not the hotfixes that HFSLIP officially supports. I get this with a fully up to date source:
Windows XP Professional
Build 2600.xpsp.050301-1521 (Service Pack 2)

QUOTE (Kiki Burgh @ Feb 25 2007, 02:17 AM) *
(5) some addons didn't install anymore ... (TC, could you please take a look if i could use this via HFAAO: [Updated] Vista RTM Sidebar v2.2.1 *Updated 02-16-07* ... i like this add-on since it shows Vista Sidebar on XP ... there are a few other addons required to make it work though newwink.gif
I did lots of tests with version 2.1.1 of the Sidebar addon and never had a problem with it ever since including the VAIO addon as well. Nothing has changed structurally in version 2.2.1 so I wouldn't know why it would fail.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 24 2007, 11:17 PM
Post #1555


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


ok ... i'll create new build now ... i've attached here the HFSLIP.cmd newwink.gif ... i can live without Desktop Search anyways smile.gif as always, thanks TC!
Attached File(s)
Attached File  HFSLIP.CMD ( 3.75K ) Number of downloads: 4
 
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 25 2007, 12:39 AM
Post #1556


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi TC! the run is not yet complete but i got this while the cmd was doing its thing:
CODE
Processing Ricks_VistaRTMFonts_AddOn_v1.1.7z
'HKLM' is not recognized as an internal or external command,
operable program or batch file.
'CONFIGURE_PROGRAMS' is not recognized as an internal or external command,
operable program or batch file.
TEMP\AAO\calibri.ttf
TEMP\AAO\calibrib.ttf
TEMP\AAO\calibrii.ttf
TEMP\AAO\calibriz.ttf
TEMP\AAO\segoepr.ttf
TEMP\AAO\segoeprb.ttf
TEMP\AAO\segoesc.ttf
TEMP\AAO\segoescb.ttf
TEMP\AAO\segoeui.ttf
TEMP\AAO\segoeuib.ttf
TEMP\AAO\segoeuii.ttf
TEMP\AAO\segoeuiz.ttf
TEMP\AAO\simheia.ttf
13 File(s) copied
i'll report back in when this run is done ... btw, kindly look into the codes again as to why when folders are placed on the desktop, this error comes up: Could Not Find C:\Documents or when placed in a sub-folder in another dir Could Not Find D:\Kiki? would it have anything to do with spaces in between folder names or would it have anything to with long directory names or anything to do with sub-dirs? thanks again! i'm about to install via Virtual Box ... a very alternative to VMWare or VirtualPC newwink.gif
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 25 2007, 07:49 AM
Post #1557


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


hi! just to add, i got this too when processing 1 of the addons:
CODE
Processing VisualTooltip21.zip
File Not Found
FINDSTR: Cannot open TEMP\AAO\
0 File(s) copied
i'm sorry i couldn't provide the link to the file ATM since ryanvm's site is down ... thanks!
Go to the top of the page
 
+Quote Post
Super-Magician
post Feb 25 2007, 10:24 AM
Post #1558


Friend of MSFN
*****

Group: Members
Posts: 969
Joined: 15-January 06
Member No.: 85355
OS: Vista Ultimate x86
Country Flag


@Kiki, those errors you are getting are likely related to some incorrect setting or command in the INF files. Have those specific addons worked before without errors?
Go to the top of the page
 
+Quote Post
Tomcat76
post Feb 25 2007, 12:25 PM
Post #1559


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3171
Joined: 8-August 05
From: Flanders, Belgium
Member No.: 68008
OS: 2000
Country Flag


@Kiki

I see no problem with HFSLIP.CMD. It has to be the hotfixes.

The errors you see for Ricks_VistaRTMFonts_AddOn_v1.1 are due to it containing an [ExtraFileEdits] section, which is not supported by HFSLIP. I also don't intend to create support for it because it's too difficult, because there would be a limit to the amount of subitems to add, and because it would only work for English sources (in the case of this addon). You have three different options:
1) Ask someone in that forum to remake the addon by using a separate INF file instead of the [ExtraFileEdits] section in ENTRIES*.INI
2) Remake the addon yourself
3) Create an INF file in HFSVCPACK yourself and ignore the errors when HFSLIP parses the addon.

Ricks_VistaRTMFonts_1.1.inf
CODE
[Version]
Signature="$WINDOWS NT$"

[DefaultInstall]
AddReg=Fonts.Add

[Fonts.Add]
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri%",,"calibri.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_bold%",,"calibrib.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_italic%",,"calibrii.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%calibri_bold_italic%",,"calibriz.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_print%",0,"segoepr.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_print_bold%",,"segoeprb.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_script%",,"segoesc.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_script_bold%",,"segoescb.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui%",0,"segoeui.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_bold%",,"segoeuib.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_italic%",,"segoeuii.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%segoe_ui_bold_italic%",,"segoeuiz.ttf"
HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts","%simhei%",,"simhei.ttf"

[Strings]
calibri              = "Calibri (TrueType)"
calibri_bold         = "Calibri Bold (TrueType)"
calibri_italic       = "Calibri Italic (TrueType)"
calibri_bold_italic  = "Calibri Bold Italic (TrueType)"
segoe_ui             = "Segoe UI (TrueType)"
segoe_ui_bold        = "Segoe UI Bold (TrueType)"
segoe_ui_italic      = "Segoe UI Italic (TrueType)"
segoe_ui_bold_italic = "Segoe UI Bold Italic (TrueType)"
segoe_print          = "Segoe Print (TrueType)"
segoe_print_bold     = "Segoe Print Bold (TrueType)"
segoe_script         = "Segoe Script (TrueType)"
segoe_script_bold    = "Segoe Script Bold (TrueType)"
simhei               = "SimHei (TrueType)"


I couldn't find VisualTooltip21.zip but I could find NR_VisualToolTip_Addon_v1.1.cab (Visual ToolTip 2.1 by MrNxDmX). There shouldn't be any problems with that.
Go to the top of the page
 
+Quote Post
Kiki Burgh
post Feb 26 2007, 01:04 AM
Post #1560


MSFN Expert
******

Group: Members
Posts: 1182
Joined: 6-January 06
From: Manila, Philippines
Member No.: 84520
OS: XP Pro x86
Country Flag


thanks S-M & TC! before posting this, i didn't get to have ie7 installed (with entries for both ie & ie7 (both 0mb) in add/remove windows components) ... during my latest run just about a couple of hours ago, i already managed to install ie7 & wmp11 thumbup.gif ... i took out Desktop Search which had given me install problems (that i posted earlier) ... i'm not sure if that was the sole reason but if i remember it correctly, this was the only 1 that i took out ... although some items didn't install correctly (mostly addons) ... here are some screenshots:Attached File  hfslp101inf.jpg ( 26.6K ) Number of downloads: 7

these came up until hfslp103.inf
Attached File  qasfdl.jpg ( 22.28K ) Number of downloads: 6

along with these were: wmadmod.dl_, wmsdmod.dl_, wmspdmod.dl_ & wmvdmod.dl_
Attached File  sidebar.jpg ( 18.83K ) Number of downloads: 3

this used to work prior to the latest final 1.3.1 rel, prior to the latest test rel 70222a, & even prior to Feb HFs rel ... i'm still trying to see if i could work something out by taking out some items in HF, HFAAO, HFSVCPACK, HFSVCPACK_SW & HFGUIRUNONCE ... attached too are some files from my latest run ... hope to get your feedback on these ... thanks! smile.gif btw, TC that was the correct file by MrNxDmX ... still it didn't install along with Vista Sidebar by Ricktendo64 ... i'll post the issue to in their threads ... thanks again!

This post has been edited by Kiki Burgh: Feb 26 2007, 02:06 AM
Attached File(s)
Attached File  HFSLIP.7z ( 108.04K ) Number of downloads: 3
 
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

112 Pages V  « < 76 77 78 79 80 > » 
Reply to this topicStart new topic
4 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 08:54 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy