nOBeLium Posted January 5, 2005 Author Posted January 5, 2005 Uhhh... you put it in the wrong spot lol fixing it now eheh thanks!
Shotgun Posted January 16, 2005 Posted January 16, 2005 Getcd.exe is a utility to get the letter of the first CD-ROM drive in the system. This is useful during the applications phase of a unattended CD-ROM installation, because you don't always know which drive letter the CD-ROM will get. The program simply writes the drive letter (including colon) to the output stream. To insert the drive letter into an environment variable, you can use the following from a batch file:for /f "Tokens=*" %%a in ('getcd.exe') do set cdrom=%%aAfter running this command, you can refer to the CD-ROM drive using the %cdrom% environment variable. If you're not running the command from a batch file, use replace %% with % in the above command. It's on the first post
argon007 Posted January 16, 2005 Posted January 16, 2005 I intergrated the notepad2 and autoitcompiled script to unattended xp cd.Good job!! nOBeLium.
jamesas Posted January 17, 2005 Posted January 17, 2005 This little player will allow you to play any music that wmp will play, in the settings.ini there is a option to select if you want it put to a taskbar icon so the user wont see it in a unattended installto call it from a batch file start%systemdrive%\install\UAP2.exeThere are a few bugs but ive found a solution to most of themerror-cant use any variblessolution = if you have your songs in a folder e.g music then type in the file name field "music\xxx.mp3"error-playlist wont play with out title namesolution = well you shouldnt remove them anyway but if you wanted to best not to remove themPS. the included settings.ini is from my setup so it should work if you just make a folder called music in the same folder as the exe and place you music in the music folder and just rename the file in the settings.iniClick here to downloadOrignal Thread : http://www.msfn.org/board/index.php?showtopic=32654&st=0
Madhits45 Posted January 17, 2005 Posted January 17, 2005 Hey nOBeLium, LOVE This TOPIC! VERY HELPFUL!In reference to Rename Start button prog/thread. I have a program from a friend that I use in my unattended install that is really easy and allows for renaming the start button and change the picture. It is really small and I have added it right in during my runonce and it starts up and is already setup and ready to go after first boot with a small reg tweak.Its called tclock and I have included it in this post. Problem is I can only upload 150k and its 330k with the source code and lang files included. I had to cut them out. It should work for you (english is included).Check it out it should be on your list of programs! TCLOCKLIGHTXP.rar
toe_cutter Posted January 18, 2005 Posted January 18, 2005 just wanted to let you know that MapDrive is mentioned twice in the list
nOBeLium Posted January 28, 2005 Author Posted January 28, 2005 Hey, thanks everyone for their posts. I've been busy with exams lately so, I will be updating it again when I finish them. Thanks again for those who help me via PM and throught the posts
ZileXa Posted April 1, 2005 Posted April 1, 2005 a few months ago I found a tool here that allows the creation of useraccounts/pc name/workgroup... if it starts up all these things can be filled in and thats it.. so if you install on different pc's you can fill all this data just in one screen ..but now I can't find it anymore!
Glowy Posted April 1, 2005 Posted April 1, 2005 Shell Object EditorMake your own shell objects... like My documents etc.
orustom Posted May 3, 2005 Posted May 3, 2005 Why isn't this a sticky yet? btw, you have Map drive listed twice
angadsingh007 Posted May 28, 2005 Posted May 28, 2005 Great work nOBeLium. Thank you for this wonderful thread.
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