Jump to content

If I want change Dialog command.How can I do?


unattendedos

Recommended Posts

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 change

1020 DIALOGEX 20, 20, 252, 99

to

1020 DIALOGEX 20, 20, 267, 99

What's command I need add in package.xml???

---------------English translation by the section above GOOGLE----------------------------------------

post-342449-0-53846400-1326479949_thumb.

post-342449-0-08822400-1326479960_thumb.

Link to comment
Share on other sites

  • 1 year later...

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>
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...