Navigation
  • SEARCH HERE
  • SOLUTIONS
    • Information Security Solutions
      • Enterprise Application Security Solutions in Asia
      • Network & Infrastructure Security Solutions
      • Zero Trust Security
      • Security Information and Event Management
      • Remote Monitoring & Management (RMM)
      • File Integrity Management
      • Systems Administration Tools
      • Data Loss Prevention
      • Data / Password Recovery
      • IT Management Solution Offering | Distributor in Asia
      • Identity and Access Management Solution Offering | Distributor in Asia
      • Employee Activity Monitoring (EAM)
      • Digital Forensic Investigation
    • Software Development Solutions
      • Integrated Development Environments
      • Development Components
        • UI Tools
        • Networking Components
        • Office Components
        • Barcode Components
        • Communication Components
      • Imaging Solutions
      • Software Localization
      • Release Automation & Management
      • eLearning Authoring Solutions
      • Charting Solutions
      • PDF Solutions
      • Reporting Solutions
      • Testing & QA
      • Text Retrieval / Enterprise Search
      • Database
  • Services
    • Live Solution Walkthroughs
    • Implementation Services
    • Best Practices Consulting
    • Pre-Sales and Post-Sales Services
  • What's New
    • Our Event
    • Our Blogs
    • Special Offers
  • About
    • About LOGON Software Asia
    • Our Partnership
  • Publishers - Join our network
  • Resellers - Expand your portfolio
  • Procurement Managers
Site logo
  • Solutions
    • Information Security Solutions
      • Identity and Access Management
        • Privileged Access Management (PAM)
        • Multi-Factor Authentication (MFA)
        • Identification Verification (IV)
        • Self-Service Password Reset (SSPR)
      • Network & Infrastructure Security
        • DDoS Mitigation and Protection
        • Digital Forensic Investigation
        • Malware Detection & Analysis
        • Network Monitoring Software
        • Email Security
        • Log Monitoring
      • Endpoint & Device Security
        • Patch Management
        • Remote Monitoring & Management (RMM)
        • Employee Activity Monitoring (EAM)
        • Mobile Device Management (MDM)
      • IT Management
        • IT Service Management
        • IT Asset Management
        • Software Asset Management
        • Hardware Asset Management
        • Software License Management
        • Systems Administration Tools
      • Application Security
        • Development Security | Shift Left AppSec | SAST, SCA, IAST
        • Runtime Protection Solutions | DAST, RASP, WAF, Container Security
        • Strategic Management Solutions | ASPM, MAST, VAPT
      • Data Security
        • Data / Password Recovery
        • File Integrity Management
        • Data Loss Prevention
      • Cloud Security
        • Cloud Security Posture Management
        • Cloud Work Protection
      • External Attack Surface Management
        • Cyber Threat Intelligence
        • Third Party Risk Management
      • Security Operations & Incident Management
        • Security Information and Event Management
        • Security Orchestration, Automation and Response (SOAR)
      • Zero Trust Security
    • Software Development Solutions
      • Integrated Development Environments
      • Imaging Solutions
      • UI Tools
      • Charting Solutions
      • Developer Tools
      • Database
      • Networking Components
      • Office Components
      • Barcode Components
      • Release Automation & Management
      • Software Localization
      • Communication Components
      • Automated Testing
      • eLearning Authoring Solutions
      • Reporting Solutions
      • Text Retrieval / Enterprise Search
      • Testing & QA
  • Services
        • Live Walkthrough Sessions

          Experience the full feature of our key solutions through live platform

          View All Sessions >
        • Implementation Services
        • Pre-Sales and Post-Sales Services
        • Best Practices Consulting
  • Partners
    • Our Partners
    • Partner with LOGON Today!
      • Vendors - Join Our Network
      • Resellers - Expand Your Portfolio
      • Procurement Managers
  • Resources
        • ABOUT US

        • About Us
        • Our Locations
        • Careers@LOGON - We are hiring !
        • DISCOVER

        • Our BlogsNEW BLOGS
        • Our EventsJOIN UPCOMING EVENTS
        • LOGON to CyberSecurity PodcastNEW EPISODES
        • GET HELP

        • Contact Us
        • Help Desk
        • Request a Demo
        • Request a Quote
        • COMPLIANCE

        • 🇭🇰 Hong Kong PDPO
        • 🇮🇳 India DPDP Act
        • 🇸🇬 Singapore PDPA
        • 🇹🇭 Thailand PDPA
  • More results...

