Advanced Installer
  • 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:

    How To Execute Powershell Custom Actions in MSI

    for devs
    For Developers

    How To Execute Powershell Custom Actions in MSI

    for professional
    For IT Pros

    How To Execute Powershell Custom Actions in MSI

    for msp
    For Managed Service Providers
    orBrowse all features ›
    Get a FREE Personalized Demo!
  • Analytics
  • Help
  • Community
  • Blog
  • Pricing
  • 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
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

Thank you for
subscribing!

Newsletter

Newsletter

Msix troubleshooter free tool
Msix troubleshooter free tool

MSIX Troubleshooter: A Free Tool for Debugging MSIX Installations

“Your package is not digitally signed”.. “The certificate is not installed on your machine”.. “A new package is already installed..”

#MSIX #NEWS
Handle appdata custom actions
Handle appdata custom actions

How to handle AppData in MSI using Custom Actions

Many applications keep settings or configurations in files that later get stored in per-user based locations, such as %appdata% or %localappdata% folders.

See author's page
Alex Marin

April 8th, 2021 · 4min read

#MSI #WINDOWS #APPDATA
App compatibility issues
App compatibility issues

App Compatibility Issues in MSIX Containers. And how to fix them - Webinar Summary

We all know that MSIX is an evolving technology - but it is not a fix-all for all the situations we encounter when running Windows applications.

#MSIX #WEBINAR
Ai v18
Ai v18

Advanced Installer 18.1 Released

Advanced Installer 18.1 is another step forward towards more automation, and less manual packaging.

March 23rd, 2021

Windows installer registration
Windows installer registration

Why you should always register your MSI with Windows Installer

In this article, we will explore what happens during a Windows Installer registration and what are the repercussions that appear if you don't register your MSI during installation.

See author's page
Alex Marin

March 18th, 2021 · 5min read

#MSI #WINDOWS
Msi permissions guide
Msi permissions guide

MSI Permissions Guide: Three Ways to Add Rights With your Installer

Applications often require different types of permissions to operate smoothly - so adding permissions to files, folders, and registry keys is a standard practice in MSI.

See author's page
Alex Marin

March 12th, 2021 · 8min read

#MSI #CUSTOM-ACTION
Msix notepad pugins
Msix notepad pugins

How to Add Notepad++ plugins to an MSIX package

Did you package Notepad++ as an MSIX, and need to add extra plugins to it?

See author's page
Alex Marin

February 25th, 2021 · 3min read

#MSIX #TIPS
Ai v18
Ai v18

Advanced Installer 18.0 Released

For over 15 years, we've been releasing a new version of Advanced Installer each month. Our February release brings you more than 30 enhancements and bug fixes.

February 22nd, 2021

Banner add digital signature timestamp
Banner add digital signature timestamp

Why a Digital Signature Timestamp is Always Required

With the experience of unfortunate security breaches in recent years, the focus of making safe and reliable applications has increased in the software industry. This is why adding a digital signature to your application has become a must -- and for MSIX applications it is mandatory.

See author's page
Radu Popescu

February 17th, 2021 · 5min read

#DIGITAL-SIGNATURE #TIPS
Msix visual studio
Msix visual studio

How To: Create MSIX Package in Visual Studio

Microsoft Visual Studio is the most popular integrated development environment (IDE) among Windows developers. It supports a large variety of programming languages including C, C++, C#, F#, Visual Basic .Net, JavaScript, among others.

See author's page
Horatiu Vladasel

February 10th, 2021 · 4min read

#VISUAL-STUDIO #MSIX
Msix packaging fundamentals webinar summary
Msix packaging fundamentals webinar summary

MSIX Packaging Fundamentals Q&A Webinar Summary

On December 2nd of 2020, MSIX Packaging Fundamentals book authors Tim Mangan, Bogdan Mitrache, and Kevin Kaminski answered a series of questions within the MSIX Packaging Fundamentals Q&A live webinar.

#MSIX #WEBINAR
Automatic msix downgrades
Automatic msix downgrades

How to Set Automatic MSIX Downgrades with .appinstaller

As we've emphasized before, we're big fans of MSIX technology here at Advanced Installer. It has brought more control to developers when it comes to their packages -- as it includes options for repackaging, rolling back updates and even downgrade scenarios.

See author's page
Alex Marin

January 27th, 2021 · 5min read

#MSIX #TIPS
Ai v17
Ai v17

Advanced Installer 17.9 Released

Whether you create your .msixupload package manually or by using Visual Studio, there are cases when you need to perform quick edits on your file before uploading it to the Microsoft Store.

January 25th, 2021

Deferred custom actions
Deferred custom actions

How to Use CustomActionData to Access Windows Installer Properties in Deferred CustomActions

In my experience, CustomActions can be difficult to add and set up, especially in MSI, often requiring reviewing lengthy documentation or dealing with unexpected failures or bugs. If you started your career prior to the App-V and MSIX era, you have probably come across various applications installers that required reverse engineering work.

See author's page
Horatiu Vladasel

January 20th, 2021 · 8min read

#CUSTOM-ACTION #TIPS #WINDOWS
Build visual studio from azure
Build visual studio from azure

How-To: Build an Advanced Installer Visual Studio Project from Azure DevOps

In this article, you will learn how to configure and build an Advanced Installer Visual Studio Project(AIPROJ) from an Azure DevOps pipeline.

See author's page
Ciprian Burca

January 13th, 2021 · 3min read

#AZURE #DEVELOPERS #TIPS #DEVOPS
Automatic msix fixups banner
Automatic msix fixups banner

Smart PSF: Add a Fixup to Your MSIX Application

As software packagers, we know the struggle that comes with new technologies. And there's no need to sugarcoat it -- is downright stressful.

See author's page
Bogdan Mitrache

December 21st, 2020 · 3min read

#MSIX #TIPS
Msix environment variables types
Msix environment variables types

How to use any type of Environment Variable in MSIX

In a previous article we had a look on how Environment Variables work with MSIX. We now know that in MSIX, Environment Variables are redefined as AppExecutionAlias.

See author's page
Alex Marin

December 21st, 2020 · 3min read

#MSIX #TIPS
Ai v17
Ai v17

Advanced Installer 17.8 Released

Ever since we worked together with Microsoft to launch the MSIX we commited to bring you the most powerful MSIX packaging solution available on the market. We are aware that application compatibility issues together with the MSIX limitations complicate your modernization and this release bring majors improvements to smoothen your MSIX adoption.

December 21st, 2020

Msix windows services banner
Msix windows services banner

Introduction to Windows Services in MSIX

Up until 2020, Windows Services were not supported in MSIX -- which represented a blocker for organizations looking to transition their applications (that used Windows Services) to MSIX technology.

See author's page
Horatiu Vladasel

December 17th, 2020 · 5min read

#MSIX #WINDOWS #SERVICES
Banner immediate custom action
Banner immediate custom action

Don't Do It: Use Immediate CustomAction For Changing The System State

TL;DR: Let's put it bluntly, you should never set a CustomAction to “Immediate” when you intend to change the system state.

See author's page
Horatiu Vladasel

December 9th, 2020 · 7min read

#CUSTOM-ACTION #TIPS
  • 1
  • 17
  • 18
  • 19
  • 20
  • 21
  • 36
  • 1
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 36
  • 1
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 36

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
  • Refer a Friend

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

COMMUNITY

  • r/AdvancedInstaller
  • r/AppPackagingTraining
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