Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. This is my second tutorial, hopefully you guys have already watched the first one (if you haven't you should do so first). I will be showing the steps on making a "Program AddOn" using a program called ImgBurn. Required: Kels UberPack (you can manually install this) CMenu or Send2A3X (by MHz) .Net Framework 2.0 (required for FGCBA) 7-Zip (also required for FGCBA) ImgBurn Installer Video: ImgBurn Part 1 (18.4 MB) ImgBurn Part 2 (15.2 MB) ImgBurn Part 3 (21.5 MB) ImgBurn Part 4 (16.3 MB) ImgBurn Part 5 (43.0 MB) ImgBurn Part 6 (34.7 MB) Other: ImgBurn_AddOn (Example addon) Example ProfileItems Section [profile-items-section] Name=link-name(,profile-items-flags] CmdLine=dirid,(subdir),filename (SubDir=path) (WorkingDir=wd-dirid,wd-subdir) (IconPath=icon-dirid,(icon-subdir),icon-filename) (IconIndex=index-value) (InfoTip=info-tip) ProfileItems Flags 0x00000001 Create menu item in Current User flag 0x00000002 Delete menu item flag 0x00000004 Create Start menu group under All Users\Start\Programs 0x00000005 Create Start menu group under Current User\Start\Programs 0x00000006 Delete Start menu group under All Users\Start\Programs 0x00000007 Delete Start menu group under Current User\Start\Programs Special ProfileItems Flags
  2. Yea IMO its best to hide it because you cant really uninstall if from add rem comp. I am planning on making a kind of tutorial on how to best use the Add/Rem Components to uninstall INF addons (I have a trick to use UnRegisterDLLs to close a program)
  3. 1st thing is I want you to remove CAPS lock Second if there is no KB840541 in your language simply use KB918997 and the sidebar for SP3
  4. No its not LUZR, you are way off Its simply Alt+Tab, cant believe you guys would not know this keyboard shortcut
  5. Its better to not have a icon there in the 1st place, If you use HIDE in your sysoc section of your entries_*.ini and it is still showing up that is probably because you are using indifferent names for your sysoc.inf entry and your INF example (notice where it says "Same Name Here") Entries_*.ini: InfFile.inf: [Optional Components] Same Name Here [Same Name Here] OptionDesc ="Program Name" Tip ="Program Description." Modes =0,1,2,3 CopyFiles =etc, etc BTW the icons you see in Add/Rem Windows Components are not actually icons they are BMP's and you can find them in the DLL's of the "%WinDi%\system32\Setup" folder
  6. At this time I am making another "How To" video, but this one is for a program addon (later tonight it will be ready)In the meantime you will have to at least look at this 1st video I made on how to make a theme addon (if you don't view it first you may be confused by my second tutorial) I hope to make WinCert the place for ppl to come and learn how to make INF addons
  7. This works with both nLite and the RVM Integrator
  8. Just make sure your skin is installed on your PC, now just run Build_AddOn.cmd. Now when you get asked "Do you want to add your patched files to the installer?" just say YIt will copy any messpatched files (also any skinned DLL's) and add them to the installer (this can also be done manually just copy the DLL into "Installer\PFiles\Windows Live\Messenger")
  9. Is your V'ISO mod cancelled?
  10. IraqNid
  11. Umm nope, it was right the first time [register-dll-section] dirid, subdir, filename, registration flags[, [optional timeout][, argument]] dirid Specifies the destination directory ID of the file to be registered. subdir Optional. Specifies the directory path, relative to the current directory, to the file to be registered. If not specified, the file is in the current directory. filename Identifies the file name of the OLE control to be registered. registration flags Indicates the registration operations to perform on the OLE control. One or both of the following flags must be specified. timeout Optional. Specifies the time-out, in seconds, for an OLE Control to complete the specified registration calls. The default time-out is 60 seconds. argument Optional. If the control is an executable file, this is a command string passed to the executable. The default argument is /RegServer. If the control is not an executable file, this specifies the command-line argument to pass to the DllInstall function. Here are some examples from syssetup.inf [EarlyOleControlDlls] 11,,atl.dll,1 11,,txflog.dll,1 11,,netcfgx.dll,1 11,,netman.dll,1 11,,netshell.dll,1 11,,odbcconf.dll,1 11,,msiexec.exe,,,"/regserver /q" 11,,Lodctr.exe,,,"/c:perfd009.dat /h:perfi009.dat /l:009" 11,,msctf.dll,1
  12. Because you are probably trying to overwrite localized english icons with french ones. You may have to patch your french shell32.dll with the icons you want then export them in .res format using restorator
  13. I got a good idea... Just try it and seeNullifi3d, all you had to do was re-register the sidebar using the change button in add remove
  14. Yep WSS works with Alky
  15. Alky for applications can only use one skin, by default it uses the solid Black skin but I patch it with the faded skin When you hover over the sidebar you wont be able to see the glass one (this is normal)
  16. You are confusiong Alky with Alky for Applications (which has NOT been canceled)
  17. Not with the old one, but yea its fixed on the new one (not sure when if ever he will release it)
  18. http://www.sokoolz.com/addons/r64/alky_for...s_1.0_winxp.rar http://www.sokoolz.com/addons/r64/alky_for..._1.0_win2k3.rar
  19. I have no XP 64 so I could not begin to guess
  20. If anybody is wondering wich one I liked is this other one: PowerOff
  21. ricktendo

    Hi all

    LOL Luzer speaks a bit of portugese
  22. HAHA another gr8 wallpaper
  23. If you dont see a icon that means that you are probably using the old VAIO DLL to fix the Uninstall of Gadgets (this breaks the tray icon)
  24. Worked nicely Before After
  25. Mirrored on SkyDrive (I think its better because zxian space is very limited and this is about 160 MB)
×
×
  • Create New...