Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Double click the installer and choose the path to install.
  2. Open Command prompt as a Administrator and navigate to installation path of "PBS/exec/etc"(Here, we could see post_install.py script)

  3. Manually execute the "win_post_install.py" script as below.

    <PBS_EXEC>\python\python.exe win_postinstall.py -u <username>  -p <password>
    Note: Even on domain machine, please use username only.
    Example: if the user name in domain machine is <domain>\<username>, just pass username as argument.

...