Advanced Installer
Trusted Signing
Integration
Learn more ›
  • features by EDITION:
    icon ArchitectArchitect
    Manage any packaging project with our Repackager, MSI(X) editing, and MECM/Intune integration for a complete application lifecycle.

    Explore Architect Features ›

    icon EnterpriseEnterprise
    Automate team workflows with CI/CD integrations & auto-updates for your end-users, while leveraging our team management portal for smooth collaboration.

    Explore Enterprise Features ›

    icon ProfessionalProfessional
    Create secure MSI, EXE, and MSIX installers with PowerShell Automation, Visual Studio Integration, and Trusted Signing for robust packaging.

    Explore Professional Features ›

    icon FreeFreeware
    Build basic installers quickly with essential tools for small packaging projects.

    Explore Freeware Features ›

    FEATURES by role:
    for devs
    For Developers
    for professional
    For IT Pros
    for msp
    For Managed Service Providers
    orBrowse all features ›
    Get a FREE Personalized Demo!
  • Academy
  • Analytics
  • Help
  • Community
  • Blog
  • Purchase
  • Download
Start Free Trial
BlogThe MSIx Experts Crib
All Categories
Advanced Installer Releases
MSIX
MSIX
PSF
Scripting & Deployment
Appdata
Application resources
Automation
Custom action
MSP
MST
Powershell
Update
Windows
Testing
Intune
SCCM
Automation & Continuous Integration
Azure
Continuous integration
Devops
IIS
Jenkins
Python
Teamcity
Visual studio
Web
Database
Updater
Conversion & Editing
Application virtualization
AppV
AppX
Desktop bridge
Import
Installer compression
Installer conditions
Java
Localization
Bootstrapper
Migration
MSI
Services
User interface
Wise
Wix
XML
Digital signature
Tips
Repackaging
Enterprise packaging
Packaging series
Repackager
Virtual machine
Free tools
Hover
Tools
Product & News
Event
False positive
Licensing
Malware
News
Virus
Webinar
Documentation
Analytics
Analytics
Security
Security
RSS
icon subscribe mail

Check your inbox and confirm the
subscription

Newsletter

Newsletter

Check software digital signature
Check software digital signature

How to Verify Software Digital Signature with SignTool, Scripts, or Advanced Installer

Ensuring the integrity and authenticity of software is essential for maintaining security and user trust. Digital signatures provide a reliable method for verifying the origin and integrity of files, helping to prevent tampering and unauthorized modifications.

See author's page
Alex Marin

November 8th, 2024 · 5min read

#DIGITAL-SIGNATURE
Register file association with wix
Register file association with wix

How to Register File Types/Extensions with a WiX Installer?

File associations play a key role in enhancing user experience and streamlining workflows.

See author's page
Renato Ivanescu

November 8th, 2024 · 3min read

Ai v22
Ai v22

Advanced Installer 22.2 Released

The latest version of Advanced Installer, 22.2, introduces nested context menus for file associations in MSI packages, simplifying file type management and navigation.

November 4th, 2024

Uninstall previous app version with inno setup
Uninstall previous app version with inno setup

How to Automatically Uninstall a Previous Application Version with Inno Setup

Updates are crucial in software development, enabling developers to add new features, fix bugs, and enhance security. Regular updates are essential to maintaining the performance and reliability of applications.

See author's page
Renato Ivanescu

October 25th, 2024 · 5min read

#AUTOMATION #TOOLS
Deploy exe via gpo with powershell
Deploy exe via gpo with powershell

How to Deploy an EXE File via Group Policy Using PowerShell

Group Policy Objects (GPOs) are a powerful feature of Windows environments that enable administrators to control and configure operating systems, programs, and user settings across a network.

See author's page
Alex Marin

October 25th, 2024 · 3min read

#POWERSHELL #AUTOMATION
Intune run win32 app installation 64 bit context
Intune run win32 app installation 64 bit context

How to Force Intune to Run App Installations in a 64-bit Context

