RBCC Posted March 6, 2006 Posted March 6, 2006 How do I change the font in "setup will complete in :" in one font and XX in another font and minutes in another font? John
Delprat Posted March 6, 2006 Posted March 6, 2006 Disassemble setup.exe, modify code & recompile. - OR -Write a program that will subclass WM_PAINT & WM_REFRESH mesages in the setup application and run it with DetachedProgram= in winnt.sif.bye
glent Posted March 6, 2006 Posted March 6, 2006 (edited) edit the file syssetup.dll, i belive Edited March 6, 2006 by glent
RBCC Posted March 10, 2006 Author Posted March 10, 2006 how do I use one font for Setup will complete in and a different font for the number of minutes ?
RBCC Posted March 10, 2006 Author Posted March 10, 2006 Disassemble setup.exe, modify code & recompile. With what? What is Windows Written in?
Delprat Posted March 10, 2006 Posted March 10, 2006 Disassemble setup.exe, modify code & recompile. With what? What is Windows Written in?Hmmm... Are you saying that you are really planning to do that ? Is it of ANY use ? (did you knew that someone walked on the Moon AGES ago ????)Well... go there :http://unattended.msfn.org/unattended.xp/view/web/70/In the left menu, the page you'll see is located under :Advanced Users > Cosmetics > Setup Billboard > New Style Setup Billboards > TextThat's the "state of art" about setup billboard customisation... And, of course, there's only ONE font, not TWO...
RBCC Posted March 10, 2006 Author Posted March 10, 2006 where do I put references to these fonts so my billboards will show them?in hivesft? where in hivesft? Also where in my build disk do I put these fonts? in the $$/fonts folder? or cab them and put them in the i386 folder?John
Delprat Posted March 11, 2006 Posted March 11, 2006 You'll need to cab your fonts in the i386 folder, add a line in txtsetup.sif et al. to make the font copied during textmode (easy to do with nlite or hfslip).Then you'll need to update the registry to make GUI-mode setup "see" the font in the file "<X>:\I386\HIVESFT.INF" (or HIVESFT.IN_) wich contains the HKLM\SOFTWARE registry branch (in text)(to know what to add : google for regshot, launch it, take the 1st snapshot, install your font, take the 2nd snapshot and "translate" the result into the INF form)Finally, reshack the file as said on the unattended guide.Lots of work
RBCC Posted March 19, 2006 Author Posted March 19, 2006 delprat: Does translate=compare? Also how much of the comparison do I use?
Delprat Posted March 19, 2006 Posted March 19, 2006 Look for tha batch i've posted into the HFSLIP forum, it should make the .INF file for you.but then you'll need to run HFSLIP (or add the files by hand)PS: no, translate was meaning "convert" (from the RegShot format to another one windows understands)... sorry for my bad english
RBCC Posted March 21, 2006 Author Posted March 21, 2006 I tried to use fontslip. After downloading fontinst.exe, I put it into the HFTools directories. then I put Fontslip.cmd in the HFSLIP folder. After that I put all my fonts in the TXTMFONT. But all these are on the 'H:' drive what do I edit in order to make me able to slipstream my fonts? John
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now