Xstyle Posted February 9, 2008 Posted February 9, 2008 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?
glocK_94 Posted February 9, 2008 Posted February 9, 2008 (edited) Trying to make resource scripts for your pack?Take a look at this: neowin.net Edited February 9, 2008 by glocK_94
Xstyle Posted February 9, 2008 Author Posted February 9, 2008 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...
PC_LOAD_LETTER Posted February 9, 2008 Posted February 9, 2008 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
PassingBy Posted February 9, 2008 Posted February 9, 2008 Hmmm .....There's a brief explanation on RH single/multiple command scripts at :http://www.askvg.com/tutorial-all-about-re...brief-tutorial/Rgds
Jolli Posted May 3, 2008 Posted May 3, 2008 @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
Xstyle Posted May 3, 2008 Author Posted May 3, 2008 @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-)........
Acheron Posted May 3, 2008 Posted May 3, 2008 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"
Xstyle Posted May 3, 2008 Author Posted May 3, 2008 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!
Jolli Posted May 3, 2008 Posted May 3, 2008 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
Acheron Posted May 4, 2008 Posted May 4, 2008 (edited) 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, 2008 by Acheron
Jolli Posted May 4, 2008 Posted May 4, 2008 P.S. You have to specify a , as last character.What do you mean with a?Can you make an Example, please.Thanks.Jolli
Aloha Posted May 6, 2008 Posted May 6, 2008 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now