February 9, 200818 yr I saw in many icon packs something like this:[FILENAMES]Exe = "Backup\cdfview.dll"SaveAs = "NewFiles\cdfview.dll"Log = "Logs\cdfview.dll.log"[COMMANDS]-modify "Resources\cdfview.dll\18432.avi", AVI, 18432,-modify "Resources\cdfview.dll\8192.ico", ICONGROUP, 8192,-modify "Resources\cdfview.dll\8193.ico", ICONGROUP, 8193,-modify "Resources\cdfview.dll\8194.ico", ICONGROUP, 8194,-modify "Resources\cdfview.dll\8195.ico", ICONGROUP, 8195,-modify "Resources\cdfview.dll\8196.ico", ICONGROUP, 8196,-modify "Resources\cdfview.dll\8197.ico", ICONGROUP, 8197,I want to know to make this work? I mean how to launch this commands in the text file? I read all i could find about resource hacker and i couldn't find it....so, can anyone help me?
February 9, 200818 yr Trying to make resource scripts for your pack?Take a look at this: neowin.net Edited February 9, 200818 yr by glocK_94
February 9, 200818 yr Author Trying to make resource scripts for your pack?Take a look at this: http://www.neowin.net/forum/index.php?showtopic=247140 Page not found! I thinc i must be a member...
February 9, 200818 yr Trying to make resource scripts for your pack?Take a look at this: http://www.neowin.net/forum/index.php?showtopic=247140 Page not found! I thinc i must be a member... no its just bad bbcode. use this link http://www.neowin.net/forum/index.php?showtopic=247140
February 9, 200818 yr Hmmm .....There's a brief explanation on RH single/multiple command scripts at :http://www.askvg.com/tutorial-all-about-re...brief-tutorial/Rgds
May 3, 200818 yr @XstyleDid you find in the meanwhile a solution?I´m also searching for that! Always Error: Invalid resource type!ResHacker.exe -addoverwrite notepad++.exe, notepad++neu.exe, Cursor_6.cur, CUSORGROUP,1406,1033Error: Invalid resource type.Jolli
May 3, 200818 yr Author @XstyleDid you find in the meanwhile a solution?I´m also searching for that! Always Error: Invalid resource type!ResHacker.exe -addoverwrite notepad++.exe, notepad++neu.exe, Cursor_6.cur, CUSORGROUP,1406,1033Error: Invalid resource type.JolliI've dropped that stuff long time ago! Not enought time!! I'm working on something else...(-when i've got the time-)........
May 3, 200818 yr You can always try to read the manual included with Reshacker.I use also Reshacker scripts to create Nero Lite. When you specify a log file you can look up the file to see if any errors occured.the command is ResHacker.exe -script "PATH_TO_RESSCRIPT"
May 3, 200818 yr Author You can always try to read the manual included with Reshacker.I use also Reshacker scripts to create Nero Lite. When you specify a log file you can look up the file to see if any errors occured.the command is ResHacker.exe -script "PATH_TO_RESSCRIPT"i know how it works -after reading the manual- thanx anyway!
May 3, 200818 yr Yes, i´ve read the manual but don´t know whats wrong![FileNames]Exe=notepad++.exeSaveAs=notepad++_deu.exeLog=notepad++_deu.log[Commands] -addoverwrite Dialog139.rc, DIALOG,139,1033Error: Invalid resource type.How does the Script have to be written?I extractet from orginal .exe Dialog139.rc, translate it and would save back! What´s wrong?Is this why always an error comes up?139 DIALOGEX 0, 0, 186, 103STYLE DS_SETFOREGROUND | WS_MAXIMIZEBOX | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAMEEXSTYLE WS_EX_TOOLWINDOWCAPTION "Gewählter Tab"LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_USFONT 8, "MS Shell Dlg"{ CONTROL "Überschrift", 1050, BUTTON, BS_OWNERDRAW | WS_CHILD, 0, 0, 186, 10 CONTROL "", 1028, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE, 16, 28, 156, 50 CONTROL "Tab1", 1027, "SysTabControl32", TCS_TABS | TCS_BOTTOM | TCS_OWNERDRAWFIXED | WS_CHILD, 0, 14, 185, 88 }Jolli
May 4, 200818 yr I had also problems modifying dialogs using RC files. For Nero Lite I saved the altered dialog as a Resfile. As a script command-addoverwrite "Resources\Dialogs\Nero8\1001.res", DIALOG,1001, worked for me.P.S. You have to specify a , as last character. Edited May 4, 200818 yr by Acheron
May 4, 200818 yr P.S. You have to specify a , as last character.What do you mean with a?Can you make an Example, please.Thanks.Jolli
May 6, 200818 yr What do you mean with a? Jolli, I don't understand anything about the codes. But I think Acheron talked about a comma (,) as the last character. There is a comma at the end of his code.
Create an account or sign in to comment