Jump to content

[HOWTO] give runonceex royaltheme skin


Recommended Posts


Certainly.

BTS provides setuporg.exe, setup.ex_, and presetup.cmd with his driver packs. These are used to install the drivers at that point. It's must easier to do the integration if you use BTS's packs, however, you can manually add setuporg.exe and presetup.cmd to txtsetup.sif and dosnet.inf. RogueSpear created an addon-pack which can be used with RVM Integrator (and I think nLite can do it now too), which can be found here (you want RogueSpearAddonsM2_CD_1.0.cab).

Okay that will get you halfway. Now you just have to edit presetup.cmd in your i386 folder to have it decompress your own 7z packages. Personally, I use this method to replace $OEM$ folders all together.

This is what my presetup.cmd looks like (I've taken the comments out to save room in this post):

SET TAGFILE=\win51ip.SP2
FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) DO IF EXIST "%%i:%TAGFILE%" set CDDRIVE=%%i:


%CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\DriverPack*.7z -o"%SYSTEMDRIVE%"
%CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\C\*.7z -o"%SYSTEMDRIVE%"
%CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\WinDir\*.7z -o"%SYSTEMROOT%"


%CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemDrive%\D


START %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exe


EXIT

If you're not using BTS's packs, then just go ahead and delete the lines below the 7z decompression (besides "exit" of course). And delete the line that tells it to decompress driverpacks.

edit:

I guess I should mention that I create a themes.7z file which I put inside of \OEM\WinDir\. My themes go from 80MB to 4.34MB.

Edited by Dumpy Dooby
Link to comment
Share on other sites

THX for your answer Dumpy Dooby

i did whot you write , nice guide

now i have cuestion

i wont do like this

royalskinned6cb15qg.th.jpg

but i got

oem49qd.th.jpg

here is my OEM folder

oem5co.th.jpg

here insaid WinDir folder

oem22rf.jpg

here my cab file

oem39jh.jpg

i did good or some messup

Edited by Yurek3
Link to comment
Share on other sites

Oh, I didn't realize you wanted to do that to make the theme show up for KTools/RunOnceEx. I just use that method to shrink my themes file.

But to answer your question, here ya go.

First and foremost, change your CURRENT theme to whatever you want your default theme to be on your Windows disc.

Click start->run. Type:

regedit /e "%userprofile%\Desktop\theme.reg" "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager"

That should create a file on your desktop called theme.reg.

Right-click->edit theme.reg

Change "HKEY_CURRENT_USER\" to "HKEY_USERS\.DEFAULT\"

You can add in the rest of the stuff mentioned in the first post, but that right there will just get your theme set properly.

The thread-starter's method tells Windows to look in "%SystemRoot%\resources\Themes\Royale\Royale.msstyles" It seems as though your setup is slightly differet. ;)

Link to comment
Share on other sites

Yes thisone i know.

Thx for your intrested answer.

I wont Royale theme before T-12

tis is T-12 time instalations Aplcations from WPI Ktool

oem49qd.th.jpg

t12theme9pg.th.jpg

wos bifore my cuestion how you did your theme in T-39

now i ask you i can make royale theme before T-12

Edited by Yurek3
Link to comment
Share on other sites

I'm sorry you not undestud whot i need

i now how make theme from cmdlines.txt

but this is after T-12 time

mine troubol is get thisone before T-12

normal is, you always get clasic theme

yurek3

sosrry for my language

Edited by Yurek3
Link to comment
Share on other sites

OHHHHHHHH I get what's going on. I run WPI on first login (and I have the computer set to autologin). So when I do reg tweaks at T-12, they're working just fine and dandy by the time WPI does its thing.

Well gosh, you could try the SVCPack method, or you could add the proper line to your presetup.cmd file to integrate the reg file to see if that works ... not sure if it will, though.

Edited by Dumpy Dooby
Link to comment
Share on other sites

hihihi Dumpy Dooby

now you know whot i did

i put in svcpack folder WPI Ktool and write in svcpack file

[setupHotfixesToRun]WPI.exe

and in config.js write some programs defoult

prog[pn]=['PICOZIP']

uid[pn]=['PICOZIP']

picf[pn]=['']

picw[pn]=['128']

pich[pn]=['128']

dflt[pn]=['yes']

cmd1[pn]=['%CDROM%\\GROM\\PICOZIP.EXE']

cat[pn]=['Security']

pn++

now i can see progres instalation in T-12

but i wont change theme from clasic to royale

THX Dumpy Dooby

Link to comment
Share on other sites

You dork. I meant to change the theme integration to T-12 (SVCPack method). That is, integrate your .reg file then.

OR you could try integrating it from presetup.cmd.

That's what I was trying to say. Keep WPI where-ever you had it.

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