Jump to content

BoardBabe

Member
  • Posts

    1,415
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by BoardBabe

  1. What reg do i need to add/modify to prevent MSN messenger today and MSN messenger 7 to popup at startup?
  2. http://www.microsoft.com/downloads/details...2a-ccb2bab7b8eb FeTT! just told you a couple of posts above
  3. The security update from February called NDP1.1sp1-KB886903-X86.exe Do i replace it with NDP1.1sp1-KB867460-X86.exe, or install it the same way just after NDP1.1sp1-KB886903-X86.exe? Also: Are you sure your sutre these are correct? ....dotnetfx.exe /q:a /c:"install /l /q" ....LangPack.exe /q:a /c:"inst /l /q" shouldnt it be ....dotnetfxp.exe /Q /T:%systemdrive%\Install ....LangPack.exe /Q /T:%systemdrive%\Install and NDP1.1sp1-KB867460-X86.exe /Q NDP1.1sp1-KB886903-X86.exe /Q
  4. That don't say nothing about language though. I need to install the norwegian language pack.
  5. Oh, ****! So my CD is too old? I have cmpnents\netfx\i386\netfx.cab
  6. Well, I don't have that dir either man :/ Just inserted my original XP CD, and there is no dir there either.
  7. I don't have an APPS dir in my SUPPORT dir. There's only a TOOLS dir. I have a Norwegian XP disk. Made from Norwegian XP Pro CD and SP2.
  8. How do I install MS .NET framwork 1.1 with SP1 and SP1 update as well as .NET norwegian langpack from CD? I can make it install from HDD, but not CD...
  9. Can i make cleanup.cmd reboot with no dialog? currently using shutdown.exe -r -f -t 5 -c "Windows will reboot in 5 sec..."
  10. Does it matter where i place the "new" lines in svcpack.inf and HFINT.dat?
  11. Iceman: right, okey thanks. Any advantages to do it this way rather than just add it in svcpack.inf and palce the two .exe in svcpack dir?
  12. Do we not need to edit HFINT.DAT? and add those 2 servicepacks
  13. Sry my bad, i thought he got a dialog. Never mind then. Still I wish there were a sweet solution for making me able to put it together with my other apps in WPI.
  14. If you replace notepad.exe in the dirs i mentioned (my .cmd file) it will act exactly as the regular notepad. Even view source in IE etc. will open in notepad2. I am soon to test if replacing notepad.ex_ will work.
  15. Ok, sweet. Let me know if you are able to make a script to auto this instead pls. Cancel the WFP dialog ++.
  16. to replace the NOTEPAD.ex_ is the only thing i have to do to CMD modifyPE -c Notepad.exe makecab Notepad.exe I get a notepad.ex_ have i done it correct to replace notepad.ex in i386 now?
  17. That's interesting, but it might cause problems since notepad2 has entries in the register. So replacing all "notepad" will replace also notepad2 instances. Im really a n00b at this, but if it makes sence what im saying it will not work :/ How about if i replace the NOTEPAD.EX_ in i386 as suggested, how exactly do i extract and do this?
  18. Im not really a scripter, and don't get how to make autoit click cancel on that messagebox that pops-up. Could you show me how to make this exe/script?
  19. Here is how I do it: cmdow @ /HID @echo off IF EXIST D:\WIN51 set CDROM=D: IF EXIST E:\WIN51 set CDROM=E: IF EXIST F:\WIN51 set CDROM=F: IF EXIST G:\WIN51 set CDROM=G: IF EXIST H:\WIN51 set CDROM=H: IF EXIST I:\WIN51 set CDROM=I: IF EXIST J:\WIN51 set CDROM=J: REM 1. Prevent the protected file system from doing its thing. attrib -r -h -s %systemroot%\system32\dllcache ren %systemroot%\system32\dllcache\notepad.exe notepad.bak.exe attrib +r +h +s %systemroot%\system32\dllcache REM REM 2. Make backup copies of Notepad in the Windows and System32 folders. copy /Y "%systemroot%\system32\notepad.exe" "%systemroot%\system32\notepad.bak.exe" copy /Y "%systemroot%\notepad.exe" "%systemroot%\notepad.bak.exe" REM REM 3. Copy Notepad to the Windows and System32 folders. copy /Y "%CDROM%\PROGRAMVARE\NOTISBLOKK2\notepad.exe" "%systemroot%\system32\dllcache\notepad.exe" copy /Y "%CDROM%\PROGRAMVARE\NOTISBLOKK2\notepad.exe" "%systemroot%\notepad.exe" copy /Y "%CDROM%\PROGRAMVARE\NOTISBLOKK2\notepad.exe" "%systemroot%\system32\notepad.exe" REM REM 4. Register Notepad settings REGEDIT /S "%CDROM%\PROGRAMVARE\NOTISBLOKK2\konfigurasjon.reg" EXIT But this makes the Windows File Protection dialogue pop up. I would like to have an option in WPI (im using this on my unattend) to be able to choose wether to install notepad2 or not, so "slipstreaming" by replacing in i386 dir is not the "perfect" option for me. Is the AUTOIT solution the only option?
  20. Hey! Im trying to replace notepad.exe, by replacing in windir windir\system32 and windir\dllcahce, as well as edit filelist.xml in windir\resources. Works fine! However i get a message box up after a few secs, to inser XP recovery CD to recover ntoepad. I can click cancel a couple of times and its, ok. But how do i get rid of this message?
  21. Yeah, good app! I still just get how to change values (strings) that are already in there. Eg change "check for windows xp compatibility" to "install apps", but what I don't get is how to add a menu, or option. Can you give me a hint?
  22. I'm working at it now with reshack, but I cant figure out how to ADD and REMOVE menues, and submenues. I can only see how to change values of existing ones. EG. I changed Check compatibility to Install apps. Further i have'nt come Any tips?
×
×
  • Create New...