Jump to content

pauluea

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About pauluea

Contact Methods

  • Website URL
    http://

pauluea's Achievements

0

Reputation

  1. Hi, I'm trying to do an unattended install of WinZip 9.0 using start.cmd and keep getting the error that /noqp is not a valid switch. I've tries it without the /noqp and /notip switches and just using /autoinstall but then I get /autoinstall is not a valid switch. Here is the code of my start.cmd CLS @echo off TITLE Windows XP Unattended Installation ECHO. ECHO Installing and Registering WinZip 9.0 ECHO Please Wait... MOVE "%systemdrive%\install\Applications\Winzip" "%ProgramFiles%" start /wait "%ProgramFiles%\Winzip\winzip32.exe" /noqp /notip /autoinstall REGEDIT /S %systemdrive%\install\Applications\Winzip\register.reg EXIT Thanks in advance Paul
×
×
  • Create New...