ScriptPackager™
another amazing feature of the Admin Script Editor

ScriptPackager is an original concept introduced by the Admin Script Editor for the packaging of scripts into easy to deploy executables. Include additional files, run with alternate credentials, and do so in a secure fashion.

  • Automatically Register COM Components
    The executing individual's user ID and current user registry hive path are all exposed via simple environment variables so you can reference these locations dynamically in your script (otherwise the information of the account specified for alternate credentials is exposed)
  • Dynamic User Variables
    The executing individual's user ID and current user registry hive path are all exposed via simple environment variables so you can reference these locations dynamically in your script (otherwise the information of the account specified for alternate credentials is exposed)
  • Dynamic Path Variables
    The current directory, working directory, temporary directory are all exposed via simple environment variables so you can reference these locations dynamically in your script (otherwise the path of the temporarily running script is all your script is aware of)
  • Support for Command Line Arguments
    Your packaged executable stores any command line arguments in a simple environment variable that you can use to make your packaged script as dynamic as an unpackaged script
  • Encrypted Executables
    Executables are encrypted for protection
  • Protected Source During Execution
    When using alternate credentials, the executing user is prohibited from accessing the source files that are extracted for execution
  • Configurable System Tray Icon with ToolTip
    optionally include an icon and tooltip to notify users of script execution
  • Configure Packages to Execute in Existing Console Window
    Let your scripts return output to an existing console window as a command line utility would (otherwise all output is returned to a new command window)
  • Multi-package Execution Support
    All packages run in their own temporary folder location to support the execution of nested or multiple packaged scripts at same time
  • Event Log Recording
    Have packaged scripts log execution to the Windows application event log (even instruct it to only log in the event of a failure.

Watch a video in Windows Media Player or Real Media formats
Read about this feature in the online documentation or see it at AdminScriptEditor.com