Announcement

Collapse
No announcement yet.

Hyena 86d install switches

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hyena 86d install switches

    i am trying to automate the install of Hyena 8.6d 32 bit on Windows XP SP3 32 bit. Previous with Hyena 8.1 used the /S because it was Wise.

    With 8.6 I tried the following with no success:
    /s
    /S
    /q
    /quiet
    /silent

    Any help is greatly appreciated.

    Thank you

  • #2
    Re: Hyena 86d install switches

    The new installer uses /s, but also requires a response file. To create the response file run the install with /r. You should also use the /f1 switch to specify the name and location of the response file.

    So, when creating the response file use:

    hyena_english_x86.exe /r /f1"c:\temp\setup.iss"

    Then to install it silently using that file:

    hyena_english_x86.exe /s /f1"c:\temp\setup.iss"

    If this method gives you trouble, we recommend creating your own install package where you copy the files from an installed copy of Hyena. You have more control and it is much simpler.

    Hyena’s install doesn’t do anything other than copy files into an installation directory. All other configuration and directory/file creation are handled by Hyena when it runs for the first time.

    Comment


    • #3
      Re: Hyena 86d install switches

      It worked. Thank you.

      Comment

      Working...
      X