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:

    App-V 5.x Compatibility and Automatic Fixes

    for devs
    For Developers

    App-V 5.x Compatibility and Automatic Fixes

    for professional
    For IT Pros

    App-V 5.x Compatibility and Automatic Fixes

    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

Powershell for developers advanced installer tech session part 2
Powershell for developers advanced installer tech session part 2

PowerShell for Windows Developers: Takeaways from Advanced Installer’s Tech Session | Part 2

At Advanced Installer, we’ve been hosting weekly Tech Talks for over a year, where our developers share key insights, lessons learned, and in-depth explorations of topics that help us grow as a team. These sessions have been invaluable for us, and we’re excited to share some of the best takeaways with the wider developer community.

See author's page
Renato Ivanescu

June 12th, 2025 · 5min read

#POWERSHELL
Automate sap gui silent install
Automate sap gui silent install

How to Automate SAP GUI Silent Installation with AutoPkg and NWSAPSetupAdmin.exe

SAP GUI is the graphical user interface client used to access SAP systems. It’s an essential tool for organizations that rely on SAP applications. Automating and customizing the installation process not only saves time but also ensures consistency across multiple systems.

See author's page
Alex Marin

June 12th, 2025 · 5min read

#AUTOMATION
Publishing product information during msi setup
Publishing product information during msi setup

Publishing Product Information in MSI Setup & Fixing Installation Hangs

When deploying MSI packages, IT professionals often encounter issues during installation, including stalls at the product information publishing phase. This crucial step updates system records so applications can be properly managed.

See author's page
Radu Popescu

June 6th, 2025 · 5min read

#MSI
How to fix warning 4154
How to fix warning 4154

How to Handle Warning 4154 During Software Installation

When installing software, any warning or error during the installation process can negatively impact the user experience and in medium to large organizations it can even disrupt workflows

See author's page
Alex Marin

June 6th, 2025 · 4min read

Msp vs msi for application patching
Msp vs msi for application patching

MSP vs. MSI: Choosing the Right Patch Installer

One common question packagers often ask themself is what type of installer to use when patching an application.

See author's page
Radu Popescu

May 27th, 2025 · 6min read

#MSP #MSI
Msix url shortcut
Msix url shortcut

How to create a URL Shortcut to open a specific website in MSIX

Whether it's in-house applications, custom-made software, or applications from third-party vendors, there are times when we need to package them with a URL shortcut.

See author's page
Horatiu Vladasel

May 22nd, 2025 · 4min read

#MSIX
Fix dll not found issue in msix
Fix dll not found issue in msix

MSIX limitations: How to fix “DLL not found” issue

It is commonly known that MSX technology comes with a set of limitations that most of the packagers must deal with, in spite of all its benefits.

See author's page
Horatiu Vladasel

May 22nd, 2025 · 4min read

#MSIX #TIPS
Launch bat file from msix shortcut
Launch bat file from msix shortcut

How to launch or call .BAT file from an MSIX shortcut

Applications behave differently when running within an MSIX container. For example, you cannot set a non-executable file as a target for your application by default.

See author's page
Alex Marin

May 22nd, 2025 · 5min read

#MSIX #PSF
File redirection limitation msix container
File redirection limitation msix container

How to fix file redirection for Win32 applications running in an MSIX container

When Win32 applications run inside an MSIX container, they behave differently than when they are installed natively. Because of that, we come across errors in the operations we often perform.

See author's page
Horatiu Vladasel

May 22nd, 2025 · 4min read

#MSIX #PSF
How to fix msix limitations with psf
How to fix msix limitations with psf

The most common MSIX limitations and how to fix them with the Package Support Framework (PSF)

Advanced Installer was the first application to fully support MSIX technology – and we truly believe in its power.

See author's page
Horatiu Vladasel

May 22nd, 2025 · 10min read

#MSIX #PSF
Preserve old configuration files after upgrade
Preserve old configuration files after upgrade

Preserve Old Configuration Files During Upgrades in Advanced Installer

