[Release] Luna Royale Theme v3.2
I enjoy adding this theme to my install but now with SP3 there is an issue with the uxtheme.
what do I need to do to edit the version of uxtheme?
[HexEdit]
I386\uxtheme.dll|6.0.2900.2180|113178|83EC1C568D4DE4|33C0C9C2040090
I386\uxtheme.dll|6.0.2900.2523|104714|83EC1C568D4DE4|33C0C9C2040090
I386\uxtheme.dll|6.0.2900.2845|104746|83EC1C568D4DE4|33C0C9C2040090
Add to above example:
I386\uxtheme.dll|6.0.2900.5512|105116|83EC1C568D4DE4|33C0C9C2040090
And is the position correct?
what do I need to do to edit the version of uxtheme?
[HexEdit]
I386\uxtheme.dll|6.0.2900.2180|113178|83EC1C568D4DE4|33C0C9C2040090
I386\uxtheme.dll|6.0.2900.2523|104714|83EC1C568D4DE4|33C0C9C2040090
I386\uxtheme.dll|6.0.2900.2845|104746|83EC1C568D4DE4|33C0C9C2040090
Add to above example:
I386\uxtheme.dll|6.0.2900.5512|105116|83EC1C568D4DE4|33C0C9C2040090
And is the position correct?
Read here.
I have do a comparison between files :
SFC_OS.DLL inside sp3.3244 and SFC_OS.DLL inside sp3.5512
SYSSETUP.DLL inside sp3.3244 and SYSSETUP.DLL inside sp3.5512
TCPIP.SYS inside sp3.3282 and TCPIP.SYS inside sp3.5512
UXTHEME.DLL inside sp3.3244 and UXTHEME.DLL inside sp3.5512
Files sizes is 2 by 2 identical between the 2 sp3 releases (3244 and 5512 for all excluding tcpip.sys (compared 3282 and 5512 )).
And data at offset specified in yours patches are the same.
You can presume that this files are identical excepting files headers, so patching it with parameters used in previous can be safely done.
And this observation aplly to lately (after 3244 and 3282 ) sp3 releases, but I not tested that.
Code: Select all
I386\UXTHEME.DLL|6.0.2900.3300|104746|83EC1C568D4DE4|33C0C9C2040090
The UXTheme patch included within the addons is for SP2. You need to use Zacam's updated patch for SP3. 

oh thank you5eraph wrote:The UXTheme patch included within the addons is for SP2. You need to use Zacam's updated patch for SP3.

but how to apply it silent'y in uA installation of XP SP3 slipstreamed with xpize5?5eraph wrote:The UXTheme patch included within the addons is for SP2. You need to use Zacam's updated patch for SP3.
you mean this one:
Multi-Patch: UXTHEME.DLL
here what I need in brief:
0- Unattneded Installtion
1- XP Sp3 with hidden user Post-SP3
2- Xpize5
3- Using Luna Royale as a default theme
Multi-Patch: UXTHEME.DLL
I got confusedAllows for the use of Themes that are not Digitally Signed by M$ (ex: created by StyleBuilder).
Versions:
6.0.2900.2180, XP SP2
6.0.2900.2523, KB319740, RVM 1.2.0 - 2.0.4
6.0.2900.2845, KB908536, RVM 2.0.5 - Current
6.0.2900.5512, KB936929, SP3
PatchAddon_UXTHEME_v14a.7z
SHA1: 92AA4642622FB1889083DB4137238035ECEFBC1F
SIZE: 464 bytes
here what I need in brief:
0- Unattneded Installtion
1- XP Sp3 with hidden user Post-SP3
2- Xpize5
3- Using Luna Royale as a default theme
I can't help you with all of that. You'll need to work out the unattended installation and XPize. I believe we can assume that you know how to integrate user_hidden's update pack, the updated UXTheme patch, and one of these Royale addons with RVMi. That just leaves #3.
To use one of these themes as default, you need to add the following code to WinNT.sif:
To use one of these themes as default, you need to add the following code to WinNT.sif:
Code: Select all
[Shell]
CustomDefaultThemeFile="%SystemRoot%\Resources\Themes\Windows XP Luna Royale.Theme"