Jump to content

wigadore

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by wigadore

  1. The java install works fine as I had it, but I have since updated it to the newest JRE. Thanks. As for all the other issues. I have had no problems with the install since I changed all the msi to /qb. Thanks all.
  2. This is not a typo. This is how the utility finds the service tag of the Dell PC and renames the Computer as that Service Tag. Without the ?s it only displays the Dell Service Tag. I will try the /qb instead of the /qn and see what goes on visually. Thanks for that tip. As for the Adobe version that is the version that is curently copr mandated and hence why I am installing it. In fact that is one app that does instll each time. I am missing Office and Citrix everytime I attempt the build. Symantec Antivirus installed without a glitch and I was doing the grc.dat and this way I found much easier. I will post my findings after I test these changes. Thanks.
  3. I build and do the software deploy with the administrator account yes. It is the only account on the local machine. Once done this machine will be on a domain controlled network and no login to the local machine is allowed.
  4. I have scripted a RunOnceEx.cmd file that I have ran each line seperately and had not issues installing all apps perfectly. I then took each line that I tested and compiled it into once file and test ran it. This time the install did not go too well. It appeared as if the arrow that points out which app is currently being installed ran rather rapidly and the installs did not complete. What did install was the Adobe Reader and the Symantec AntiVirus. That's it. Just in case here is a copy of my runonceex.cmd file @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Customize Computer Build" /f REG ADD %KEY%05 /VE /D "Rename PC to Dell Service Tag" /f REG ADD %KEY%05 /V 1 /D "%systemdrive%\apps\rename\compname.exe /c ?s" /f REG ADD %KEY%10 /VE /D "Adobe Reader 7" /f REG ADD %KEY%10 /V 1 /D "%systemdrive%\apps\adobe\reader\setup.exe /S /v/qn" /f REG ADD %KEY%15 /VE /D "Citrix Client 10.1" /f REG ADD %KEY%15 /V 1 /D "%systemdrive%\apps\citrix\ica32pkg.msi /quiet /norestart /qn" /f REG ADD %KEY%20 /VE /D "SMS Client" /f REG ADD %KEY%20 /V 1 /D "%systemdrive%\apps\sms\client.msi /quiet /norestart /qn" /f REG ADD %KEY%25 /VE /D "Microsoft Office XP" /f REG ADD %KEY%25 /V 1 /D "%systemdrive%\apps\officexp\pro.msi /quiet /norestart /qns" /f REG ADD %KEY%30 /VE /D "Symantec Anti Virus Corp 9" /f REG ADD %KEY%30 /V 1 /D "%systemdrive%\apps\sav9\Symantec_Antivirus.msi SERVERNAME=******** ALLUSERS=TRUE /quiet /norestart /qn" /f REG ADD %KEY%35 /VE /D "Flash Player 9" /f REG ADD %KEY%35 /V 1 /D "%systemdrive%\apps\adobe\flash\flash9.msi /quiet /norestart /qn" /f REG ADD %KEY%40 /VE /D "Shockwave 10" /f REG ADD %KEY%40 /V 1 /D "%systemdrive%\apps\adobe\shockwave\shockwave10.msi /quiet /norestart /qn" /f REG ADD %KEY%45 /VE /D "Java" /f REG ADD %KEY%45 /V 1 /D "%systemdrive%\apps\java\java1_5_0_06.exe /S /v/qn" /f REG ADD %KEY%50 /VE /D "System Cleanup" /f REG ADD %KEY%50 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f EXIT Any help would be appreciated.
  5. Here is the first three entries I have for my Unattended Install. I install the SAV Client, Update the definitions, and then update the liveupdate to the newest version. REG ADD %KEY%\005 /VE /D "Symantec Anti Virus Corporate 8.0" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\sav\sav8.exe /qn" /f REG ADD %KEY%\010 /VE /D "Update Anti Virus Definitions" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\sav\vdef20050126.exe /Q" /f REG ADD %KEY%\015 /VE /D "Update to Symantec Live Update 2.6" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\sav\lusetup.exe" /f Download the virus def exe file from Symentec. I renamed the file a bit for my sake...but it works each time.
  6. I add each program to it's own file folder and I added this to the runonceex.cmd file. I do not extract this exe file either...it works as it is. REG ADD %KEY%\040 /VE /D "Microsoft Anti-Spyware" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\Applications\MSAntiSpy\MSAntiSpyware.exe /v/qn" /f As mentioned above there cannot be a space between the /v and /qn but the V is not case sensitive. Mine works everytime with the lowercase v. Copy and paste my code and edit it as needed and I am sure it will work.
×
×
  • Create New...