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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now