Admin Script Editor 3.2 Send comments on this topic.
Packaging KiXtart
Welcome to Admin Script Editor v3.2 > Features > ScriptPackager > Creating a Package > Examples by Language > Packaging KiXtart

Glossary Item Box

Packaging KiXtart Scripts

When creating a package for KiXtart, it is recommended that you include the KIX32.EXE or WKIX32.EXE interpreter in your package using the Additional Files option of the Script Packager (or the new option to automatically have it included).

The interpreter should be selected as KIX32.EXE or WKIX32.EXE, with no additional arguments, paths or quotes.

For arguments, you may specify variable values such as: $Password=mypassword. The arguments passed are encrypted in the executable and are also protected during execution, so use of passwords here is acceptable- just be sure to remove the password when you have created your package (or the value will remain included in the Script Settings region of comments at the top of the script).

When using WKIX32.EXE it is common to use the /i switch that suppresses the command prompt from appearing even if output is returned by the script (by default, forcing a command prompt to appear).