Install Wrapped Script
From InstallJammer Wiki
The Install Wrapper Script action takes a Tcl/Tk script and wraps it into a self-contained binary executable on the target system.
Contents |
[edit] Standard Properties
See Standard Action Properties.
[edit] Advanced Properties
[edit] Binary Name
- This is the name of the target binary on the target system.
[edit] Company
- On Windows, this specifies the Company name to store in the Windows Resource information of the file.
[edit] File Description
- On Windows, this specifies the File Description to store in the Windows Resource information of the file.
[edit] File Version
- On Windows, this specifies the File Version to store in the Windows Resource information of the file.
[edit] Product Name
- On Windows, this specifies the Product Name to store in the Windows Resource information of the file.
[edit] Product Version
- On Windows, this specifies the Product Version to store in the Windows Resource information of the file.
[edit] Tcl Startup Script
- This is the .tcl script to wrap into the binary.
[edit] Windows Icon
- On Windows, this specifies a .ico file to use as the icon for this binary. If no Windows Icon is specified, the wish binary will have the same icon as the original installer.
[edit] Wrapping Process
The .tcl script is wrapped with the same installkit that built the installer. It uses the internal installkit::wrap command to wrap the script into its own executable.
