Content Type
Profiles
Forums
Events
Everything posted by `Felix`
-
Hi all, For sometime now I have been reading all the topics and threads on changing the bootscreen images and colors, however I have had no joy changing the background to white. I extracted a bootscreen by swissboy from a SP1 kernel file and replaced the black on in SP2 kernel and changed the hex for the background to ff ff ff (white). Ok this worked correctly. However the boot screen when it changes to white doesn't show the images correctly. The image is simply and inverted Windows Logo screen. below is what the boot screen should look like But below this is what i get Can someone help me out with some suggestions on what i maybe doing wrong or how i may fix this? I would really appreciate it! I am getting really ticked off now after weeks trying to make this work. Felix
-
http://www.msfn.org/board/index.php?showto...ndpost&p=186749
-
When i do that - the display control applet opens and nothing appears different and then i click on ok and nothing changes. Help! Felix
-
Thankyou! Now if i can just get it to work
-
Hi there, Sorry if this sounds really stupid - but i have downloaded this theme and installed it but when i go to the themes dialogue box to enable it i can't see it in the list - i have browsed the install location and there is now.theme there either... how do i enable this? Felix
-
Ok i worked it out myself but for those of you that are interested here is my solution. @echo off :check cd %allusersprofile% cd .. set userprofilesdir=%cd% FOR %%d IN ("%userprofilesdir%") DO IF NOT EXIST %%d\xyz* GOTO false cls echo it is here goto end :false cls echo not here goto end :end Now you may be wondering why I was looking for this solution? - I have had need to do some unattended installs to system that have had a copy of windows on them already prevously and I automatically delete the \windows directory during the isntallation, however the nice thing is that the documents and settings folder is left intact. Now what happens is that after you install and logon as one of the same users that was previously configured before the upgrade, you end up with a user profile folder for example: \documents and settings\xyz.domain\ becasue the folder \documents and settings\xyz\ already existed. This is fine and of course all of user XYZ's configuration (\documents and settings\xyz\)is intact, but it is in the wrong folder... so with the above script, I can search to see if it is there and then have some commands to copy the original settings etc to the new location, or better still change the registery to point to the original location. Stay tuned for a step by step guide to do this whole thing. Oh and why would i want to upgrade system that is already installed with Windows XP? Well from experience and more recently with SP2 updates - the system can become very bloated and or unstable. A clean installation is my preference everytime. let me know your thoughts on this... and if you have any ideas to contribute - feel free. Felix
-
Adding User Accounts During Unattended CD Setup
`Felix` replied to BloodStalker's topic in Unattended Windows 2000/XP/2003
Try this net user "the account name" "password" /fullname:"The aacount fullname" /comment:"Administration Account - DO NOT DELETE OR MODIFY" /passwordchg:no /add net localgroup Administrators "the account name" /add net localgroup users "the account name" /delete Or you can automate it further with something like this newuser.cmd cmdow @ /HID @echo off net user %1 %2 /fullname:%3 /comment:%4 /passwordchg:no /add net localgroup Administrators %1 /add net localgroup users %1 /delete net accounts /maxpwage:unlimited So then you want have a command line like newuser "my user name" "mypass" "My full name" "my discriptuon" -
Hi there all, It has been many years since i had to write anything serious in a batch file and for the life of my can't remember the right syntax for what i am tring to do - if you can help me out i would appreciate it. I want to search the \documents and settings for certain folder (user profile) names for example FOR %%p IN (%userprofilesdir%) DO IF EXIST %%p\xyx | %%p\xyz SET theprofile=%%p echo %theprofile% Once i get a true, i want to then do some copying of stuff to these specific profiles. Cheers, Felix
-
well.. extract the file and obtain these : install.exe netfx1.cab netfx.msi and use : netfx.msi /qb
-
@SiMoNsAyS What are you using as a skin to flavour your desktop - it like your taskbar
-
@eagle00789 Something else springs to mind that i beleive would be very valiable - some arrow buttons so that you can highlight a task and move it to where ever you like in the list - to change the order. The other option would be to be given an option for task number then it would put it in the correct place. And finally if you select (highlight) a task when you add a new task it should add the new task after the selected task. Hope this helps - i beleive it would be good to have and i certainly have a need for it. Normally i have to go and change the order of some tasks manually defeating the purpose of using a tool.
-
Custom ntoskrnl has Black BMP
`Felix` replied to BloodStalker's topic in Unattended Windows 2000/XP/2003
This article should put you in the picture - specifically about half way down the page Modifying your Windows XP Boot logo -
To use the -S switch, you need to create a Setup.iss file for the installation. Below i have attached one for you i have just made. Also see the link below - this will tell you about the process and how to create one. Obviously this only will apply to applications built with installshield. MSFN's Unattended XP CD - InstallShield setup.iss
-
How To: WMP 10 Silent Install and Reg Tweaks
`Felix` replied to Randy Rhoads's topic in Unattended Windows 2000/XP/2003
@Randy Rhoads Great guide! Just wondering why you have chosen iepress over say winrar? Winrar can do this also and gives a little better compression - infact it is close to a 1mb smaller and whilst this is not a great deal, over a number of applications it can really make a difference to your unattended install footprint. Just my 2 cents worth - well done! -
Hi all, Thought you may find this of use. Did you realise that when you install O&O Defrag Pro in unattended mode that it does not set itself as the default system defrag tool? Personally i wanted to have this as the default tool - so after some investigations i have found that it writes to the following regkey [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\DefragPath] @="\"C:\\Program Files\\OO Software\\Defrag Professional\\oodcnt.exe\"" Obviously if you are not installing to the C:\Program Files\OO Software\Defrag Professional\ Folder then you need to change this to suit your installation. Don't forget the double backslashes Hope you find this information helpful and as an added help below is a regfile already setup with the pathing as above and the user registration settings - (spaces left for you to complete) obviously you will need to put your own legal details in there. oodefragpro.reg
-
Hi all, Can anyone tell me what if any the scan switches are for SAV CE 9.x? I want to add scanning options to some of my applications, but have not been able to find the switches documented anywhere.
-
Hi all, reading through the whole thread and it is unclear to me if there is a clear solution to slipstreaming wmp10 a windows xp installation. Can anyone tell me if there is a way of doing this and what it is or is the best option to simply load it via the RunOnceEx method?
-
Excellent! Just some helpful feedback the licence txt and and help file state incorrect version numbers. U may like to update that or create a global variable that updates the version number in all the right places. Great tool!
-
BINGO! It works no problems! I think we can safely say that the issues have been resolved!
-
Yep should work like a treat! take care
-
@eagle00789 Can i suggest that you change rem PP=%SystemDrive%\Install\ To SET PP=%SystemDrive%\Install\ And then append %PP% To the path's of the applications - then all that would be required would be the actual directory/folder of the application in each of the program file fields oh and one other thing that is probably worth adding by default is :getcd FOR %%d 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 %%d\WIN51 SET CDROM=%%d Just my 2 cents worth
-
lusetup.exe -q
-
Hi there all, Currently i am using Real Download 4.0 as my default download manager for IE, however with all the updates to software etc i am doing with my Unattended installations i was wondering if there is perhaps something better i should be looking at. Would you be interested in your suggestions and feedback on other download managers that i should maybe have a look at... Pro's and Con's would be helpful. Felix
-
Capturing the Registry
`Felix` replied to Incroyable HULK's topic in Unattended Windows 2000/XP/2003
Yes there are a number of tools out there to do this like regmon winternals for example... do a search on google and the forum. Felix -
Batch Commands and Mapping Network Drives
`Felix` replied to johnnytech's topic in Unattended Windows 2000/XP/2003
Yes you sure can and you can run more than one if you wish. You certainly can map a drive, when you say installation mode - at what point are you looking to map the drive? Based on when you are wanting to map the drive will depend on qualifing the final answer Felix