Jump to content

dboone

Member
  • Posts

    25
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About dboone

  • Birthday 01/25/1981

Contact Methods

  • AIM
    dwb2433
  • Website URL
    http://

dboone's Achievements

0

Reputation

  1. Take a look at the batch script attached to my first post.
  2. You could create a simple batch file that is setup to install all the apps silently. Then, if desired, create an sfx archive that's set to run that batch file when opened. For Example: here' s part of a script that I created to install a number of apps silently. This particular script is designed to run from a cd, however it could easily be edited (by changing the file path) to run from wherever you want. CLS @echo off FOR %%i IN (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:\CD.txt SET CDROM=%%i: :: -------------------------------------------------------------------:: TITLE "Apps Install" ECHO. ECHO. Installing Windows Taskkill utility (for XP Home) ECHO. start "Taskkill" /wait "%CDROM%\07-apps\Windows_taskkill.exe" ECHO. ECHO. Installing Mozilla FireFox ECHO. start "FireFox" /wait "%CDROM%\07-apps\FireFox_3.5.2\setup.exe /S" ECHO. ECHO. Installing Adobe Apps ECHO. start "Adobe" /wait "%CDROM%\07-apps\Adobe\Adobe.cmd" ECHO. ECHO. Installing CCleaner ECHO. start "CCleaner" /wait "%CDROM%\07-apps\CCleaner\ccleaner.cmd" ECHO. ECHO. Installing Misc System Utilities ECHO. start "sysutil1" /wait "%CDROM%\07-apps\System_Utilities_1.exe" start "sysutil2"/wait "%CDROM%\07-apps\System_Utilities_2.exe" ECHO. ECHO. Applying OEM Branding ECHO. start "oem" /wait "%CDROM%\07-apps\OEM_Branding.exe" ECHO. ECHO. Running Final System Cleanup ECHO. start "cleanup" /wait "%CDROM%\08-cleanup\80-pick_os.cmd" ECHO. ECHO Restarting the PC in 10 seconds... ECHO. shutdown.exe -r -f -t 10 -c "Windows XP will now restart in 10 seconds!" EXIT
  3. I ran into the same issue a few years back when I was working at a small shop doing computer repairs and had to reformat about 10 pcs a week. With many long nights (often spent reading this forum) I ended up with the following. 1) A set of unattended OS disks, including every version I could get my hands (retail, oem, vlk, etc). Each disk included the following: - Latest service pack and many other update (IE, WMP) slipstreamed into it - An unattended answers file setup using the "defaulthide" method so that I could still enter the proper product key - Registry tweaks loaded @ T-12 via cmdlines.txt so that they apply to all users 2) I then created a separate disc that installed any additional hotfixes that were not slipstreamed into the OS discs, along with a number of additional applications that I would normally install on all machines (adobe players, java, a/v codecs, etc). All of these were installed via RunOnceEx. Everything was automated so that no user interaction was required. I chose to go this route as apposed to bundling everything together on the OS discs so that I would only have to update 1 disc when new hotfixes or apps were released. The only time I had to update the OS discs was when a new service pack or other major update was released. One day I hope to change the design of the disc and make it menu driven so that I can manually choose which apps I want to install however I have yet to find the time to do so. If your still interested (I see this post is almost 2 months old) I'd be happy to zip together the batch files that I use so that you can see how it was done. PM me if your interested.
  4. Using your guide, i was able to make a working installation, however after it finished, an msn toolbar window popped up as if I had selected it during the installation. Also, an attempt to change my homepage was made. I must have missed something, but I don't know what. any ideas?? thx, Darin
  5. So far so good, I'm about half way through the install. I was hoping it would be something simple like that I just managed to overlook. Sometimes I almost try TO hard to solve a problem. Thx again.
  6. Setup cannot copy the file: pnp680r.sys To retry, press ENTER. blah blah blah If I press escape, it will continue on to the next file... Setup cannot copy the file: sil680r.inf After pressing escape again, setup will continue copying the rest of the files, once it is done I get the blue screen of death (no specific error message). I will give it a shot. Thx
  7. I'm about to run it again. I'll post the exact message shortly. Darin
  8. I am attempting to install Server 2003 on to an IDE Raid I have tried 2 different controllers.. 1) Silicon Image SiI0680 (PCI) 2) Promise MBFastTrak133 Lite (on-board) (PDC20276) Text setup recognizes the controller and allows me to create my partitions and start the install. After the partition is formatted and the file copying begins I get an error message saying that "insert driver file" cannot be copied. I have tried all of the following with no luck. - Both controllers (PCI & on-board) - Different floppy drives - Re-downloaded drivers, used different floppy - Windows XP & Server 2003 I am using a Gigabyte GA-7VAXP v1.1 Motherboard with the latest bios F15. Any Ideas????
  9. Sounds great guys, I'll give it a shot today. Off to work I go..
  10. I run a small computer repair shop. I often have to transfer data between hard drives due to a reformat or upgrade. During which I sometimes run into problems with file permissions that are set on directories or files from previous user accounts. I can sometimes override these setting by forcing new ownership through windows security settings however it doesn't always work right or doesn't change all the sub directories. I would love to find a way to automatically clear all previous permissions and force new ones. A batch files would be great but all I can find so far are ones that remove file attributes. Any Ideas from all you wonderful and knowledgeable people would be greatly appreciated. - I need something that will work with both XP Home and Pro Thx, Darin
  11. My motherboard has 2 LAN adapters built in. My winnt.sif is set to assign a static IP to one of these adapter, but it is assigning it to the wrong one. Is there a way that I can instruct the UA to assign that IP to a specific adapter? Maybe via it's MAC address? Thx, Darin
  12. I ended up doing an install of XP with SP2 only, NO hotfixes. I then wrote down all of the hotfixes listed through windows update, downloaded then and added them to my UA via nlite. Now, obviously this didn't give me everything that the RYANVM pack has but it atleast gave me the most critical updates. And it installed alot quicker. I saw this same advice on the RYANVM forums, are there any downfalls / side effects to doing this?
  13. I found some info on this problem on the RYANVM forum, it appears I'm not the only one pulling my hair out over this. We'll see what happens.
×
×
  • Create New...