View large
Blog, InstallShield Blog, Revenera Blog

InstallShield 2024 Now Available!

revenera-01

InstallShield 2024 R1 Now Available:

We are thrilled to announce the release of InstallShield 2024 R1! This release brings a host of exciting new features that will streamline your application installation processes and empower you to deliver exceptional user experiences.

Let’s dive into the highlights of this release!

InstallShield 2024 R1 Release Notes

New Features

Support for .NET Core Custom Actions

InstallShield 2024 R1 introduces support for .NET Core custom actions in the Custom Actions and Sequences view. This allows you to add .NET Core-based assembly files to your projects. The .NET Core custom action type calls a public method in a .NET assembly written in managed code such as Visual Basic .NET or C#. This feature is available for Basic MSI, InstallScript MSI, and Suite/Advanced UI project types.

 

Enhanced Database Import Wizard for SQL Scripts

The Database Import Wizard in the SQL Scripts view has been improved in InstallShield 2024 R1. It now includes SQL Server Management Objects (SMO), enabling you to import database settings and generate SQL script files more accurately and efficiently. This enhancement also helps resolve legacy script issues reported by customers.

 

Enhancements

Ability to Prevent Multiple Executions of Setup.exe

PROJECT: This information applies to the following project types:

  • Basic MSI
  • InstallScript MSI

InstallShield 2024 R1 introduces a new setting called Prevent Multiple Launches on the Setup.exe tab for a release in the Releases view. This setting allows you to specify whether you want to prevent multiple executions of the setup.exe file at the same time. The options are:

  • Yes—Prevents multiple executions of the setup.exe file at the same time.
  • No—Allows multiple executions of the setup.exe file at the same time.

By default, this setting is set to No. For more information, see the Setup.exe Tab for a Release in the InstallShield Help Library.

NOTE: This change was tracked in ISDEV-42964.

 

Run a Suite Installation Silently Without Downloading Updates

PROJECT: This information applies to the Suite/Advanced UI projects.

In InstallShield 2024 R1, a new command-line parameter named /skipupdate allows you to run a Suite/Advanced UI silent installation without downloading updates. Use the /skipupdate parameter to skip update downloads and proceed with a silent installation:

plaintext
Copy code
Setup.exe /silent /skipupdate

NOTE: This command-line parameter enhances a Suite/Advanced UI installation in silent mode.

NOTE: This change was tracked in ISDEV-43716.

 

Ability to Hide Property Value in Verbose Log

PROJECT: This information applies to the following project types:

  • Basic MSI
  • InstallScript MSI

In InstallShield 2024 R1, you can hide specific property values in the verbose log file using the MsiHiddenProperties property. Set the required property as a value of MsiHiddenProperties in the Property Manager view of Behavior and Logic. This ensures the property value, defined in the Install properties setting for a selected package of the Chained .msi Packages explorer in the Releases view of the Media, is not visible in the verbose log file.

NOTE: This change was tracked in ISDEV-32736.

 

Ability to Specify EV/OV Token Password Using Command Line

In InstallShield 2024 R1, you can specify the EV/OV token password via the cert_password parameter in the command line build to sign the files in the project.

NOTE: This change was tracked in ISDEV-43922.

 

Ability to Display Proper Image at 125% and 175% Scaling

In InstallShield 2024 R1, images on the Suite Loading screen during installation will display correctly when Windows scaling is set to 125% and 175%.

NOTE: This change was tracked in ISDEV-43034.

Start Free Trial

Get started with InstallShield, a powerful yet easy-to-use solution, ideal for both novice and seasoned installation developers.

  • This field is for validation purposes and should be left unchanged.
  • This field is hidden when viewing the form
  • This field is hidden when viewing the form

