Jump to content

demonx

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About demonx

demonx's Achievements

0

Reputation

  1. Depends on what you want, most people just see a cheap computer and hear the name "Dell" and that's all they know, like the other poster said they are riding on pure reputation. There seems to be other system builders out there just as good if not better, but they are not as widely known as Dell and "Mom end user" is not going to do any research either. Example Dell http://www.resellerratings.com/seller1867.html Monarch http://www.resellerratings.com/seller2079.html Alienware http://www.resellerratings.com/seller1650.html
  2. Will adjust the Acrobat going to just take Norton out of the mix, maybe that will fix up media player 10. I got MSN to "unzip" but can't figure how to get adobe to do the same.
  3. Looks like it is still having a few problems Adobe dosen't install throws up a batch error Notron goes through fine, but dosen't actually install something Windows media player looks like the same thing, but I get an error that I can't read because the PC restarts itself. When it comes back up gives me the 90 seconds until shutdown and Adaware starts up.
  4. No problem, now that I think about it I rather not have it install by default
  5. Thanks, I couldn't pick your brain for how to do trillian not pro but the regular version could I?
  6. Ok here it is now thanks to the help, good to go? Oh and I'm going to make adaware the last in that group cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr602_distrib_enu.exe /s /a /s /v\"TRANSFORMS=Rdr602.mst /qb\"" /f REG ADD %KEY%\010 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\MsnMsgs.msi /qn" /f REG ADD %KEY%\015 /VE /D "K-Lite codec pack" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\codecs\codecs.exe /silent" /f REG ADD %KEY%\020 /VE /D "Ad-Aware" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\aaw\aawsepersonal.exe /s" /f REG ADD %KEY%\025 /VE /D "Norton AV" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\norton\norton.exe /qb-! RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS" /f REG ADD %KEY%\030 /VE /D "Real Alternative" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\real\real.exe /VERYSILENT /SP-" /f REG ADD %KEY%\035 /VE /D "Media Player 10" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\wmp\mp10setup.exe /Q:A /C:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\" /f REG ADD %KEY%\040 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT
  7. Wow that was fast, thanks for the replies. I was up until 5 a.m reading this stuff and up again at 7a.m. trying to figure where I went wrong So am guessing but the post by SCOOBS I don't need to extract adode and MSN after all?
  8. After Much reading last night I finally begun to understand how to do the windows update method. Made my script but having a few problems. Norton Antivirus 2003 won't install Adobe Acrobat 6 won't install Windows Media Player 10 won't install MSN Messenger 6.2 won't install ADD Aware installs but tries to run as well Here is my code below cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\acrobat\adobe.exe /qn" /f REG ADD %KEY%\010 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\SetupDl.exe /qn" /f REG ADD %KEY%\015 /VE /D "K-Lite codec pack" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\codecs\codecs.exe /silent" /f REG ADD %KEY%\020 /VE /D "Ad-Aware" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\aaw\aawsepersonal.exe /s" /f REG ADD %KEY%\025 /VE /D "Norton AV" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\norton\norton.exe /qn /noreboot REBOOT=ReallySuppress" /f REG ADD %KEY%\030 /VE /D "Norton AV" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\real\real.exe /VERYSILENT /SP-" /f REG ADD %KEY%\035 /VE /D "Media Player 10" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\wmp\mp10setup.exe /q:A /c:"setup_wm.exe /Q /R:N /P:#e" /f REG ADD %KEY%\040 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT
×
×
  • Create New...