unattendedos Posted January 13, 2012 Posted January 13, 2012 If I want change shell32.dll ->Dialog ->1020-> CONTROL "", 106, "SysAnimate32", ACS_TRANSPARENT | ACS_AUTOPLAY | ACS_TIMER | WS_CHILD | WS_VISIBLE, 7, 0, 236, 25 to CONTROL "", 106, "SysAnimate32", ACS_TRANSPARENT | ACS_AUTOPLAY | ACS_TIMER | WS_CHILD | WS_VISIBLE, 0, 0, 252, 25 and change1020 DIALOGEX 20, 20, 252, 99to1020 DIALOGEX 20, 20, 267, 99What's command I need add in package.xml???---------------English translation by the section above GOOGLE----------------------------------------
W3bbo Posted January 5, 2014 Posted January 5, 2014 You'll need to dump the raw binary DIALOGEX resource to disk, then use a tool like Visual Studio's dialog editor to make the changes and save it, then include the replacement with the following XML <patch name="Foobar" path="%windir%\system32\somefile.cpl" enabled="false"> <res type="dialog" name="1" lang="1033" src="Base\Windows\system32\somefile.cpl\1-1033.dialog" /> </patch>
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now