InstallShield is the industry standard for developers creating installers for Windows desktops, servers, virtual, and cloud platforms. InstallShield Premier Edition offers the most comprehensive list of features users can expect out of an installation solution.

In today’s competitive world, simplicity and reliability are paramount to delivering a seamless customer user experience. Using a modern designer interface, InstallShield Premier enables you to build clean installs and effortlessly create native MSIX packages or convert an MSI file into an MSIX package. In addition, the Premier edition provides:

  • Simplified builds within Docker,
  • The ability to combine Appx packages,
  • Enhanced control for suite installation authors,
  • Automatic provisioning to virtual machines for simple installation testing,
  • And much more.

Flexible, Modern Software Installation

Create native MSIX packages, build clean installs, and build installations in the cloud with InstallShield from Revenera.

Solution Highlight

Preparing for MSIX? InstallShield is ready.

Start the free trial today with the powerful yet easy-to-use solution, ideal for both novice and seasoned installation developers.

Start Free Trial

Privacy Policy Company Overview

COMPANY

Our Location Career with LOGON Our Partners

SERVICES

Training Services Implementation Services Pre-Sales and Post-Sales Services Best Practices Consulting

GET IN TOUCH

Phone:
Hong Kong: +852 2512 8491
India: +91 70220 22744 / +91 63668 26133
Email: [email protected] ©2025 LOGON International Ltd. All rights reserved
logon logo WHITE

Search engine

Use this form to find things you need on this site

More results...

Fill in the form below
  • This field is for validation purposes and should be left unchanged.
  • This field is hidden when viewing the form
  • This field is hidden when viewing the form

Watch On-demand Webinar

  • This field is for validation purposes and should be left unchanged.

Get Your Free UserLock Trial

  • This field is for validation purposes and should be left unchanged.

Download Your Free Trial 10-Day Trial Today

  • Downloading and evaluating Smart Package Studio is quick and easy
  • Includes a short introductory guide that suggests smart features to try
  • Access the full functionality of Smart Package Studio during the trial
  • This field is for validation purposes and should be left unchanged.

Request for Priority Support with our support team

  • This field is for validation purposes and should be left unchanged.
  • Drop files here or
    Max. file size: 30 MB.

    Get Free Assessment of your Web Asset

    Request a free non-intrusive security assessment of your website. Get a report with an overview of client-side security risks.

    • This field is for validation purposes and should be left unchanged.
    • This field is hidden when viewing the form

    Recommend a Topic

    • This field is for validation purposes and should be left unchanged.

    Partner with Us on the next episode

    • This field is for validation purposes and should be left unchanged.

    Watch On-demand Webinar

    • This field is for validation purposes and should be left unchanged.
    Start PreCrime Network for Free

    Oops! We could not locate your form.

    Book a Free Demo Today

    Get Your Free Trial

    Oops! We could not locate your form.

    Get Your Free Trial
    • This field is for validation purposes and should be left unchanged.
    • This field is hidden when viewing the form
    • This field is hidden when viewing the form
    Request for Training Quote

    Oops! We could not locate your form.

    Request for Training Quote

    Oops! We could not locate your form.

    Request for Training Quote

    Oops! We could not locate your form.

    Request for Training Quote
    • This field is for validation purposes and should be left unchanged.
    • Please enter a number from 1 to 20.
    • This field is hidden when viewing the form
    Request for Training Quote
    • This field is for validation purposes and should be left unchanged.
    • Please enter a number from 1 to 20.
    • This field is hidden when viewing the form
    Request for Training Quote
    • Please enter a number from 1 to 20.
    • DD slash MM slash YYYY
    Request for Training Quote
    • This field is for validation purposes and should be left unchanged.
    • Please enter a number from 1 to 20.
    • DD slash MM slash YYYY
    Request for Training Quote
    • This field is for validation purposes and should be left unchanged.
    • Please enter a number from 1 to 20.
    • DD slash MM slash YYYY
    Request for Training Quote
    • This field is for validation purposes and should be left unchanged.
    • Please enter a number from 1 to 20.
    • This field is hidden when viewing the form