Scripting Language
|
File Extension
|
Default Path to Executable
|
---|---|---|
Node.js
|
js
|
/usr/local/bin/node
|
Python
|
py
|
/usr/bin/python
|
Bash script
|
sh
|
/bin/bash
|
BASIC (Windows)
|
bas
|
c:\Program Files\cscript.exe
|
Batch (Windows)
|
bat
|
cmd /c
|
![]() |
This feature works only if the user you want to run as has lesser privileges than the user that your application is running as. Often systems that wish to perform setup operations must be running as user 0 (root). Some systems may require that the user have permissions needed to perform a setuid operation, such as enabling CAP_SETUID or its equivalent. Refer to the documentation for your operating system for more information on permitting setuid() permissions.
|
![]() |
The user field can also be left empty, indicating that the install process should be run at the security level of the current user.
|