Jump to content

NicodemusAtNIMH

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About NicodemusAtNIMH

NicodemusAtNIMH's Achievements

0

Reputation

  1. I am rebuilding a Dell laptop C810, I have the Dell reinstallation software and the DELL Microsoft Windows XP Professional SP2 Reinstallation CD, I want to cmbine these 2 disc and reburn to one for a complete unattended install. Can it be done? Info please.
  2. Yzöwls, it works finally. The problem was the slashes. Some of the other files didn't install right, but alast that is another different post when i figure it out or not. Thank you all for your help!
  3. @CMDOW @ /HID SETLOCAL ENABLEEXTENSIONS SET "CDROM=%~d0" SET "PP=%CDROM%\Software" SET "KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx" REG ADD %KEY% /V TITLE /D "Installing Programs" /F REG ADD %KEY%\000 /VE /D "AVG Anti Virus Program" /F REG ADD %KEY%\000 /V 1 /D "\"%PP%\AVG Anti Virus Program\autoavgsetup.exe\"" /F This is what it looks like know. It didn't install any programs.
  4. This is my Run file I used the Install from CDROM\Software option. I got such and such file not found. Help please? cmdow @ /HID @Echo Off SetLocal enableextensions SET CDROM=%~d0 SET PP=%cdrom%\Software SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY%\000 /VE /D "AVG Anti Virus Program" /f REG ADD %KEY%\000 /V 1 /D "%PP%Software\AVG Anti Virus Program\autoavgsetup.exe" /f REG ADD %KEY%\001 /VE /D "EvilLyrics" /f REG ADD %KEY%\001 /V 1 /D "%PP%\Software\EvilLyrics\EvilLyrics.exe /s" /f REG ADD %KEY%\001 /V 2 /D "taskkill EvilLyrics.exe" /f REG ADD %KEY%\002 /VE /D "Microsoft DirectX 9.0c" /f REG ADD %KEY%\002 /V 1 /D "%PP%Software\Microsoft DirectX 9.0c\dxsetup.exe /silent /f" /f REG ADD %KEY%\003 /VE /D "Mozillia Firefox" /f REG ADD %KEY%\003 /V 1 /D "%PP%Software\Mozillia Firefox\Firefox.exe -ms -ira" /f REG ADD %KEY%\004 /VE /D "MSN" /f REG ADD %KEY%\004 /V 1 /D "%PP%Software\MSN\MsnMsgs.msi /QB" /f REG ADD %KEY%\005 /VE /D "MusicMatch Jukebox" /f REG ADD %KEY%\005 /V 1 /D "%PP%Software\MusicMatch Jukebox\MusicMatch.exe /s" /f REG ADD %KEY%\006 /VE /D "NetFramework" /f REG ADD %KEY%\006 /V 1 /D "%PP%Software\NetFramework\netfx.msi /qb" /f REG ADD %KEY%\007 /VE /D "Mozilla Suite" /f REG ADD %KEY%\007 /V 1 /D "%PP%Software\Mozilla Suitemozilla-win32-1.7.13-installer.exe -ma -ira" /f REG ADD %KEY%\008 /VE /D "Microsoft Office 2003 Professional" /f REG ADD %KEY%\008 /V 1 /D "%PP%Software\Microsoft Office 2003 Professional\setup.exe TRANSFORMS=office11.MST /qb-" /f REG ADD %KEY%\009 /VE /D "Frontpage 2003 Pro" /f REG ADD %KEY%\009 /V 1 /D "%PP%Software\Frontpage 2003 Pro\setup.exe TRANSFORMS=office11.MST /qb-" /f REG ADD %KEY%\010 /VE /D "Sun Java VM 1.4.2.05" /f REG ADD %KEY%\010 /V 1 /D "%PP%Software\Sun Java VM 1.4.2.05\jre-1_5_0_06-windows-i586-p.exe /s /v\"/qb IEXPLORER=1 REBOOT=ReallySuppress\"" /f REG ADD %KEY%\011 /VE /D "Windows MediaPlayer 10" /f REG ADD %KEY%\011 /V 1 /D "%PP%Software\Windows MediaPlayer 10\MP10Setup.EXE /Q:A /R:N /C:\"setup_wm.exe /DisallowSystemRestore /Q:A /R:N\"" /f REG ADD %KEY%\012 /VE /D "Yahoo Messenger" /f REG ADD %KEY%\012 /V 1 /D "%PP%Software\Yahoo Messenger\yahoomessenger.exe /s" /f REG ADD %KEY%\012 /V 2 /D "taskkill /f /t /im ypager.exe" /f REG ADD %KEY%\013 /VE /D "O_O Defrag" /f REG ADD %KEY%\013 /V 1 /D "%PP%Software\OO_DeFrag Pro\O&O Defrag Professional Edition.msi /qn"" /f REG ADD %KEY%\014 /VE /D "O&O CleverCache Professional" /f REG ADD %KEY%\014 /V 1 /D "%PP%Software\OO_CleverCache Pro\O&O CleverCache.msi /qn" /f EndLocal EXIT
  5. I'm attempting a UA disc with the CDROM Software install option, and need to know the switch for Copernic Pro. Any help will be greatly appreciated.
×
×
  • Create New...