|
|
|
Properties PaneThe Properties pane contains the properties and settings of the currently active project. Any changes you make will be applied after compilation.
You can change the order of fields, sorting them with the help of buttons on the pane toolbar.
The Properties pane has the following fields: MainWork Directory - Defines the location for unpacking the script, shows the folder where additional resource files specified on the Resource View pane are unpacked. Current directory - Unpack the script to the directory the compiled exe file is run from. Other directory - Unpack the script to the user-defined folder.
Directory - The path to the user-defined folder for unpacking the script when the exe file is run.
True - Run the script in silent mode. Users will not see windows with the script and will not notice that it is running. False - Run the script in visible mode.
Windows - A windowed script. Console - A console script.
Command Line - The command line for running the script. It is not used if the compiled exe file will be run with a command line. Execution type - You can specify the type of script execution: from memory or from Work Directory. Extract - The script will be unpacked to the Work Directory once it is run. Compile - The script will be executed in computer memory. This option uses the ExeScript Host Technology.
Output file - The file with the compiled script.
IconIcon type - Sets an icon for the created exe application. No Icon - The application icon will be removed from the created exe file. ExeScript Icon - The ExeScript icon will be the icon of the application. Custom Icon - A user-defined icon will be the icon of the application. It is possible to select an icon from .ico, .exe, .dll and other files containing icons.
Icon path - Shows the path to the icon file if the previous option is set to Custom Icon. Version Info- You can specify information about the exe application and about its developer. Select the Version Info checkbox to include this information in the exe file. Comments - Any comments. CompanyName - The company's name. FileVersion - The version of the exe file. LegalCopyright - Copyright information. ProductName - Product name. ProductVersion - Product version. SecurityPassword - You can prevent unauthorized use of the exe file. Enable the Password option and specify a password required to run the exe application.
Copyright © ScriptCode.com 2010. All rights reserved. |