Kelsenellenelvian Posted December 30, 2007 Posted December 30, 2007 I know I had cancelled the old one but I have decided to rebuild this using the regentry format!Website: http://www.angusj.com/resourcehacker/ Size - 435kb Hash = F91D36BAA7DE3244630268FB3F3A7FB8The updated help file has been included... Quote
rubab Posted February 9, 2008 Posted February 9, 2008 Can you tell me how to add a shortcut in sendto context menu section in this addon Quote
Kelsenellenelvian Posted February 9, 2008 Author Posted February 9, 2008 profileitems = reshack[reshack]Name = Resource Hacker,0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11 Quote
rubab Posted February 10, 2008 Posted February 10, 2008 profileitems = reshack[reshack]Name = Resource Hacker,0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11I added the lines to the INF & installed it using the INF but when i right click a .dll file i don't see open with reshack and when i hover my mouse over SendTo Submenu i don't see Reshacker.Here is what i did:[Version]Signature=$Windows NT$[defaultinstall]AddReg =Reshackcopyfiles =main.copyprofileitems = reshack[Optional Components]Reshacker[reshacker]OptionDesc ="Extra Control Panels"Tip ="Extras"Modes =0,1,2,3AddReg =Reshackcopyfiles =main.copyprofileitems = reshack[reshack]Name = Resource Hacker,0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11[sourceDisksNames.x86]1="Program Main Files","ResHack.cab",,"i386"[DestinationDirs]main.copy = 11[sourcedisksfiles]ResHacker.cnt =1ResHacker.exe =1ResHacker.Hlp =1[Main.copy]ResHacker.cntResHacker.exeResHacker.Hlp[ResHack]HKCR,"CLSID\%CLSID90%"HKCR,"CLSID\%CLSID90%",,,"Resource Hacker"HKCR,"CLSID\%CLSID90%","InfoTip",,"Allows modification of most file types."HKCR,"CLSID\%CLSID90%\DefaultIcon",,,"%11%\Reshacker.exe"HKCR,"CLSID\%CLSID90%","{305CA226-D286-468e-B848-2B2E8E697B74} 2",0x10001,02,00,00,00HKCR,"CLSID\%CLSID90%\ShellFolder","Attributes",0x10001,00,00,00,00HKCR,"CLSID\%CLSID90%\Shell\Open"HKCR,"CLSID\%CLSID90%\Shell\Open\command",,,"Reshacker.exe"HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\%CLSID90%"HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\%CLSID90%",,,"Add Reshacker to The Control Panel"[strings]CLSID90 ="{D14ED2E1-C75B-443c-BD7C-111111111190}"Am i doing something wrong? Do i have to add any line to the Entries_ResHack.ini?java script:add_smilie("","smid_13") Quote
Kelsenellenelvian Posted February 11, 2008 Author Posted February 11, 2008 [Version]Signature=$Windows NT$[defaultinstall]AddReg =Reshackcopyfiles =main.copyprofileitems = reshack.short[Optional Components]Reshacker[reshacker]OptionDesc ="Extra Control Panels"Tip ="Extras"Modes =0,1,2,3AddReg =Reshackcopyfiles =main.copyprofileitems = reshack.short[reshack.short]Name = "Resource Hacker",0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11[SourceDisksNames.x86]1=Program Main Files,"ResHack.cab",,"i386"[DestinationDirs]main.copy = 11[sourcedisksfiles]ResHacker.cnt =1ResHacker.exe =1ResHacker.Hlp =1[Main.copy]ResHacker.cntResHacker.exeResHacker.Hlp[ResHack]HKCR,"CLSID\%CLSID90%"HKCR,"CLSID\%CLSID90%",,,"Resource Hacker"HKCR,"CLSID\%CLSID90%","InfoTip",,"Allows modification of most file types."HKCR,"CLSID\%CLSID90%\DefaultIcon",,,"%11%\Reshacker.exe"HKCR,"CLSID\%CLSID90%","{305CA226-D286-468e-B848-2B2E8E697B74} 2",0x10001,02,00,00,00HKCR,"CLSID\%CLSID90%\ShellFolder","Attributes",0x10001,00,00,00,00HKCR,"CLSID\%CLSID90%\Shell\Open"HKCR,"CLSID\%CLSID90%\Shell\Open\command",,,"Reshacker.exe"HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\%CLSID90%"HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\%CLSID90%",,,"Add Reshacker to The Control Panel"[Strings]CLSID90 ="{D14ED2E1-C75B-443c-BD7C-111111111190}"You had 2 [reshack] sections whaic was causing a conflict. Quote
anonymous Posted March 18, 2008 Posted March 18, 2008 Thanks for this addon Kel :thumbsup_anim: Quote
lib9 Posted March 18, 2008 Posted March 18, 2008 first thanks kel for this addon so i want to know wherei wan find the string in right clic of context menu of reshack anyone know where please and thanks. Quote
Kelsenellenelvian Posted March 18, 2008 Author Posted March 18, 2008 There is no right click entry in the defualt addon. You need to add it or ask me to modify mine to put one there. Quote
lib9 Posted March 18, 2008 Posted March 18, 2008 There is no right click entry in the defualt addon. You need to add it or ask me to modify mine to put one there.yeah kels i want it and tell me wich section do you add it (in note.inf or what else) than i can change it for my own words and thanks a lot kels Quote
Kelsenellenelvian Posted March 18, 2008 Author Posted March 18, 2008 add this to profileitems = ,reshack.shortThen put this in the .inf anywhere [reshack.short]Name = Resource Hacker,0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11Thisw will make a shortcut in your sendto menu. Quote
lib9 Posted March 20, 2008 Posted March 20, 2008 (edited) add this to profileitems = ,reshack.shortThen put this in the .inf anywhere [reshack.short]Name = Resource Hacker,0x00000008,9CmdLine = 11,,ResHacker.exeWorkingDir = 11Thisw will make a shortcut in your sendto menu.thanks kels but if possible i would like to have the mention(eg edit with notepad++ or whatelse...) without using the send to menu its like when you install reshack by using his exe he creates by default this mention at the right clic in context anyway of doing this (this can be done by some reg tweaks i think but i don't know the key) ? Edited March 20, 2008 by ferigno1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.