The first in a series of new videos providing some quick detail on the many features of ASE…
Filed under: Features | Comments Off on Video: The ASE COM Browser
The first in a series of new videos providing some quick detail on the many features of ASE…
Filed under: Features | Comments Off on Video: The ASE COM Browser
Using the “Additional Files” feature, if you should add a PowerShell snap-in as a file you can choose to have it automatically registered as part of the package execution process. This feature must be selected for each snap-in file if you have multiple files included. Note that if set to register, the package will simply register it as specified—there are currently no checks performed to verify if another version may already exist on the system.
If you should find that the process of unpacking and installing snap-ins is slowing execution time, you can mitigate this by checking a new option that lets you show a progress message to the user while this work is taking place. This can be a potentially complex operation given your scenario, so we’ve exposed some features to help you reference the snap-ins more easily.
Of course referencing the snap-in for more than the executing user does not make sense for a single script execution, so this feature is geared toward those who wish to permanently install the snap-in on the local system as part of package execution. If you fill in the “Permanent Snap-in Path” field, the installation of the snap-in will be installed to the specified folder and will remain installed after the package execution is complete.
Note: Installation of snap-ins requires admin permission. If the packaged script is using alternate credentials this should not be an issue, but if you are having users run this in their own context be aware that using this feature does not change the security requirements for PowerShell snap-in registration.
64-Bit Support
While you can run 32-bit packaged scripts on 64-bit systems, new to this release is the option to package the script as a native 64-bit package.
From the main settings panel, choose from the following CPU type options:
Please note that packaged scripts always initially started by a small 32-bit launcher application. After this bit of code runs, the process started will depend on the CPU type selected: If 32-bit, only 32-bit binary apps are in the package and they are executed with no check. If 64-bit, only 64-bit binary apps are in the package and they are executed with no check. Finally, if auto-detect is specified, both 32-bit and 64-bit binary apps are in the package and at execution time the target system is checked and the appropriate ones are used.
Hide PowerShell Console
Many PowerShell scripts will generate a console window and that is fine, but if you are packaging a script that is based on a graphical form (such as one generated by our ScriptForm Designer) checking the option to “Hide PowerShell Console” will ensure that only your form is displayed and not the customary console window along with it.
Filed under: Features | Comments Off on ScriptPackager Enhancements in ASE4
Did you know that you can right click on a tab and choose “Script Properties” to see information and options for that script? Give it a try! When you right click on a tab and choose “Script Properties” in ASE you’ll see:
Change log entries are inserted into a dynamically updated region called “Changelog” (which will initially be created at the very top of the script). There are some further settings to control change log entries in ASE options listed under “Formatting > Change log” where you may specify the format of the change log entries including control over what categories are offered and optional use of several variables for entering dynamic data within the entry (dates, domain, user, etc.). Finally there is also the ability to globally pop up change log entries on all scripts, with an additional option to help prevent it from being dismissed (requiring the user enter some kind of detail and not just hit OK or Cancel).
Filed under: Features | Tagged: backups, changelog | Comments Off on Script Tab Properties
You must be logged in to post a comment.