MSFN Forum: set another theme by default with WAIK - MSFN Forum

Jump to content



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

set another theme by default with WAIK

#1 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 August 2009 - 12:00 AM

Hello guys. Does anybody know the right code to set your custom theme by default with WAIK? the same code that i was use to use with vista does not work for 7... ANy suggestion? thanks..


#2 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 August 2009 - 06:56 AM

Hum guys no one knows it?

#3 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,732
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 06 August 2009 - 09:56 AM

what have you used in Vista and what did you tried with Win7?

#4 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 August 2009 - 07:36 PM

hello thanks for the reply... apparently the same code that was working under vista does not work on 7...

this is the part of the working code:

			<Themes>
				<DefaultThemesOff>false</DefaultThemesOff>
				<CustomDefaultThemeFile>C:\Windows\Resources\Themes\7nvidiaEvolution.theme</CustomDefaultThemeFile>
			</Themes>


#5 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,732
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 08 August 2009 - 06:02 AM

in which configuration pass do you use it?

The WAIK for Win7 is now out, check the docs:

http://www.microsoft.com/downloads/details...;DisplayLang=en

#6 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 August 2009 - 02:37 PM

thanks for your reply again. i'm using that code in the oobe system step, because this was working under vista.
	<settings pass="oobeSystem">
		<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
			<OOBE>
				<HideEULAPage>true</HideEULAPage>
				<ProtectYourPC>3</ProtectYourPC>
				<SkipMachineOOBE>true</SkipMachineOOBE>
				<SkipUserOOBE>true</SkipUserOOBE>
			</OOBE>
			<OEMInformation>
				<Manufacturer>Neuropass</Manufacturer>
				<Logo>C:\WINDOWS\system32\oemlogo.bmp</Logo>
				<SupportURL>xxxxxxxx/</SupportURL>
			</OEMInformation>
			<Themes>
				<DefaultThemesOff>false</DefaultThemesOff>
				<CustomDefaultThemeFile>C:\Windows\Resources\Themes\xxxxxxxxx.theme</CustomDefaultThemeFile>
			</Themes>
		</component>
	</settings>
</unattend>


#7 User is offline   mnlk2 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 19-July 06

Posted 10 August 2009 - 04:57 AM

<CustomDefaultThemeFile>C:\Windows\Resources\Themes\xxxxxxxxx.theme</CustomDefaultThemeFile>

is deprecated in win7 unnated, the only way i've foud is making my own theme (with wallpaper saved in windows\web\wallpaper), rename it aero and finally replace original aero.theme in install wim

This post has been edited by mnlk2: 10 August 2009 - 04:58 AM


#8 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 August 2009 - 06:49 AM

so it wasn't only me... ya i knew about aero but i didn't want to overwrite the original theme... i thought there was another way...

What about a registry entry?? where the theme path is kept in the registry?

#9 User is offline   mnlk2 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 19-July 06

Posted 10 August 2009 - 07:42 AM

you can rename the origininal aero as aero_default et name your custom theme aero, when you 'll open personalize menu, aero will be displayed like an "installed" theme and your custome theme like the defaut "aero"theme, whis his own name look at screen :
Posted Image

#10 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 August 2009 - 08:13 AM

thanks for your reply.. wait let me see if i understood correctly .. rename the original aero to areo_default and my custom theme to aero. but it will shows up with aero name in the registry though..? how can you set your real custom theme name?

#11 User is offline   mnlk2 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 19-July 06

Posted 10 August 2009 - 09:31 AM

it's registred in the .theme file open it with notepad and see the line 5:

DisplayName=Aion


that's in my custom aero.theme

This post has been edited by mnlk2: 10 August 2009 - 09:33 AM


#12 User is offline   neuropass 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 09-September 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 August 2009 - 12:34 PM

ok now i got what you mean.. thanks a lot!!!

#13 User is offline   mnlk2 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 19-July 06

Posted 11 August 2009 - 12:19 AM

glad to help you :D

#14 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 3,732
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 11 August 2009 - 05:16 AM

I found this in the new Win7 AIK Docs:

Quote

CustomDefaultThemeFile specifies the path to a customized theme file. These files may include a .bmp file for customized wallpaper.

Note:
This setting is deprecated.

To define the default theme in Windows® 7, use the settings: BrandIcon, DesktopBackground, ScreenSaver, ThemeName, and WindowColor. You may also use a .theme file to add themes. Adding a default theme by using a .theme file is no longer supported.


#15 User is offline   tomatthe 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 22-September 04

Posted 03 November 2009 - 08:47 AM

Anyone else try getting the above post information to work. It looks like there is a built in way to change the theme by using the .xml files, but I'm not having much luck with it.

I had this in Pass 4.


<Themes>
<ThemeName>C:\scripts\my.themepack</ThemeName>
</Themes>

I am trying to use a themepack as opposed to a .theme but it seems like this should work as well.

This post has been edited by tomatthe: 03 November 2009 - 08:48 AM


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