Jump to content

Chose default theme . [ Hepl me, please ]


modwindows

Recommended Posts

I'm customizing windows (I customizing from the original Win XP SP3 of MS V 5.1.2600.5512), but after installing, it is not the default theme I chosed ( but I have to manually select theme ), as follows:

- I tried using the nlite and RVM_Integrator.

- I have created an addon theme, and after it was installed on the Resources \ Themes \, the name theme is "modtheme.theme".

- In I386 also had uxtheme.dl_ file.

- And Winnt.sif configuration is:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

DriverSigningPolicy=Ignore

OemPreinstall=Yes

FileSystem=LeaveAlone

ExtendOEMPartition=0

TargetPath=\WINDOWS

OemSkipEula=Yes

LegacyNIC=1

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=No

AutoLogon=Yes

AutoLogonCount=100

OEMSkipRegional=1

TimeZone=205

OemSkipWelcome=1

[userData]

ProductID="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

FullName="Mod Win"

OrgName="Windows XP"

[shell]

CustomDefaultThemeFile="%WinDir%\Resources\Themes\modtheme.theme"

[TapiLocation]

CountryCode=84

Dialing=Tone

AreaCode=8

[identification]

JoinDomain=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

Look forward to your help! Thanks! :wub:

Edited by modwindows
Link to comment
Share on other sites


You can manually try specify using addon at T13 with the below sample inf (Customise the name of the theme first)

[Version]
Signature="$Windows NT$"

[DefaultInstall]
AddReg=DefaultTheme.AddReg ; LunaVX

[DefaultTheme.AddReg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Themes","InstallTheme",0x0,"%%ResourceDir%%\themes\LunaVX.Theme"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Themes","InstallVisualStyle",0x0,"%%SystemRoot%%\Resources\Themes\LunaVX\LunaVX.msstyles"

Then wrap this inf using WINRAR and create a .cab addon for this. Slipstream at T13 via svcpack.

(Have have modified uxtheme.dll for it to work if your theme is unsigned)

Link to comment
Share on other sites

You can manually try specify using addon at T13 with the below sample inf (Customise the name of the theme first)

[Version]
Signature="$Windows NT$"

[DefaultInstall]
AddReg=DefaultTheme.AddReg ; LunaVX

[DefaultTheme.AddReg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Themes","InstallTheme",0x0,"%%ResourceDir%%\themes\LunaVX.Theme"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Themes","InstallVisualStyle",0x0,"%%SystemRoot%%\Resources\Themes\LunaVX\LunaVX.msstyles"

Then wrap this inf using WINRAR and create a .cab addon for this. Slipstream at T13 via svcpack.

(Have have modified uxtheme.dll for it to work if your theme is unsigned)

Is doesn't work ! :(

Link to comment
Share on other sites

In the n-lite "Desktop Theme" tab, you must leave it blank (Must not have any custom setting. Default is okay since it is empty)

In the Option-Patch screen, select "Enabled" in Unsigned Theme Support.

Also ensure, winnt.sif does not have [shell] section. (just double check again after you nlited)

All files relating to your theme must be present.

Edited by Geej
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...