Jump to content

spazmire11

Member
  • Posts

    277
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by spazmire11

  1. actualy if you have a subscription to the msdn database like me(and get everything from microsoft for free!) then you can dounload the alpha\beta of longhorn
  2. ok i like the runonceex.cmd of automaticaly installing my apps on the winxp cd, i did this with 3dmark 05 and 03 cause i like to have them siting around my script reads as folows: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx SET PP=%systemdrive%\install\ REG ADD %KEY% /V TITLE /D "Unattended Program Installation" /f REG ADD %KEY%\000 /VE /D "Firefox" /f REG ADD %KEY%\000 /V 1 /D "%PP%FireFox-1.0.4.msi /qn" /f REG ADD %KEY%\001 /VE /D "Adobe Reader 6.0" /f REG ADD %KEY%\001 /V 1 /D "%PP%Adobe_Reader_6.0.1.msi /qn" /f REG ADD %KEY%\002 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\002 /V 1 /D "%PP%MP10Setup.exe " /f REG ADD %KEY%\003 /VE /D "Nero Burning ROM 6.6" /f REG ADD %KEY%\003 /V 1 /D "%PP%Nero_Custom_setup.exe " /f REG ADD %KEY%\004 /VE /D "GAIM IM Client" /f REG ADD %KEY%\004 /V 1 /D "%PP%gaim-1.3.1.exe /L=1033 /S /D=C:\Program Files\Gaim" /f REG ADD %KEY%\005 /VE /D "3dMark 2003" /f REG ADD %KEY%\005 /V 1 /D "%PP%3dmark\03\3DMark03_v360_installer.exe -s -f2\"%systemdrive%\3dmark03.log\"" /f REG ADD %KEY%\006 /VE /D "3dMark 2005" /f REG ADD %KEY%\006 /V 1 /D "%PP%3dmark\05\3DMark05_v120_installer.exe -s -f2\"%systemdirve%\3dmark05.log\"" /f REG ADD %KEY%\007 /VE /D "Starcraft" /f REG ADD %KEY%\007 /V 1 /D "regedit /S %systemdrive\install\starcraft.reg" /f now i have a freshly installed winxp virtual machine i run this script buy just runing the file and restarting, this script seemed to run through without any problems at all. but when i looked in the start menu 3dmark 0x was not installed so i look at those log it made they read this: [installShield Silent] Version=v7.00 File=Log File [ResponseResult] ResultCode=-5 also adobe acrobate reader 6.0.1 dosent apper to be installed eather however it dident give any errors, any ideas on this one? can any1 help me with these problems? any help is greatly apreciated
  3. hey i just joined and i wanted to introduce myself
×
×
  • Create New...