Jump to content

W7 installation files editing


Recommended Posts


  • 5 months later...
  • 2 months later...
  • 3 weeks later...

to change the background you edit the imageres.dll and you edit setup.bmp, background.bmp and winpe.bmp

and in imageres.dll you use a resource editor and replace the defualt backgrounds with your custom ones

YOU ALSO NEED TO REPEAT THESE STEPS IN THE BOOT.WIM AND IN THE INSTALL.WIM AT C:\Windows\System32\oobe

AND ALL OF THE CREATING USER NAME AND ALL AFTER SETUP STUFF IS IN DIFFERENT FILES IN THE OOBE FOLDER AND YOU MUST REPLACE THE IMAGERES.DLL AND THE BACKGROUND.BMP

AND ALSO GO TO YOUR DVD FOLDER AND REPLACE THE BACKGROUND_CLI.BMP ALSO

Edited by marcusj0015
Link to comment
Share on other sites

  • 1 month later...

APDS.DLL has two CSS files i THINK they are for how the setup screen is layed out

Dreamweaver CS5 DOES NOT show what it would look like

is there anyway to see how this css would look?

heres the code from 502.CSS

/* Base style sheet MSX UA Longhorn content */

@media Screen

{

body

{

font-family: Segoe UI, Verdana, Arial, Sans Serif;

color: #333333;

margin: 0px;

padding: 0px;

}

.popupBody, body.popupBody

{

font-family: Segoe UI, Verdana, Arial, Sans Serif;

color: #333333;

margin: 0px;

padding: 0px;

background: #FEFECC;

border:1px black solid;

}

a:link

{

color: #0033CC;

text-decoration: none;

}

a:visited

{

color: #990099;

text-decoration: none;

}

a:active

{

text-decoration: none;

}

a:hover

{

text-decoration: underline;

}

a:link img, a:visited img

{

border-style: none;

}

#RandFSection

{

font-size: 70%;

margin-right: 8px;

margin-left: 12px;

margin-top: 30px;

margin-bottom: 0px;

padding-bottom: 0px;

padding-top: 8px;

border-top: 1px solid Activecaption;

}

.randfinputbuttons

{

font-size: 70%;

margin-top: 0px;

margin-bottom: 0px;

padding-top: 0px;

padding-bottom: 24px;

}

.randffirstline, .randfradiobuttons, .randftextarea

{

margin-top: 0px;

margin-bottom: 0px;

padding-top: 0px;

padding-bottom: 8px;

}

.randfradiobutton

{

margin-top: 0px;

margin-bottom: 0px;

padding-top: 0px;

padding-bottom: 0px;

}

table.banner

{

font-size: 70%;

table-layout: auto;

margin-right: 0px;

margin-left: 0px;

margin-top: 0px;

margin-bottom: 0px;

border-bottom: 1px solid Activecaption;

}

td.bannerText

{

background-color: Infobackground;

vertical-align: top;

padding-top: 9px;

padding-left: 0px;

padding-bottom: 12px;

padding-right: 8px;

margin-left: 0px;

margin-right: 0px;

width: 100%;

border: 0px;

}

td.bannerIcon

{

background-color: Infobackground;

vertical-align: top;

padding-left: 12px;

padding-top: 8px;

padding-right: 10px;

border: 0px;

}

}

Link to comment
Share on other sites

  • 2 years later...

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...