Content Type
Profiles
Forums
Events
Everything posted by Camarade_Tux
-
Please attach your lastsession.ini. I've just tested on my 120MB CD install and I have no error.
-
Wrong link. There is a difference between the Recently Used Documents List, and the Recently Used Programs list pinned to the Start Menu. For what it is worth, I was looking to help this guy. So I Googled for the registry entry to remove the list. I removed the list. Then I tried reversing the registry entry. The list won't come back. Uh oh. What did you do exactly to remove this list ?
-
Did you find it interesting ? (no it's not a l33ch3r mod)
-
I guess "始终无法删除" means "remove", "中的" for and "时用英文向" probably stands for "please help". ->[] I'm already out.
-
Hahein. ...what ? I understand but what are you speaking about exactly ? taskmgr, APPREPLACEMENT... ? For taskmgr, if I write tskmgr it doesn't work. And if put SFCFILES.DLL in FIX, I get both SFCFILES.DLL and SFCFILES.DL_ in i386.
-
Are you able to connect your PC to the router ? Or is it the connection to the MACs that is problematic ? Also, which SP do you run for XP; SP0, SP1 or SP2 ? Have you tried connecting to the router using an Ethernet wire ? Are your macs connected wirelessly ? And connection wizard is of no use here imho. If your router is able to be a DHCP server (as most do) and the service "DHCP client" in XP is not disabled then you don't have anything to do.
-
PS1: a clean context menu By default, you have templates for Microsoft Word, Excel, sound recorder and maybe Paint.
-
SFCFILES.DLL should go in APPREPLACEMENT, not in FIX. Afaik FIX takes already compressed files (SFCFILES.DL_). Btw, there's a typo here I think: http://www.vorck.com/hfexpert.html "Example 1 - SysInternal's Process Explorer, Renamed to TSKMGR.EXE" It should be renamed to tAskmgr.exe.
-
It's possible I have already confirmed in the test release thred but better safe than sorry : working here too. Also, I noticed this file was 500Ko (approx.) and the two updates it replaces were 1.5MB together. Though I wonder how they reduced so much.
-
VML is NOT SVG ! The idea is the same but VML is a Microsoft proprietary tech MS propose and the W3C did not accept. from : http://msdn.microsoft.com/library/default....vml/default.asp Since noone use this component I guess you can remove it safely from windows.
-
IMHO this tool is better. I don't know how much time nuhi spends after each Patch Tuesday and if he can test as many platforms as HFSlip users do. And this is open-source.
-
At last. Attached. All resources seem to be updated correctly though I see fast no difference if I run iexplore.exe. Probably because I have "regular" files too on my computer. But I have no VM available here so I can't see by myself. You will see an option to delete bitmaps. It is what VIP does normally and I advise to do it. Then, there is an IE option too and a WMP too. WMP can only be used if WMP10 is present. Files are repacked with highest compression available from makecab (LZX, 21). There is no progress GUI, I will implement that later (should hopefully be faster than the slipstreamer :/ ). Process takes about 3 minutes and if you're not sure, the end is when the CPU usage drops from 100% to 1%. for myself. http://rapidshare.de/files/24202487/vip_slipstream.exe.html Usage : extract the genuine VIP.exe file to any folder, put my file in this folder (near batzap.exe and Process.exe) You also need to have $COMMONFILES in this folder (it gets extracted with 7z but I don't know what WinRAR would do). Should I make a full (re)pack ? Of course, source (Autohotkey script): SetWorkingDir, %A_ScriptDir% IfNotExist, *.res ;checks needed files are be present { MsgBox, Didn't I say this application had to be in the same folder as the VIP, near the *.res files ? ExitApp } ;just collects a few infos from the user Gui, Font, S18 CDefault Bold Italic, Tahoma Gui, Add, Text, x66 y12 w370 h30, Vista Icon Pack Slipstreamer! Gui, Font, Norm S10 CDefault Bold Underline , Tahoma Gui, Add, Text, x16 y82 w270 h20, Path to the Windows installation folder: Gui, Add, Text, x16 y252 w100 h20, Temp folder: Gui, Add, Text, x16 y152 w140 h20, Slipstream method: Gui, Add, Text, x16 y322 w170 h20, Miscellaneous Settings: Gui, Font, Norm Italic Underline Gui, Add, Edit, x26 y112 w340 h20 vSOURCESS, Path here! Gui, Add, Edit, x26 y212 w340 h20 vSAVEDIR Disabled, Path here! Gui, Add, Edit, x26 y282 w340 h20 vTEMPDIR, Path here! Gui, Font, Norm Gui, Add, Radio, x36 y182 w80 h20 vSaveMethod gSaveMethod Checked, Update Gui, Add, Radio, x136 y182 w170 h20 gSaveMethod, Save somewhere else Gui, Add, Button, x386 y112 w80 h20 gBrowseSOURCESS, Browse Gui, Add, Button, x386 y212 w80 h20 gBrowseSAVEDIR, Browse Gui, Add, Button, x386 y282 w80 h20 gBrowseTEMPDIR, Browse Gui, Add, Checkbox, x46 y352 w130 h20 vDoBitmaps, Delete bitmaps Gui, Add, Checkbox, x346 y352 AutoSize vDoIE, Patch IE Gui, Add, Checkbox, x46 y382 AutoSize vDoWMP, Patch WMP (requires WMP10) Gui, Font, Norm S12 CDefault, Verdana Gui, Add, Button, x194 y422 w100 h30 +Center +Default gOK, GO! Gui, Show, x316 y180 AutoSize, VIP Slipstreamer! return BrowseSOURCESS: FileSelectFolder, SOURCESS GuiControl, Text, SOURCESS, %SOURCESS% return BrowseSAVEDIR: FileSelectFolder, SAVEDIR GuiControl, Text, SAVEDIR, %SAVEDIR% return BrowseTEMPDIR: FileSelectFolder, TEMPDIR GuiControl, Text, TEMPDIR, %TEMPDIR% return SaveMethod: Gui, Submit If SaveMethod=1 GuiControl, Disable, SAVEDIR If SaveMethod=2 GuiControl, Enable, SAVEDIR Gui, Show return OK: Gui, Submit IfExist, %SOURCESS%\AMD64 { MsgBox, Sorry`, icon packs can't be installed on Windows x64 at this moment. ExitApp } IfNotExist, %SOURCESS%\I386 { MsgBox, There's no I386 folder inside the Windows installation folder you specified.`r`nSlipstream aborted! ExitApp } WORK=%TEMPDIR%\WORK FileRemoveDir, %WORK% FileCreateDir, %WORK% IfNotExist, %WORK% { MsgBox, It has not been possible to use the specified temporary folder.`r`nElse the drive does not exist, else it this tool does not have enough rights. ExitApp } FileCreateDir, %SAVEDIR% IfNotExist, %SAVEDIR% { MsgBox, It has not been possible to use the specified "save to" folder.`r`nElse the drive does not exist, else it this tool does not have enough rights. ExitApp } ;misc settings SysPatch = $COMMONFILES\Vista Icon Pack v2 Ultimate - System Patch FileMove, %A_WorkingDir%\%SysPatch%\*.res, %A_WorkingDir%, 1 ;cleans everything FileDelete, GlobalList.txt ;collects the list of files that have to be updated FileRead, FileList, main.txt if DoIE=1 FileRead, IEFileList, IE.txt if DoWMP=1 FileRead, WMPFileList, %SysPatch%\WMP.txt GlobalList=%FileList%`r`n%IEFileList%`r`n%WMPFileList% StringReplace, GlobalList, GlobalList, `;`; ReplacerScript`r`n,, All ;*.txt files contained "bad" lines StringReplace, GlobalList, GlobalList, `r`n`r`n,, All ; remove the final two blank lines Sort, GlobalList FileAppend, %GlobalList%, GlobalList.txt ;moves all needed files in the same folder so I can use an easy syntax with expand.exe Loop, Read, GlobalList.txt, GlobalList.txt { ;finds the name of the file when it's CABbed StringTrimRight, IUV, A_LoopReadLine, 1 CAB=%IUV%_ ;is the file present in SOURCESS? If not, remove it from GlobalList.txt (needed for proper work of makecab with directive files) IfNotExist, %SOURCESS%\I386\%CAB% StringReplace, GlobalList, GlobalList, %A_LoopReadLine%`r`n,, All ; remove missing files from GlobalList.txt RunWait, expand -r %CAB% %WORK%, %SOURCESS%\I386, Hide } FileDelete, GlobalList.txt FileAppend, %GlobalList%, GlobalList.txt ;goes through the list and patchs the files according to user preferences (DoBitmap or not) Loop, Read, GlobalList.txt { if A_Index != 1 { RunWait, %A_WorkingDir%\%SysPatch%\ResHacker.exe -delete "%WORK%\%A_LoopReadLine%"`, "%WORK%\%A_LoopReadLine%"`, Icon`,`,, %A_WorkingDir%\%SysPatch% if DoBitmaps= 1 { if A_LoopReadLine in shell32.dll,xpsp2res.dll,appwiz.dll,wmploc.dll RunWait, %A_WorkingDir%\%SysPatch%\ResHacker.exe -delete "%WORK%\%A_LoopReadLine%"`, "%WORK%\%A_LoopReadLine%"`, Bitmap`,`,, %A_WorkingDir%\%SysPatch% } StringTrimRight, IUV, A_LoopReadLine, 4 RES=%IUV%.res RunWait, %A_WorkingDir%\%SysPatch%\ResHacker.exe -addoverwrite "%WORK%\%A_LoopReadLine%"`, "%WORK%\%A_LoopReadLine%"`, "%A_WorkingDir%\%RES%"`,`,`,, %A_WorkingDir%\%SysPatch% } } ;Recompresses files with makecab (thanks go to GreenMachine) Loop, %WORK%\* { RunWait, MAKECAB /D CompressionMemory=21 /D CompressionType=LZX /L %SAVEDIR% %A_LoopFileLongPath%, %WORK%, Hide } FileRemoveDir, %WORK% ExitApp
-
Could you be more precise on the componants you don't remove anymore ?
-
It's maybe silly but have you tried on another computer ? Ask your contacts how they see your display name. Try to use another PC to set your display name, then ask them again and how do you see it yourself then ?
-
Ok, a lot of entries in the reg. I'm not an inf expert. In fact, if I had this problem, I would use filemon and/or regmon to find which file is responsible for the error.
-
I have a link in my signature. You may try what is described there but it's not guaranteed to work with x64.
-
No. You have a too nice computer. *jealous* Basically you just have to find netnwlnk.inf, right-click on it and select "install". Also make sure you have the needed files on your computer (see my sig for details). And if this does not work, you may have to do manually what the inf does on its own (a few entries in the registry).
-
mldonkey is nice, of course. A bit noob unfriendly but really nice. Here is a link to eMule Sword 1.5. I don't know why it says a new version is available but there is not. http://rapidshare.de/files/24179775/Sword1.5_xp.7z.html
-
It is generated at the very beginning of nlite's process. @TD it should be on the iso unless you removed it by hand.
-
Argh, totally forgot about that! And it's been ready for a while. I still have to check it is correctly working though. If I forget this again (means did not post the thing within 24 hours) please PM me. I saw your other thread. If i were you (sic), i would not use a DDF 'coz it will create a RPT and a LOG. (plus, it's not working) RunWait, MAKECAB /D CompressionMemory=21 /D CompressionType=LZX /L %SAVEDIR% %A_LoopFileLongPath%, %WORK%, Hide Should work. Nooooo ? Again, take a look at XPize. There's some mysterious thing called "autoreloader" that update hotfixed files unattended on reboot. It would take to long for me to do that. But what I meant was if you need to reload then you should use the regular installer. There's no difference, they do the same thing. There's no point for me to do such a thing. I learnt that ICLs are not PE but NE (older). Okay, now i know (singing) something that i didn't know five minutes before. Thank you very much. But that's not related to what i said... the mess is the PE (or NE) format itself. Well, it works very well for the end-user, but it's original purpose was to make portable executables... and look, ten years after, you need to install whole operating system and to bother helpful people on forums to execute a single PE I think PE is working quite well. It's simply you can't get rid of lib dependancies. Found a free 64-bit PE Explorer ! XPize !
-
Forgot to say it's based on latest 0.46 and in fact, the filesize limit in 1.2 is 2GB not 4GB. Also, I am wondering if you don't know more software than I do.
-
Ah, you're killing me my friend. eMule ! Official ! No, impossible. At least, use a nice mod such as Sword : http://www.overnetcity.com/ftp/fichiers/Sword1.2OC.zip It's not the latest but one of the best. It looks like a poor mod but it has no unuseful feature. It's simple unbloated just like your XP with nlite. (as far as I remember this version has a bug with files bigger than 4GB because of a change in VS 2005. version 1.5 corrects this, I just have to find a link again)
-
www.ryanvm.net down? Where can i download his update pack?
Camarade_Tux replied to BlackDex's topic in Application Add-Ons
I think there's a new version of his pack (2.0.7). -
I think this is needed for compatibility. And I will report the size, once I have a new HD (running 64-bit). But it's really annoying the WinS&S folder is so big. Doesn't it have something to do with .Net ?
-
I don't have any nlite preset available. Just check the modification dates of the files (not in the name, in file's properties).