Jump to content

pcdreams

Member
  • Posts

    41
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by pcdreams

  1. Just looked back at my sp2 (which doesn't show these screens) disk I did.. The only thing I see there I did different than the sp3 (which does) is set it up to use the classic setup billboards per the unattended guide.. I'm still messing with that disk and am going to incorporate that feature again... I'll let you know if that does the trick. Peace out, Don
  2. DOH!! Thanks.. I 'll give it a try EXIT It's probably because of this line REG ADD %KEY%\66 try changing it to REG ADD %KEY%\066
  3. right there with ya man. Been looking for a reg tweak or something.. Had this taken care of in SP2 but can't remember what I did
  4. OK here is my RunOnceEx.cmd everything seems to be working ok up till I get to office. For some reason it is reversing the order of commands run here. IE It is running cleanup before office install. So I know why office isn't installing. But I don't know why cleanup is running first. Advice? cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "All Your Base Are belong to us" /f REG ADD %KEY%\005 /VE /D "Installing Driver Packs" /f REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\DPsFnshr.exe" /f REG ADD %KEY%\007 /VE /D "Removing Accessibility Tools" /f REG ADD %KEY%\007 /V 1 /D "%SystemDrive%\install\RmAT.cmd" /f REG ADD %KEY%\009 /VE /D "Removing Messenger" /f REG ADD %KEY%\009 /V 1 /D "%SystemDrive%\install\RmMesgr.cmd" /f REG ADD %KEY%\010 /VE /D "Installing Firefox 2" /f REG ADD %KEY%\010 /V 1 /D "%SystemDrive%\install\firefox2.exe -ms" /f REG ADD %KEY%\015 /VE /D "Installing Thunderbird 2" /f REG ADD %KEY%\015 /V 1 /D "%SystemDrive%\install\tbird2.exe -ms" /f REG ADD %KEY%\020 /VE /D "Installing flash" /f REG ADD %KEY%\020 /V 1 /D "%SystemDrive%\install\flash.exe /S" /f REG ADD %KEY%\025 /VE /D "Installing Shockwave" /f REG ADD %KEY%\025 /V 1 /D "%SystemDrive%\install\shockwave.exe /S" /f REG ADD %KEY%\030 /VE /D "Installing Adobe Acrobat Reader 8" /f REG ADD %KEY%\030 /V 1 /D "%SystemDrive%\install\acrobat.exe /sAll" /f REG ADD %KEY%\035 /VE /D "Installing Java " /f REG ADD %KEY%\035 /V 1 /D "%SystemDrive%\install\java.exe /quiet" /f REG ADD %KEY%\040 /VE /D "Installing Audio/Video Codecs" /f REG ADD %KEY%\040 /V 1 /D "%SystemDrive%\install\codecs.exe" /f REG ADD %KEY%\045 /VE /D "Installing Perl" /f REG ADD %KEY%\045 /V 1 /D "%SystemDrive%\install\perl.msi /quiet" /f REG ADD %KEY%\046 /VE /D "Adding Perl to System Path" /f REG ADD %KEY%\046 /V 1 /D "setx path \"%PATH%;%Systemdrive%\perl\bin \" -m " /f REG ADD %KEY%\050 /VE /D "Installing Apache 2.2 Web Server" /f REG ADD %KEY%\050 /V 1 /D "%SystemDrive%\install\apache.msi /quiet" /f REG ADD %KEY%\060 /VE /D "Installing Avast Anti-Virus" /f REG ADD %KEY%\060 /V 1 /D "%SystemDrive%\install\avastav.exe /silent" /f REG ADD %KEY%\065 /VE /D "Installing Zone Alarm Firewall" /f REG ADD %KEY%\065 /V 1 /D "%SystemDrive%\install\zonealarm.exe /s /noreboot /i" /f REG ADD %KEY%\66 /VE /D "Installing Office 2003" /f REG ADD %KEY%\66 /V 1 /D "%Systemdrive%\install\office03\setup.exe Transforms=unattended.MST /qb-" /f REG ADD %KEY%\070 /VE /D "Running Cleanup" /f REG ADD %KEY%\070 /V 1 /D "%SystemDrive%\install\cleanup.cmd" /f EXIT
  5. I'm getting ready to try and figure out which hotfixes I need (per the unattended guide).. did have one question though. Since I'm already running sp3 on my machine. I was wondering If I do an install on a virtual machine.. if it would see all the updates (post sp3) that I need or if it would also show the one on my physical machine (like it does for drivers)... I realize this isn't worded well but its difficult to explain. Hope someone understands it anyway Thanks
  6. anyone have command line switches for gvim install?
  7. Extract with 7-zip and change the following line Run Mode=Normal to Run Mode=Silent. this also works for Thunderbird. then you don't need any switches.
  8. is there a way I can extract firefox and thunderbird so it doesn't do it during unattended? Or does anyone know where it extracts the files to on setup.. I could just copy them from there I suppose
  9. hmm strange. didn't find them. I found the kernel file (already extracted (exe version) in I386. Must have done something wrong. Didn't change my bootscreen. I'll keep after it.
  10. following the guide at: http://unattended.msfn.org/unattended.xp/view/web/51/ I can not locate the follwing files in my source ntoskrnl.ex_ ntkrnlmp.ex_ I'm slipstreamed with SP2 as well as the latest hotfixes.. Any suggestions? I'm assuming that the original files from my original xp cd wouldn't work unpatched. Thanks
  11. Tried it but for whatever reason it wouldn't work.
  12. ::XPCD.CMD ::Created by: Don Scroggins ::12/21/05 ::After creating numerous slipstreamed cds I knew ::there had to be a way to automate the drugery ::This file is one solution: My Solution ::This file will take you to the point where you're ready to burn a cd with SP2 integrated :: and some of the bloat removed. ::If your like me though you'll also want to do other modifications such as registry tweaks, :: application installs, and yes (gasp!!) even Unattended installs ::Enjoy ::You may need to change drive letters or path names to reflect where the files being copied reside ::change to root and create directory structure @ECHO OFF cd\ mkdir xp mkdir XP-SP2\UNPACKED mkdir XP-BootImg ::Copy XP CD to hd CLS ECHO Copying Windows CD ..Please Wait.. @ECHO OFF cd xp xcopy /h /s /q g:\ ::Create OEM Directory Structure mkdir $OEM$\$1\install\Applications mkdir $OEM$\$$\System32 cd \XP-SP2 ECHO Copying SP2 @ECHO OFF copy d:\WindowsXP-KB835935-SP2-ENU.exe WindowsXP-KB835935-SP2-ENU.exe -X:C:\XP-SP2\UNPACKED\ ECHO Integrating SP2 @ECHO OFF CD UNPACKED\I386\UPDATE\ UPDATE.EXE -S:C:\XP ECHO copying Window CD Boot Image @ECHO OFF CD\XP-BOOTIMG COPY D:\micro*.* ECHO Removing Bloat ::Don't mod these unless you know what your doing @ECHO OFF cd\ rmdir /q /s c:\xp-sp2 rmdir /q /s c:\xp\docs rmdir /q /s c:\xp\valueadd rmdir /q /s c:\xp\support rmdir /q /s c:\xp\i386\win9xmig rmdir /q /s c:\xp\i386\win9xupg rmdir /q /s c:\xp\i386\winntupg rmdir /q /s c:\xp\i386\lang rmdir /q /s c:\xp\cmpnents echo All Processes Complete.. Thank You Enjoy. Use, share as you wish as long as you leave the credits. Title Edited - Please follow new posting rules from now on. --Zxian
  13. hey thanks again. I don't know how I missed that link
  14. thank you. Is pathman already there or is there someplace I can download it? I think sp2 is really got me goofed up. I can't even delete accounts. or login with ones I've created.
  15. maybe someone can look at my code and see if they can spot a problem this is an excerpt from my RunOnceEX file REG ADD %KEY%\015 /VE /D "Updating Path" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Chpth.cmd" /f REG ADD %KEY%\035 /VE /D "Add a User" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\user.cmd" /f and the correspondng cmd files path PATH=%PATH%;%systemdrive%\perl\bin Add user @echo off perl user.plx and finally the perl code #!/usr/bin/perl use warnings; use strict; print "Please enter a username: "; my $name = <STDIN>; chomp $name; print "Please enter a password: "; my $password = <STDIN>; chomp $password; print "\n"; print "Thank You\n"; system "net user $name $password /add"; system "net localgroup Administrators $name /add"; system "net accounts /maxpwage:unlimited"; I have a feeling these the path and add user problem lies in the fact that if the path doesn't work neither will the add user (since it needs to know where perl is). Because I can run it (the perl file) locally and it works. Thanks for taking the time to look at this.
  16. does anyone know where I can get the files that are needed to finish the preceedure in the guide (installer, finish, etc)?
  17. Does anyone have the files? I'd sure apperciate it
  18. anyone know where I can find the file office.rar.html that is suppose to be at the link in the tutorial? I get a file not found when I click on it heres the link I'm refering to http://rapidshare.de/files-en/547358/Office.rar.html Thanks.
  19. yes I was well aware of that link. Those directions are what I was trying to get help with!! At any rate I got through the first shrinking step, finally and that part is now ok (installing) Is there another location where I can get the office.rar.html file? the link says the file doesn't exist. Thank You
  20. hmm not sure on that one. I figured you could just copy the I386 folder as it has all the cabs. Could be wrong though, I haven't tried it.
  21. sorry you lost me there. are you wanting to copy the source to the hard drive so you don't have to have it if you decide you want to install different options later?
  22. create a batch file with the .cmd extension (ex office.cmd) and place in install directory. The way you were talking about in autorun will work if its a stand alone cd. The tutorial is assuming you want to put it on cd with windows and have it installed as part of the system install.
×
×
  • Create New...