Those of you already familiar with Intune might have noticed that, by default, Intune runs the application installer process in a 32-bit context. Unlike SCCM, Intune doesn’t offer an option to start app installation in a 64-bit context with a simple checkbox.

See author's page
Horatiu Vladasel

October 18th, 2024 · 3min read

#INTUNE
Sign exe with code signing certificate
Sign exe with code signing certificate

How to Sign an EXE With a Code Signing Certificate

Signing an executable (EXE) file with a code signing certificate is essential for ensuring the authenticity and integrity of the software, especially in security-conscious environments.

See author's page
Alex Marin

October 10th, 2024 · 4min read

#DIGITAL-SIGNATURE #EXE
Apply hkcu registry key for all users
Apply hkcu registry key for all users

How to Apply Current User (HKCU) Registry Values for All Users During Installation

In an enterprise environment, applications are often deployed via configuration management tools like Intune, SCCM (MECM), or similar. These installations typically occur in the system context because end users lack administrative privileges. As a result, user-specific registry keys under the HKEY_CURRENT_USER (HKCU) hive are not applied during the installation process.

See author's page
Radu Popescu

October 10th, 2024 · 4min read

#CUSTOM-ACTION #POWERSHELL
Digitally sign powershell script
Digitally sign powershell script

How to Digitally Sign a PowerShell Script - A Step-by-Step Guide

PowerShell scripts are an effective tool for automating tasks, but with great power comes a need for security.

See author's page
Alex Marin

October 4th, 2024 · 3min read

#DIGITAL-SIGNATURE #POWERSHELL
Ai v22
Ai v22

Advanced Installer 22.1 Released

The latest version of Advanced Installer introduces a new predefined custom action that enables copying Current User registry values to all users during installation.

October 1st, 2024

Imagemagick msix built and signed with trusted signing
Imagemagick msix built and signed with trusted signing

ImageMagick MSIX is Now Built and Signed with Trusted Signing via Advanced Installer

The ImageMagick team has recently adopted Trusted Signing to enhance the security and reliability of its binaries and installers.

See author's page
Dirk Lemstra

September 26th, 2024 · 5min read

#DIGITAL-SIGNATURE
Code signing certificates types
Code signing certificates types

Code Signing Certificates Types: Standard vs. Extended Validation (EV)

In today's IT world, keeping software distribution secure and maintaining its integrity is crucial.

See author's page
Horatiu Vladasel

September 24th, 2024 · 3min read

#CODE-SIGNING #DIGITAL-SIGNATURE
Install net framework prerequisite with inno setup
Install net framework prerequisite with inno setup

How to install the .NET framework as a prerequisite using Inno Setup

Software applications often require certain components, like runtime environments, databases, or other software to run properly. It’s important to make sure the right versions of these components are installed before the main application runs.

See author's page
Renato Ivanescu

September 23rd, 2024 · 5min read

#APPLICATION-RESOURCES #TOOLS #TIPS
Simplify software deployment with pdq deploy
Simplify software deployment with pdq deploy

A Beginner's Guide to Simplifying Software Deployment with PDQ Deploy

Configuration Manager as well as Intune are by all means the most widely used of the software deployment tools within organizations worldwide. Although these are truly great tools for big corporations, they might be a bit out of the scope for small or medium size organizations due to their complication and a lot of learning is required.

See author's page
Horatiu Vladasel

September 13th, 2024 · 5min read

#TOOLS
Digitally sign msi installer different methods
Digitally sign msi installer different methods

How to digitally sign an MSI installer using different methods

Ensuring the security and integrity of software applications is a key part of modern digital safety practices. Digitally signing an MSI file from the command line is a straightforward process that enhances the security and trustworthiness of your application.

See author's page
Radu Popescu

September 13th, 2024 · 4min read

#DIGITAL-SIGNATURE #POWERSHELL
Check if net framework version is installed with inno setup
Check if net framework version is installed with inno setup

