Everything posted by GillouStyle03
-
winamp 5.0.3a release!
Does anyone know how to activate the CLASSIC skin by default?
-
Deleting C:\install
I used RunOnceEx as AthlonXP2100 advised me.. and i'll suggest you to read my new topic : >> http://www.msfn.org/board/index.php?showtopic=21235
-
%AllUsersProfile%
I have made my cleanup.cmd file with these commands: DEL "%AllUsersProfile%\Start Menu\*.lnk" DEL "%AllUsersProfile%\Start Menu\Programs\*.lnk" rd /s /q "%AllUsersProfile%\Start Menu\Programs\Winamp" rd /s /q "%AllUsersProfile%\Start Menu\Programs\Skype" rd /s /q "%systemdrive%\Program Files\AOD" rd /s /q "%systemdrive%\Program Files\AWS" rd /s /q %systemdrive%\install rd /s /q %systemdrive%\drivers and surprisingly, only these two worked : rd /s /q %systemdrive%\install DEL "%AllUsersProfile%\Start Menu\*.lnk" what do you think? does %AllUsersProfile% work? How come its not deleting the other repertories and links im asking him to? For information, Cleanup.cmd is run via RunOnceEx.cmd which is ran by cmdlines.txt
-
Deleting C:\install
Where ECHO OFF?
-
Problem with autologon
GillouStyle03 said : No its wrong actually. The default login name is administrator and although there is a administrator.athlon2600 folder in Documents and Settings; i can NOT log in under windows using this name! Is this a joke?! wierdly, i find all the unattended programs shortcuts into Documents and Settings\Administrator.Athlon2600\Start Menu\Programs Nothing in Documents and Settings\Administrator beside Application Data\Microsoft\Internet Explorer\Quick Launch with 3 shortcuts i had put in my \$Docs\GillouStyle\Application Data\Microsoft\Internet Explorer\Quick Launch folder. I guess we can't use $Docs to copy files into another USER's folders. But that doesnt solve why the whole system got installed under Administrator..
-
Deleting C:\install
Nope. i dont know how to do that
-
Deleting C:\install
i dont get anything @ anytime! the programs install fine, just this command seem not to be done
-
Deleting C:\install
The command (below), at the end of my batch.cmd file didnt work. The folder and its content remain intact after installation during first boot-up! Any suggestions?
-
Problem with autologon
It is really annoying... Maybe you could just tell me what YOU have typed in your different files, and you know it worked perfectly; and i will try to identify what is wrong with my installation.
-
Problem with xpcreate installing my monitor driver
Tutorial This seems to explain everything. "Open up winnt.sif and add these two lines under the [unattended] section (the paths to the drivers are an example for this guide, so simply replace with your own): OemPnPDriversPath="Drivers\000_intel_INF;Drivers\001_gigabit_LAN;Drivers\002_monitor" DriverSigningPolicy=Ignore " but it says "Not all drivers installations will work using this method" .. so you might be unlucky and use another way?
-
Problem with autologon
im so sad.. my unattended cd is still not working after 3 full days of doing all the tutorials and stuff, this wont work :D in $Docs, i just have a folder called GillouStyle with Application data and Start Menu in it. But the installation DID NOT create the user GillouStyle; so it was actually usuless :-( :-(
-
Problem with autologon
Why does Administrator already exists? it sucks ! I feel better improving english when using windows XP ENGLISH :-)
-
Problem with autologon
I just noticed something The Default user is Administrator.2600 and not Administrator!! Also, my keys ";enable the status bar", ";enables the view to list in all folders", and ";Show Windows classic folders" didnt work. it might have something to do...
-
Problem with autologon
Hello I did EXACTLY as it was written on the MSFN tutorial; and it didnt work. I still login as ADMINISTRATOR; plus i found out under Documents and Settings, that i have 3 folders: All users (normal!) Administrator (normal also) Administrator.Athlon2600 (!!! ??!! Athlon2600 is my computer name) here are the different files i have programmed; if you see anything wrong... in \$OEM$\ in \i386 Thanks for your help. I might have forgotten to do something? ..
-
Install AIM and DeadAIM silently?
i don't know either; but it is interesting. I'll look up for it on google ;-)
-
Remove Directories?
ahah i have that xerox folder too. i guess i'll use the RD command to get rid of it. I (used to) spend like 10minutes removing all the things in windows that were stupid and made my hard drive looked s***ty. Xerox is one of them.. and i dont know what it is there for either:-/
-
Go France tonight!
Bonjour! Some of you might have already seen my (dumb) topics under the Unattended Windows section; I am new and i especially liked this site for its clear and explained information which i used to start creating my unattended CD. It is still not a complete success, but im improving and learning things on my own; it feels good. The forum members seem to be helpful; keep up :-) I am joining you; which will make us stronger. See you next time on a topic :-) maybe this one first... preliminaries^^
-
my Registry is wierd
You are right. It is not even clear to me anyway. :CLOSED:
-
cmdlines.txt [commands] order
Hi, i would like to know what should be placed in the first line, second and third line; in order to make everything work as its supposed to. [COMMANDS] "useraccounts.cmd" ".\$1\install\batch_file.cmd" "REGEDIT /S RegTweaks.reg" Is this good? or should it be different? Thanks :-) (im almost done with my unattended CD ! wouhouuuu )
-
my Registry is wierd
here is my RegTweaks.reg file, and some of the things wont work when the installation completes. (Im thinking about "Show Windows classic folders", "Disable links folder in explorer favorites so it never appears again", "Change the default Wallpaper", "Disable all of Windows' sounds!", and "enables the view to list in all folders") All of these above don't work! the others, yes. So what would be the problem?
-
Unattended Mozilla Install
i used install rite for Cursor XP, and the software didnt work on my unattended CD.. maybe i did it wrong.?
-
Unattended Mozilla Install
lol .. good thing that we can now import cookies! I meant .. is there a way to silently install firefox 0.9 now? :-)
-
Product Key window Appears...
thanks omiebrah; i'll take a look at it as soon as i get some rest (20hours straight awake now... lol)
-
how does \$1\$Progs work?
Perfect answer edmoncu :-) But the question now would be... What is the best : Adding REGEDIT /S %systemdrive%\install\RegTweaks.reg to batch_file.cmd or place it in a file called cmdlines.txt in \$OEM$ ?? which is preferable? (if there are any sort of ORDER in the happening of the installation)
-
how does \$1\$Progs work?
Great. Now it should work. I have another question (=problem) under \$OEM$\$1 i have cmdlines.txt and RegTweaks.reg (and also a folder called install which proved to be working as \$OEM$\$1\install\batch_file.cmd worked during the installation) But i have noticed that none of the RegTweaks had been merged! Where do you think it could come from? here is my cmdlines.txt file: ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ?? thanks in advance!