A continuous activity when it comes to any software application is providing security, improvements, and functional upgrades. But what happens if the end-user has made his personal application configurations and a new update arrives? How can we make sure these user preferences are preserved after an update installation?

See author's page
Radu Popescu

May 15th, 2025 · 4min read

#APPLICATION-RESOURCES
Create asp net application installers
Create asp net application installers

How to Create ASP.NET Application Installers Efficiently

ASP.NET applications are not something new in the world. However, having a powerful tool that streamlines and deploys your ASP.NET applications is a must these days.

See author's page
Alex Marin

May 15th, 2025 · 4min read

#APPLICATION-RESOURCES #LOCALIZATION
Ai v22
Ai v22

Advanced Installer 22.7 Released

Advanced Installer 22.7 brings important speed improvements and more platform support to make your packaging job easier. This release includes faster dialog loading for Embedded and Enhanced UIs, improved registry exclusion logic during repackaging, and enhanced control over VM profiles and user profile actions.

May 13th, 2025

Migration from html layout to winui in advanced installer
Migration from html layout to winui in advanced installer

Important UI Change in Advanced Installer: Migration from HTML Layout to WinUI

Creating installers is a delicate and critical task. Since our first release over 20 years ago, we've focused on building a GUI that empowers you to easily create packages, while striving to increase the flexibility required by each of you.

See author's page
Danut Ghiorghita

May 12th, 2025 · 2min read

#USER-INTERFACE
Customize your application updater
Customize your application updater

How to Customize Your Application Updater Editor?

Software isn’t just about capabilities – its UX and design matter too.

See author's page
Renato Ivanescu

May 8th, 2025 · 4min read

#UPDATER
Managing multiple installer projects in one place
Managing multiple installer projects in one place

Managing Multiple Installer Projects in One Place Using Advanced Installer

Developing complex applications often involves various components, each requiring its own installer. To streamline the build process, it’s important to manage and build all installers within a single solution.

See author's page
Renato Ivanescu

April 30th, 2025 · 3min read

#TIPS
Enable msix auto updates through appinstaller file
Enable msix auto updates through appinstaller file

How to Enable MSIX Auto Updates Through .appinstaller File on Windows Server

MSIX packaging is a modern solution for deploying applications on Windows devices. However, if you want MSIX-deployed apps to support auto-updates via .appinstaller file on Windows Server, you have to manually install the App Installer Tool.

See author's page
Renato Ivanescu

April 30th, 2025 · 4min read

#UPDATE #MSIX
What is sbom and how to integrate it for software security
What is sbom and how to integrate it for software security

What Are SBOMs and How to Integrate Them into Your Software Packages

Everything’s moving so fast in tech right now—security and transparency really need to be top priorities. As part of implementing the National Cyber Strategy released by the White House in 2023, the U.S. government issued best practices instructing developers who sell apps to the public sector to include Software Bills of Materials (SBOMs) with their software packages.

See author's page
Alex Marin

April 25th, 2025 · 8min read

#SECURITY
Build smart installers with bootstrapper packages
Build smart installers with bootstrapper packages

Building Smarter Installers with Bootstrapper Packages and Advanced Installer

Bootstrapper packages might not be the most glamorous topic in software development, but they're essential for ensuring that applications install smoothly and run without a hitch.

See author's page
Alex Marin

April 16th, 2025 · 6min read

#BOOTSTRAPPER
Fixing odbc connect timeout error during msi installation
Fixing odbc connect timeout error during msi installation

MSI Installation Fails with ODBC Timeout? Here’s How to Resolve It

Encountering an ODBC connect timeout error during an MSI installation is uncommon but not unheard of.

See author's page
Alex Marin

April 10th, 2025 · 4min read

#MSI
  • 1
  • 2
  • 3
  • 4
  • 5
  • 36
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 36
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 36

Popular Articles

We use cookies to enhance your experience and analyse site traffic. Read our Cookie Policy.
ailogo
AMA on r/AdvancedInstallerBring your toughest questions.
Ask 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