How to Check if a Specific .NET Framework Version is Installed using Inno Setup

Many applications require additional components installed on the target system to run properly. Therefore, before installing an application, it’s important to ensure all prerequisites are met. One common prerequisite is the .NET Framework.

See author's page
Renato Ivanescu

September 6th, 2024 · 5min read

#TIPS #LOCALIZATION
Advanced installer windows 7 deprecation
Advanced installer windows 7 deprecation

Windows 7 Deprecation Announcement

With the release of Advanced Installer version 22.0, our software can no longer be installed on Windows 7.

See author's page
Alexandra Stoienescu

September 6th, 2024 · 2min read

#WINDOWS-7 #NEWS
Introducing samples gallery in advanced installer
Introducing samples gallery in advanced installer

Introducing the Samples Gallery: Ready-to-Use Projects and Extensive Tutorials

We’re excited to introduce a new feature in Advanced Installer: the Samples Gallery. This feature is designed to provide ready-to-use sample projects and comprehensive tutorials, making it easier to implement and understand the many features Advanced Installer has to offer.

See author's page
Danut Ghiorghita

August 26th, 2024 · 3min read

#NEWS #TIPS
Create desktop shortcut icon with inno setup
Create desktop shortcut icon with inno setup

How to create a desktop shortcut icon with Inno Setup

In this blog article, I’ll show you how to create a desktop shortcut icon for your main executable using Inno Setup.

See author's page
Radu Popescu

August 22nd, 2024 · 5min read

#TIPS #TOOLS
Ai v22
Ai v22

Advanced Installer 22.0 Released

The latest release of Advanced Installer brings us into the final stages of the WinUI migration. Replacing an outdated UI framework while adding new predefined functionality is always a challenge.

August 21st, 2024

  • 1
  • 2
  • 3
  • 4
  • 5
  • 35
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 35
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 35

Popular Articles

We use cookies to enhance your experience and analyse site traffic. Read our Cookie Policy.
packitlogo
PacKit, built by Advanced InstallerGive feedback & get 12 months at 90% off
Book Now!

CAPHYON PRODUCTS

  • Advanced Installer
  • PacKit
  • Installer Analytics
  • Advanced Web Ranking
  • Clang Power Tools
  • Wattspeed
  • Bytes Route

COMPANY

  • About Us
  • Contact
  • Partners
  • Press Information
  • Referral Program

PRODUCT

  • Manage Your Account
  • Help
  • Download
  • Documentation
  • Features
  • Forum
  • Pricing
  • Free Trial
  • Customers
  • Release Notes
  • Case Studies
  • Testimonials
  • Get a Demo

RESOURCES

  • MSIX Packaging Fundamentals ebook
  • Advanced MSI Packaging ebook
  • MSI Packaging ebook
  • MSIX Ready
  • MSIX Introduction
  • Alternatives
  • Packaging Checklist for Devs
  • MSIX Succinctly ebook
  • Installer Testing Guide ebook
  • Integration with Visual Studio
  • Advanced Installer Upgrade Guide
  • Trusted Signing Integration
  • Blog

FREE TOOLS

  • MSIX Troubleshooter
  • MSIX Tweaker
  • Advanced Installer Express
  • Advanced Installer Free
  • Hover
  • PacKit Free
  • TweakAppV
  • Visual Studio Extension

Application Packaging Academy

MSI Packaging Essentials Training and Certification
Advanced MSI Packaging Training and Certification

CONNECT

  • RSS
  • Twitter
  • YouTube
  • LinkedIn
  • Facebook
  • GitHub
  • Stack Overflow
Advanced Installer, a Microsoft Partner

Application Packaging Academy

MSI Packaging Essentials Training and Certification
MSI Packaging Essentials Training and Certification
Advanced Installer, a Microsoft Partner
Advanced Installer, a Microsoft Partner
© Caphyon 2002 - 2025 Ltd. Trademarks belong to their respective owners. All rights reserved.
Privacy  |  Site Map