Jump to content

furious_george

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About furious_george

furious_george's Achievements

0

Reputation

  1. I am trying to install Adobe 7 Reader using a batch file. It installs fine and the updates appear to install, but the Adobe version is still 7.0.0 after finishing. Any help is greatly apprecited. Thanks. Here is a portion of my file: ECHO. ECHO Installing Adobe 7 ECHO Please wait... start /wait %systemdrive%\apps\Adobe7\AdbeRdr70_enu_full.exe /s /v/qn ECHO. ECHO Installing Adobe 7 update 1 ECHO Please wait... start /wait %systemdrive%\apps\Adobe7\Acro-Reader_701_Update.exe /s /v/qn ECHO. ECHO Installing Adobe 7 update 2 ECHO Please wait... start /wait %systemdrive%\apps\Adobe7\Acro-Reader_702_Update.exe /s /v/qn ECHO. ECHO Installing Adobe 7 update 3 ECHO Please wait... start /wait %systemdrive%\apps\Adobe7\Acro-Reader_703_Update.exe /s /v/qn
  2. I am trying to do a silent install of NAV 9.0 following win XP. I have the following in my sif: [GuiRunOnce] %systemdrive%\apps\NAV\SymantecAntiVirus.msi /qn When first starting the install, windows says there is an error in line applicable to this statement. As always, your help is appreciated. furious
  3. Is there a way to specify the local administrator username in winnt.sif? My domain automatically changes it once the computer joins the domain. Thanks.
  4. Greetings, I'm new to the unattended install process and any help is appreciated. I have created an unattended file, but when installing, I still get prompt for setting partitions, file system, and product key. Here's what I have: [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [userData] ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX Any ideas for the new guy? Thanks in advance.
×
×
  • Create New...