Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. /PERFORMINSTALL /NORUN This switch only works with 1.7.5 (does not work with the latest alpha) BTW the reason it probably does not work is you have to pack it into a SFX, have that extract it to a temp folder and run the installer with the switches. Because I notice after u******* installs it deletes itself So if the exe is run from the CD it will not be able to delete itself thus failing
  2. You search for the addons (if they are available) and you can integrate them into your windows XP CD but using nLite (just add them as into the hotfix area) Here are a couple addon builders (they will build you a addon but you need to have the programs installed) WinRAR addon builder Windows Live Messenger addon builder CCleaner addon
  3. BoldFortune has some batch files that can do this, or you can read how to do it on the forum for free http://www.bold-fortune.com/forums/
  4. Its not a big problem really, all one needs to do is reset the attributes for a desktop.ini file
  5. Spank you very much
  6. http://rapidshare.com/files/92652039/Create_a_DVDrip_like_aXXo_PAKG_.pakko.pdf
  7. Here, I could not find the other one I made so I had to make a new one http://www.sokoolz.com/addons/r64/Ricks_Pr...lus1.0_AddOn.7z
  8. MakeCab.exe works via commandline. Drop makecab.exe into system32 folder and open a CMD prompt and type: makecab /? Cabinet Maker - Lossless Data Compression Tool MAKECAB [/V[n]] [/D var=value ...] [/L dir] source [destination] MAKECAB [/V[n]] [/D var=value ...] /F directive_file [...] source File to compress. destination File name to give compressed file. If omitted, the last character of the source file name is replaced with an underscore (_) and used as the destination. /F directives A file with MakeCAB directives (may be repeated). Refer to Microsoft Cabinet SDK for information on directive_file. /D var=value Defines variable with specified value. /L dir Location to place destination (default is current directory). /V[n] Verbosity level (1..3). The following will compress shell32.dll to shell32.dl_ MAKECAB shell32.dll
  9. That did it dude. YAY!!! thank you jd976, no more user32 error...shell32.dll is under the limmit
  10. Hey, is there anybody out there who knows if it is possible to make these 3 Vista (like) Move, Copy and Delete AVI's for XP into a smaller size? Download Move.avi (3.48 MB) Copy.avi (2.01 MB) Delete.avi (2.93 MB) The reason I need them to be a little smaller is when I add them to XP's shell32.dll they cause a error (user32.dll relocated in memory bla bla) This is caused by shell32.dll being too big, so to fix it I would need them to be compressed to AVI a tad better So if anybody can take them and recode them (even if it only shrinks them a few kilobites) I would be grateful
  11. Somewhere out there, theres a monitor sitting unused in a closet with your name on it. Hopefully the owner sees this topic and is a fan/uses your stuff and is kind enough to part with it (same as you have so generously given me parts for computers) Good Luck getting a replacement monitor Kelso
  12. The reason it cannot copy english.lang is it does not follow the 8.3 filename compliance (8 letters for the name and 3 for the extension) Here is how to do it properly Dosnet [Files] d1,Yzshad.exe d1,YZShad.ini d1,Yzshad.dll d1,English.lng Txtsetup [WinntDirectories] 245 = system32\Macromed\Flash 246 = system32\en-us 247 = l2schemas 248 = YS 249 = YS\Languages [SourceDisksFiles] Yzshad.exe = 1,,,,,,,248,0,0 YZShad.ini = 1,,,,,,,248,0,0 Yzshad.dll = 1,,,,,,,248,0,0 English.lng = 1,,,,,,,249,0,0,English.lang ;The file is renamed after its copied
  13. Nope, caps wont make any difrence. You could even use caps in the VARIABLE= and no caps in the %variable% of a CMD file and all will be OK In paths to places on your HDD "%ProgramFiles%", "%PROGRAMFILES%" and "%programfiles%" are all the same (just a matter of taste)
  14. The solution is to not use a icon patcher that makes shell32.dll too big, if it goes over a certain size you will get that error... Its mostly due to the AVI's, thats whay makes it so big Try V'ISO
  15. yes this is a well known error, its related to the size of shell32.dll
  16. WOW! you are a CMD master, I learned a thing or two thanks
  17. Its nLite.inf but dont think you can just copy it and right click on it and choose install and all will work
  18. Haven't used it but I think there is an option in the General tab of the Options area to "Save a copy of your current configuration on the ISO", try to disable that
  19. Vista UpdatePacks for vLite http://www.micro-nova.net/Forums/viewforum.php?f=7
  20. Cool, I'm doing another small video tutorial but this one is how to make a program addon
  21. Very smart radix... Will it also delete the adware?
  22. I have a video tutorial on how to make a INF theme addon, it may help in understanding how to make a addon that copies from the cab file http://www.wincert.net/forum/index.php?showtopic=2619 All you would have to do is add a few things to your INF, like this section [Optional Components] CursorName [CursorName] OptionDesc="" Tip="" Modes=0,1,2,3 CopyFiles=CursorFileList.Section;<-This is the name of the section with a list of the cursor files AddReg=AddReg.Section;<-This is the name of the section where you have the registry entries for the theme [SourceDisksFiles] [SourceDisksNames.x86] etc... etc... Post your finished INF and Entries_*.ini when you think you are done and I will be happy to check them
×
×
  • Create New...