AdminStudio Professional

Création de packages et déploiement fiable des applications.

Publié par Flexera
Distribué par ComponentSource depuis 2002

Prix à partir de : $ 14,162.83 Version : 2023 R2 SP1 Mise à jour : Dec 21, 2023

i

On 01-Sep-2021, Revenera/Flexera changed the licensing model of the InstallShield and AdminStudio product lines. All new licenses are now 3 year non-perpetual Timed Subscription licenses. Perpetual licenses are no longer available for purchase. At the end of the Timed Subscription, you have to renew the Subscription to continue to create new/edit existing installation scripts. If you have an...

Show more

On 01-Sep-2021, Revenera/Flexera changed the licensing model of the InstallShield and AdminStudio product lines. All new licenses are now 3 year non-perpetual Timed Subscription licenses. Perpetual licenses are no longer available for purchase. At the end of the Timed Subscription, you have to renew the Subscription to continue to create new/edit existing installation scripts. If you have an existing Perpetual License with Maintenance Plan that was purchased before 1-Sep-2021 AND that Bronze/Silver/Gold Maintenance Plan has not expired, you can renew that active Maintenance Plan for an additional year. If you let that Perpetual License Maintenance Plan expire, you will be required to buy a new Timed Subscription (non-perpetual) license to continue to receive upgrades and support.

AdminStudio Professional 2023 R2 SP1

Released: Dec 21, 2023

Mises à jour de 2023 R2 SP1

Fonctionnalités

  • New Backlog Reports
    • On the Reports tab, a new Backlog Reports ribbon button has been introduced. On the Backlog Reports view, you can get a comprehensive snapshot of the package requests in the Backlog tab through the following pie-chart reports:
      • Package Feed Coverage.
      • Application Catalog Coverage.
      • Package Request Status.
      • Automation Subscription.
      • Package Request Source.
  • Custom Detection Script for Intunewin Packages
    • In the Import Options > General tab of the Options dialog box, a new Custom Detection Script section has been added. When legacy package types (MSI/EXE) are converted to the Intunewin package, the detection methods from the legacy packages are copied over to the Intunewin packages. If this option is selected, a custom PS1 script will be added as a detection rule to the Intunewin packages converted from legacy packages, especially EXEs, that do not already have detection methods.
    • Setting Default Intune Deployment Properties on the Options Dialog Box - You can specify the default values for the Intune deployment model properties that are assigned to Intunewin package when it is imported into the Application Catalog on the Import Options > Deployment Properties Defaults (previously named Application Model Defaults) > Intune tab of the Application Manager Options dialog box.
  • MSIX Editor Enhancements
    • The following improvements have been added to the MSIX Editor.
      • Recently Opened Packages Page - The Recently Opened Packages page has been introduced when you launch the MSIX editor. The Recently Opened Packages page lists the most recently accessed MSIX packages, their locations, and the dates.
      • Custom Name for Fixups - In the Fixups view, a new Fixup Name field has been introduced. This new editable field gives you the ability to provide your desired custom name to the Fixups when you apply it to an MSIX package. You can also rename the existing fixup name by right-clicking on the Fixup node and select Rename Fixup from the context menu.
  • Support for Azure SQL in Automated Application Converter (AAC)
    • In the Automated Application Converter (AAC), you can now connect to the AdminStudio catalog that is hosted on Azure SQL to import packages for conversion. Select the Azure SQL option in the Package Import Wizard and provide the required details to connect to Azure SQL.
  • Support for Microsoft Windows 11 - 23H2
    • You can now test compatibility of your applications against the latest Windows Operating Systems: Windows 11 23H2.
  • Support for ConfigMgr 2309
    • In this release, you can distribute the following deployment types to Microsoft ConfigMgr 2309:
      • Windows Installer (MSI).
      • MSIX Package.
      • Legacy installer (EXE).
      • PowerShell wrapped packages (PS1).
      • App-V (4.x and 5.0).
      • Apple iOS (binary file and public store).
      • Google Android (binary file and public store).
  • PowerShell Cmdlets / REST API Enhancements
    • The following new PowerShell Cmdlets and REST APIs have been added:
      • Get-ASBacklogPackageRequestStatus.
    • The following existing PowerShell cmdlet has an extended support:
      • Get-ASAppModelData.
      • Set-ASAppModelData.
      • Remove-ASAppModelData.
    • The following new input parameter has been added to Get-ASAppModelData, Set-ASAppModelData and Remove-ASAppModelData:
      • DistributionSystem - If this parameters is provided, you can get, set, and remove deployment data for the different Distribution System by choosing any pre-defined set of values (ConfigMgr, Intunewin, or WorkspaceONE).
  • InstallShield 2023 R2
    • Added support for the the following features from the release of InstallShield 2023 R2:
      • New Setting to Enable 64-Bit Signing Framework
        • This release introduces a new setting named 'Use 64-Bit Signing' on the Signing tab of the Releases explorer on the Media view, that enables you to use the 64-bit signing framework to digitally sign a package. Available options are:
          • Yes - Enables the 64-bit signing framework to digitally sign.
          • No - Enables the 32-bit signing framework to digitally sign.
          • By default, this setting is set to No.
      • Automation Interface Support to Override the Setup.exe Version
        • This release introduces an automation interface support named LauncherFileVersion, to override the default file version with a custom file version for the Setup.exe. This read-write string property of the ISWiReleases object is available in the Basic MSI, InstallScript, and InstallScript MSI projects.
      • Setup.exe's New Parameter to Customize Temporary Extraction Directory
        • For the Setup.exe launcher, this release introduces a new command-line parameter named /tempextractpath.
        • By default, the InstallShield setup extracts temporary files to the %TEMP% directory, loads these files to complete the installation, and then removes them once installation is completed. These temporary files include support files, billboards, and other InstallShield engine files used for executing custom actions. There are a few environment restriction scenarios, such as an antivirus which blocks an application from running executables from this %TEMP% extracted directory.
        • Using this parameter is recommended to customize the extraction directory in these scenarios. Security aspects have been considered by InstallShield while extracting and loading these files and binaries from a customized location.
      • Support for Digitally Signing .mst Files Using Build Events
        • Previously, there was no option to sign .mst files from build events that were generated during build time. This prevented the customers from using the alternative signing scripts from build events instead of the InstallShield built-in signing option.
        • This release includes support to digitally sign .mst files, by enabling you to specify the script for signing them using the Precompression Event setting on the Event tab for a release in the Releases explorer on the Media view.
      • Missing Components Now Displayed in Build Errors
        • In previous releases, when upgrading to the latest version of InstallShield, if some files are unavailable in a specific directory, the build errors that were generated specified only the missing files, not their missing components.
        • In this release, to improve troubleshooting, build errors now list both missing component names and missing files.
      • New Prerequisite for Microsoft SQL Server 2022
        • This release introduces a prerequisite named Microsoft SQL Server 2022 Express (x64) for SQL Server 2022. This prerequisite has been added in the Redistributables explorer of the Application Data view. This applies to the following project types:
          • Basic MSI.
          • InstallScript.
          • InstallScript MSI.

Correctifs

  • Azure hosted database upgrade is failing with insufficient privileges.
  • While converting packages to Intunewin, cannot browse to a network path for the Output Directory in the Conversion wizard.Error while uninstalling the AdminStudio.