MSFN Forum: How To Integrate Theme? - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How To Integrate Theme? Rate Topic: -----

#1 User is offline   cyberboy_varad 

  • Group: Members
  • Posts: 9
  • Joined: 12-February 09

Posted 27 February 2009 - 08:01 PM

Hi friends,
i want to integrate the following theme in my XP setup for my first logon

http://deskmundo.dev...P-4-0-113547246

I have two versions of nlite installed
nLITE 1.0 RC6
nLITE 1.4.1

nlite 1.4.1 does not include the patch of uxtheme.dll
but nlite 1.0RC6 has it

so I enable the patch through nlite 1.0 RC6

to integrate theme I used nlite 1.4.1 bcause nlite 1.0RC6 does not have any such options to integrate theme. but when I tested it, It was not working on first logon.

pls help
varad


#2 User is offline   PC_LOAD_LETTER 

  • Well, I stole something else
  • Group: Super Moderator
  • Posts: 1,829
  • Joined: 13-October 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 February 2009 - 08:20 PM

if it were me doing it id just toss the theme in
CD:\\$OEM$\$$\Resources\Themes


then add this to you \I386\WINNT.sif
[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\nameof.Theme"


you'll also need this in your WINNT.sif so the theme gets copied.
[Unattended]
OemPreinstall=Yes


#3 User is offline   cyberboy_varad 

  • Group: Members
  • Posts: 9
  • Joined: 12-February 09

Posted 03 March 2009 - 08:37 AM

Thanks mods for reply,
I tried what u said....but the problem is that
the theme does not appear as windows is started first time It should be started from here

Posted Image

any solution on this problem

I want that the theme should be by default for the OS

This post has been edited by cyberboy_varad: 03 March 2009 - 08:37 AM


#4 User is offline   cyberboy_varad 

  • Group: Members
  • Posts: 9
  • Joined: 12-February 09

Posted 04 March 2009 - 08:46 PM

Is there a chance you might make a version of this theme, so that it would replace the default Windows XP theme with SevenXP ?

I haven't found a way to make it install default. If i use the integrator (1.4.3 or 1.5RC1) it just installs the theme, and is only an available theme for selection in display theme settings.

Can you help me out with info on how to make it integrate right with the integrator (at least to set it as default theme), or make a replace addon luna element (like there is a vista sound scheme that replaces the original xp sounds) ?

Thanks in advance

#5 User is offline   PC_LOAD_LETTER 

  • Well, I stole something else
  • Group: Super Moderator
  • Posts: 1,829
  • Joined: 13-October 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 March 2009 - 09:00 PM

dunno what to tell you

[Shell]
CustomDefaultThemeFile = "%WinDir%\Resources\Themes\nameof.Theme"


has worked on my CDs. the only difference is i dont use a patched UXtheme and the theme i install is signed (Zune/Energy/Royale) but im sure people have used unsigned themes before.

#6 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 10 March 2009 - 07:33 AM

Try the following;

1. Download the latest version of nLite from ;

www.nliteos.com


Install this version and remove previous versions.

2. Run your original source CD through this version only using an original copy of XP (I recommend XP Pro personally)

3. Keep OEM Preinstall in the unattended section and fill in your other details if you are using an unattended setup.

4. Under the patches section make sure you ENABLE unsigned themes (it is disabled by default).

5. Once nLite has finished then goto the source you are using on your HDD (the folder which contains the I386 folder) and create the following folder structure.

$OEM$\$$\Resources\Themes

6. Into this folder place your theme file and folder.

7. Now open your WINNT.SIF file with notepad and enter the following at the bottom;

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\[enter your theme name here].theme"


This is where you were going slightly wrong there are no spaces around the equals sign (=)

8. Press Ctrl+S to save the edited WINNT.SIF file.

Enjoy!

If you are having problems with your sounds I can help with that too.

Hope this helps :D

Stoner81.

#7 User is offline   PC_LOAD_LETTER 

  • Well, I stole something else
  • Group: Super Moderator
  • Posts: 1,829
  • Joined: 13-October 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 March 2009 - 03:10 PM

View PostStoner81, on Mar 10 2009, 08:33 AM, said:

This is where you were going slightly wrong there are no spaces around the equals sign (=)


my unattended install disagrees. the code i quoted above is direct from my XPSP3 DVD i have on 300+ PCs with the Zune theme. either way should work fine.

#8 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 16 March 2009 - 08:39 PM

View Postgeek, on Mar 10 2009, 09:10 PM, said:

View PostStoner81, on Mar 10 2009, 08:33 AM, said:

This is where you were going slightly wrong there are no spaces around the equals sign (=)


my unattended install disagrees. the code i quoted above is direct from my XPSP3 DVD i have on 300+ PCs with the Zune theme. either way should work fine.


In that case I have no idea why it wont work but hey ho!

#9 User is offline   joe2108 

  • Group: Members
  • Posts: 5
  • Joined: 26-November 08

Posted 23 March 2009 - 11:41 PM

View PostStoner81, on Mar 10 2009, 07:33 AM, said:

Try the following;

1. Download the latest version of nLite from ;

www.nliteos.com


Install this version and remove previous versions.

2. Run your original source CD through this version only using an original copy of XP (I recommend XP Pro personally)

3. Keep OEM Preinstall in the unattended section and fill in your other details if you are using an unattended setup.

4. Under the patches section make sure you ENABLE unsigned themes (it is disabled by default).

5. Once nLite has finished then goto the source you are using on your HDD (the folder which contains the I386 folder) and create the following folder structure.

$OEM$\$$\Resources\Themes

6. Into this folder place your theme file and folder.

7. Now open your WINNT.SIF file with notepad and enter the following at the bottom;

[Shell]
CustomDefaultThemeFile="%WinDir%\Resources\Themes\[enter your theme name here].theme"


This is where you were going slightly wrong there are no spaces around the equals sign (=)

8. Press Ctrl+S to save the edited WINNT.SIF file.

Enjoy!

If you are having problems with your sounds I can help with that too.

Hope this helps :D

Stoner81.


and how about integrated sound to instalation CD ?

#10 User is offline   Bendfella 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 13-August 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 22 August 2010 - 11:01 AM

I did all of that but i have the same problem as him. My unsigned theme get copied but i have to manually change it after install. Do i have to edit the theme file or can i jst copy it to the oem folder. Cant u download it and try and give me feedback? The theme. Stolen16Mx was used in xp dark edition just google for it

#11 User is offline   metalx 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 18-December 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 19 December 2010 - 01:52 PM

i have same problem with first logon theme and no solution doesnt work...any ideas?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy