Results 1 to 2 of 2

Thread: Console Installation.

  1. #1
    Join Date
    Jul 2011
    Posts
    19

    Console Installation.

    Is it possible to suppress the choose locale by number prompt when running installer in console mode even when the installer supports multiple languages?

  2. #2
    Join Date
    Aug 2011
    Posts
    33
    Either you have to pass the arguments to run the installer in a preferred locale to ignore the "choose locale by number prompt" while running the installer.

    e.g. install.exe -i console -l en

    or write a batch script to execute above command so that end users have to just double click the batch file to launch the installer.

    --Mac

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •