Jump to content

ricktendo

Members
  • Posts

    8,715
  • Joined

  • Last visited

  • Days Won

    444

Everything posted by ricktendo

  1. 1- Find another OOBE addon by orbit30 you like and just extract the files into the Extra Folder 2- I was working on that the day before yesterday, but I found out that editing .res files on Vista will mess them up for XP I did however fix a few typo's in the bat file, hopefully this solves the issue with RVM Integrator users 3- Fixed in this bat file http://www.mediafire.com/?hb1xdmwwq5x 4- You don't have to extract and repack it, if you have WinRAR just drag & drop any changed files into the "opened with winrar" executable and it will update it for you Change any res files you don't like and make it your own BTW my copy dialog is already like Vista's, the screenshot is on 1st page
  2. Gadgets.exe is in the SVCPACK folder, I added this to the INF just so any persons who put their personal gadgets in there to have them install during manual install Install Alky 1.1 reboot Extract the addon to a sub folder Right click on Sidebar.inf and choose install Reboot
  3. FAQ BTW SP3 should already have wireless lan API, dunno why you are getting this
  4. Currency does not work, but RSS should... If it does not try using the modded wlsrvc.dll you find here The reason for the gadgets not being present is in there also... use LCID to identify your Operating System Locale and rename the es-ES to example es-AR (for Argentina)
  5. Another nicely done INF mona, I see you are getting the hang of it... I hope I had something to do with you learning
  6. This is the problem, when there is a space in a path in DestinationDirs you have to use quotes BTW your CAB name is too long (I also suspect your INF is also) and it has a space so this means its not 8.3 filename compliant [Version] Signature="$Windows NT$" [Optional Components] Task Killer [DefaultInstall] AddReg =Task.Killer.AddReg CopyFiles =Task.Killer.Files,lang.Files profileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,Q uickLaunch.AddShortcut [Task Killer] OptionDesc ="Registry Entries" Tip ="kill process appz" Modes =0,1,2,3 AddReg =Task.Killer.AddReg CopyFiles =Task.Killer.Files,lang.Files profileItems=Task.Killer.AddShortcut,UNINSTALL.AddShortcut,Desktop.AddShortcut,Q uickLaunch.AddShortcut [DestinationDirs] Task.Killer.Files=16422,"Task Killer" lang.Files =16422,"Task Killer\lang" [SourceDisksNames.x86] 1="Windows XP CD-Rom","TaskKill.cab",,"i386" [SourceDisksFiles] cat.lng=1 chi.lng=1 chs.lng=1 cht.lng=1 csy.lng=1 deu.lng=1 eng.lng=1 file_id.diz=1 fra.lng=1 history.txt=1 hun.lng=1 license.txt=1 pol.lng=1 ptg.lng=1 readme.htm=1 rus.lng=1 spa.lng=1 taskkiller.chm=1 TaskKiller.exe=1 taskkiller.ini=1 ukr.lng=1 uninstall.exe=1 [Task.Killer.Files] readme.htm taskkiller.chm taskkiller.ini TaskKiller.exe uninstall.exe file_id.diz history.txt license.txt [lang.Files] fra.lng hun.lng pol.lng ptg.lng rus.lng spa.lng ukr.lng cat.lng chi.lng chs.lng cht.lng csy.lng deu.lng eng.lng [Task.Killer.AddShortcut] Name =Task Killer CmdLine =16422,Task Killer,TaskKiller.exe SubDir =Task Killer WorkingDir=16422,Task Killer InfoTip =kill process appz [UNINSTALL.AddShortcut] Name =uninstall CmdLine =16422,Task Killer,uninstall.exe SubDir =Task Killer WorkingDir=16422,Task Killer InfoTip =Uninstall Task Killer [readme.AddShortcut] Name =readme CmdLine =16422,Task Killer,readme.txt SubDir =Task Killer WorkingDir=16422,Task Killer InfoTip =readme Task Killer [Desktop.AddShortcut] Name =Task Killer,0x00000008,25 CmdLine =16422,Task Killer,TaskKiller.exe WorkingDir=16422,Task Killer InfoTip =kill process appz [QuickLaunch.AddShortcut] Name =Task Killer,0x00000008,26 CmdLine =16422,Task Killer,TaskKiller.exe SubDir =%QUICK_L% WorkingDir=16422,Task Killer InfoTip =kill process appz [Task.Killer.AddReg] ; Reg2Inf v0.46 - [url="http://tinyurl.com/fgqyf"]http://tinyurl.com/fgqyf[/url] HKCU,"Software\RSD Software, Inc.\Task Killer",,0x10 HKCU,"Software\RSD Software, Inc.\Task Killer","Version",0x0,"v2.30" HKCU,"Software\RSD Software, Inc.\Task Killer","InstallPath",0x0,"%16422%\Task Killer" HKCU,"Software\RSD Software, Inc.\Task Killer","Installer Language",0x0,"1036" HKLM,"%UNINSTALL%\Task Killer",,0x10 HKLM,"%UNINSTALL%\Task Killer","DisplayName",0x0,"Task Killer (remove only)" HKLM,"%UNINSTALL%\Task Killer","UninstallString",0x0,"%16422%\Task Killer\uninstall.exe" [strings] UNINSTALL="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" QUICK_L ="Microsoft\Internet Explorer\Quick Launch" I removed some spaces from your section names, this was causing a error with FGCBA too... I also fixed your uninstall string, it did not have %16422%\etc
  7. They should be already included
  8. Hey back
  9. ty for clearing that up bphlpt only difference is the "Start" flag number, in the Reg file he uses 2 but I use 3 (same as Vista)
  10. If DefaultInstall was possible with the INF I would have done it but its not
  11. Yep...This is the reason I don't use SendToA3X, instead I use CMenu because its much less noticeable Easy request, all that is needed to do is add SubDir=%STA3X% to all the SendTo ProfileItems (note the program uninstaller will not delete them on uninstall) ;-------------------------------- ; r i c k t e n d o 6 4 2 0 0 8 ;-------------------------------- [Version] Signature="$Windows NT$" [Optional Components] SendToA3X [DefaultInstall] CopyFiles =Main.Files,Compiled.Files,Files.Files,AMG.Files,Templates.Files,PEiD.Files,Plug ins.Files,PluginsDK.Files,Source.Files,Files.x2,Include.Files AddReg =Uninstall.AddReg ProfileItems=Help.AddShortcut,SendTo.AddShortcut,Au3A.AddSendTo,Au3AS.AddSendTo, Au3CT.AddSendTo,Au3CR.AddSendTo,Au3CG.AddSendTo,Au3ESG.AddSendTo,Au3ESS.AddSendT o ,Au3I2A.AddSendTo,Au3MG.AddSendTo,Au3R2A.AddSendTo,Au3Rk2A.AddSendTo,Au3TAuR.Add S endTo,Au3TMG.AddSendTo,Au3V2A.AddSendTo,F7z2Sfx.AddSendTo,FDL.AddSendTo,FExwP.Ad d SendTo,FIdIn.AddSendTo,FP2Clip.AddSendTo,FSnd2.AddSendTo,PEiD.AddSendTo [SendToA3X] OptionDesc ="SendToA3X" Tip ="A Very handy Send To extension" Modes =0,1,2,3 CopyFiles =Main.Files,Compiled.Files,Files.Files,AMG.Files,Templates.Files,PEiD.Files,Plug ins.Files,PluginsDK.Files,Source.Files,Files.x2,Include.Files AddReg =Uninstall.AddReg ProfileItems=Help.AddShortcut,SendTo.AddShortcut,Au3A.AddSendTo,Au3AS.AddSendTo, Au3CT.AddSendTo,Au3CR.AddSendTo,Au3CG.AddSendTo,Au3ESG.AddSendTo,Au3ESS.AddSendT o ,Au3I2A.AddSendTo,Au3MG.AddSendTo,Au3R2A.AddSendTo,Au3Rk2A.AddSendTo,Au3TAuR.Add S endTo,Au3TMG.AddSendTo,Au3V2A.AddSendTo,F7z2Sfx.AddSendTo,FDL.AddSendTo,FExwP.Ad d SendTo,FIdIn.AddSendTo,FP2Clip.AddSendTo,FSnd2.AddSendTo,PEiD.AddSendTo [SourceDisksNames.x86] 1="%STA3X% Files","STa3x.cab",,"i386" [DestinationDirs] Main.Files =16422,%STA3X% Compiled.Files =16422,%COMPLD% Files.Files =16422,%FILES% AMG.Files =16422,%AMG% Templates.Files=16422,%TEMPLATE% PEiD.Files =16422,%PEID% Plugins.Files =16422,%PLUGINS% PluginsDK.Files=16422,%PLUGDK% [SourceDisksFiles] AutoItMacroGenerator02.exe=1 AutoIt_-_Archiver.a3x=1 Autoit_-_Automated_Script.a3x=1 AutoIt_-_Classes_By_Text.a3x=1 AutoIt_-_Comment_Remover.a3x=1 AutoIt_-_Constants_Generator.a3x=1 AutoIt_-_Execute_Script_Gui.a3x=1 AutoIt_-_Execute_Script_StdOut.a3x=1 AutoIt_-_Ini2Au3.a3x=1 AutoIt_-_MacroGenerator.a3x=1 AutoIt_-_Reg2Au3.a3x=1 AutoIt_-_RegKey2Au3.a3x=1 AutoIt_-_Tidy_Au3Recorder_Script.a3x=1 AutoIt_-_Tidy_MacroGenerator_Script.a3x=1 AutoIt_-_Vbs2Au3.a3x=1 Automate_with_WinExists.au3=1 Automate_with_WinExists.txt=1 Automate_with_WinWait.au3=1 Automate_with_WinWait.txt=1 Common_Functions.au3=1 defs.h=1 external.txt=1 Extra_Functions.au3=1 File_-_7Zip2SFX.a3x=1 File_-_Directory_List.a3x=1 File_-_Execute_with_Parameters.a3x=1 File_-_Identify_Installer.a3x=1 File_-_Path_To_Clipboard.a3x=1 File_-_SendTo (create shortcut).a3x=1 GenOEP.dll=1 Ghost.au3=1 Ghost.txt=1 ImpREC.dll=1 innounp.exe=1 Inno_Setup.au3=1 Inno_Setup.txt=1 InstallShield_2003.au3=1 InstallShield_2003.txt=1 InstallShield_AFW.au3=1 InstallShield_AFW.txt=1 InstallShield_Unpacked.au3=1 InstallShield_Unpacked.txt=1 kanal.dll=1 kanal.htm=1 License.txt=1 null.c=1 NULL.dll=1 Nullsoft.au3=1 Nullsoft.txt=1 PEiD.exe=1 RAR_SFX.au3=1 RAR_SFX.txt=1 readme.txt=1 SendToA3X.exe=1 SendToA3X_Help.chm=1 Settings.ini=1 Tarma.au3=1 Tarma.txt=1 TheHook.dll=1 unins000.dat=1 unins000.exe=1 userdb.txt=1 UserScript.au3=1 VISE.au3=1 VISE.txt=1 Windows_Installer.au3=1 Windows_Installer.txt=1 WinZip.au3=1 WinZip.txt=1 Wise.au3=1 Wise.txt=1 ZDRx.dll=1 ZIP_SFX.au3=1 ZIP_SFX.txt=1 [Main.Files] License.txt SendToA3X.exe SendToA3X_Help.chm Settings.ini unins000.dat unins000.exe [Compiled.Files] AutoIt_-_Archiver.a3x Autoit_-_Automated_Script.a3x AutoIt_-_Classes_By_Text.a3x AutoIt_-_Comment_Remover.a3x AutoIt_-_Constants_Generator.a3x AutoIt_-_Execute_Script_Gui.a3x AutoIt_-_Execute_Script_StdOut.a3x AutoIt_-_Ini2Au3.a3x AutoIt_-_MacroGenerator.a3x AutoIt_-_Reg2Au3.a3x AutoIt_-_RegKey2Au3.a3x AutoIt_-_Tidy_Au3Recorder_Script.a3x AutoIt_-_Tidy_MacroGenerator_Script.a3x AutoIt_-_Vbs2Au3.a3x File_-_7Zip2SFX.a3x File_-_Directory_List.a3x File_-_Execute_with_Parameters.a3x File_-_Identify_Installer.a3x File_-_Path_To_Clipboard.a3x File_-_SendTo (create shortcut).a3x [Files.Files] innounp.exe PEiD.exe [AMG.Files] AutoItMacroGenerator02.exe TheHook.dll [Templates.Files] Automate_with_WinExists.au3 Automate_with_WinExists.txt Automate_with_WinWait.au3 Automate_with_WinWait.txt Common_Functions.au3 Extra_Functions.au3 Ghost.au3 Ghost.txt Inno_Setup.au3 Inno_Setup.txt InstallShield_2003.au3 InstallShield_2003.txt InstallShield_AFW.au3 InstallShield_AFW.txt InstallShield_Unpacked.au3 InstallShield_Unpacked.txt Nullsoft.au3 Nullsoft.txt RAR_SFX.au3 RAR_SFX.txt Tarma.au3 Tarma.txt UserScript.au3 VISE.au3 VISE.txt Windows_Installer.au3 Windows_Installer.txt WinZip.au3 WinZip.txt Wise.au3 Wise.txt ZIP_SFX.au3 ZIP_SFX.txt [PEiD.Files] external.txt PEiD.exe readme.txt userdb.txt [Plugins.Files] GenOEP.dll ImpREC.dll kanal.dll kanal.htm ZDRx.dll [PluginsDK.Files] defs.h null.c NULL.dll [Help.AddShortcut] Name =%STA3X% Help CmdLine =16422,%STA3X%,SendToA3X_Help.chm SubDir =%STA3X% WorkingDir=16422,%STA3X% [SendTo.AddShortcut] Name =SendTo Folder (open),0x00000008,23 CmdLine =16393,, SubDir =%STA3X% WorkingDir=-1 IconPath =11,,shell32.dll IconIndex =3 [Au3A.AddSendTo] Name =AutoIt - Archiver,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Archiver.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3AS.AddSendTo] Name =Autoit - Automated Script,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\Autoit_-_Automated_Script.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3CT.AddSendTo] Name =AutoIt - Classes By Text,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Classes_By_Text.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3CR.AddSendTo] Name =AutoIt - Comment Remover,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Comment_Remover.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3CG.AddSendTo] Name =AutoIt - Constants Generator,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Constants_Generator.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3ESG.AddSendTo] Name =AutoIt - Execute Script Gui,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Execute_Script_Gui.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3ESS.AddSendTo] Name =AutoIt - Execute Script StdOut,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Execute_Script_StdOut.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3I2A.AddSendTo] Name =AutoIt - Ini2Au3,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Ini2Au3.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3MG.AddSendTo] Name =AutoIt - MacroGenerator,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_MacroGenerator.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3R2A.AddSendTo] Name =AutoIt - Reg2Au3,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Reg2Au3.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3Rk2A.AddSendTo] Name =AutoIt - RegKey2Au3,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_RegKey2Au3.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3TAuR.AddSendTo] Name =AutoIt - Tidy Au3Recorder Script,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Tidy_Au3Recorder_Script.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3TMG.AddSendTo] Name =AutoIt - Tidy MacroGenerator Script,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Tidy_MacroGenerator_Script.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [Au3V2A.AddSendTo] Name =AutoIt - Vbs2Au3,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\AutoIt_-_Vbs2Au3.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [F7z2Sfx.AddSendTo] Name =File - 7Zip2SFX,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_7Zip2SFX.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [FDL.AddSendTo] Name =File - Directory List,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_Directory_List.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [FExwP.AddSendTo] Name =File - Execute with Parameters,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_Execute_with_Parameters.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [FIdIn.AddSendTo] Name =File - Identify Installer,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_Identify_Installer.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [FP2Clip.AddSendTo] Name =File - Path To Clipboard,0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_Path_To_Clipboard.a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [FSnd2.AddSendTo] Name =File - SendTo (create shortcut),0x00000008,9 CmdLine =16422,%STA3X%,"SendToA3X.exe ""Compiled\File_-_SendTo (create shortcut).a3x""" SubDir =%STA3X% WorkingDir=-1 IconPath =16422,%STA3X%,SendToA3X.exe [PEiD.AddSendTo] Name =PEiD,0x00000008,9 CmdLine =16422,%PEID%,PEiD.exe SubDir =%STA3X% WorkingDir=-1 [Uninstall.AddReg] HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: Setup Version",,"5.2.2" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: App Path",,"%16422%\%STA3X%" HKLM,"%UNINSTALL%\%STA3X%_is1","InstallLocation",,"%16422%\%STA3X%\" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: Icon Group",,"%STA3X%" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: User",,"ricktendo64" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: Setup Type",,"full" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: Selected Components",,"main,autoit,file,peid" HKLM,"%UNINSTALL%\%STA3X%_is1","Inno Setup: Deselected Components",,"source,installscript" HKLM,"%UNINSTALL%\%STA3X%_is1","DisplayName",,"%STA3X%" HKLM,"%UNINSTALL%\%STA3X%_is1","DisplayIcon",,"%16422%\%STA3X%\SendToA3X.exe" HKLM,"%UNINSTALL%\%STA3X%_is1","UninstallString",,"""%16422%\%STA3X%\unins000.exe""" HKLM,"%UNINSTALL%\%STA3X%_is1","QuietUninstallString",,"""%16422%\%STA3X%\unins000.exe"" /SILENT" HKLM,"%UNINSTALL%\%STA3X%_is1","DisplayVersion",,"1.7.0.0" HKLM,"%UNINSTALL%\%STA3X%_is1","Publisher",,"Michael Heath" HKLM,"%UNINSTALL%\%STA3X%_is1","NoModify",0x10001,01,00,00,00 HKLM,"%UNINSTALL%\%STA3X%_is1","NoRepair",0x10001,01,00,00,00 HKLM,"%UNINSTALL%\%STA3X%_is1","InstallDate",,"20080603" [Strings] STA3X ="SendToA3X" COMPLD ="SendToA3X\Compiled" FILES ="SendToA3X\Compiled\Files" AMG ="SendToA3X\Compiled\Files\AMG" TEMPLATE ="SendToA3X\Compiled\Templates" PEID ="SendToA3X\PEiD" PLUGINS ="SendToA3X\PEiD\plugins" PLUGDK ="SendToA3X\PEiD\pluginsdk" UNINSTALL="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
  12. [Dir.Delete] rundll32.exe advpack.dll,DelNodeRunDLL32 """%16422%\Internet Explorer""",8
  13. SendToA3X updated to 1.7
  14. Manual install of this addon is not supported, you have to integrate it
  15. My first addon was a theme also Also, to whom it may concern: I downloaded and tested both addons (and I'm sure were tested by mona also) with FGCBA & a visual expection and I can say with confidence they are 100% error free...nice going on your 1st addon
  16. Wow thats need how it auto builds a 7zip sfx...added to 1st post
  17. Well if you followed the links I provided, maybe this could answer your question
  18. If you were brave enough you could add them to the cab and list them under [MyDoc.Files] cache.rfo license.rfo options.rfo RoboFormDataHere.txt Don't forget to also list them under [sourceDisksFiles] with a =1 to tell the INF they are in the cab [SourceDisksFiles] ExampleNew.files=1
  19. Thats allot of changes....thnx for the update
  20. No reason...thats why I made it editable, so you can add any plugins or extensions of your choice
  21. K... New VMware Tools are up
  22. Thanks for the news...even if its bad news Q: Did you install the addon or did you follow the instructions from the site?
  23. The reason I defend this is because I post links to sites exactly like this sometimes
  24. Tarun (Beats dead horse) N1K this is very useful info/news IMHO. BV is a world famous site and I'm pretty sure does not need ChiefZeke to promote it.
×
×
  • Create New...