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:
    for devs
    For Developers
    for professional
    For IT Pros
    for msp
    For Managed Service Providers
    orBrowse all features ›
    Get a FREE Personalized Demo!
  • Analytics
  • Help
  • Forum
  • 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

Ai v23
Ai v23

Advanced Installer 23.3 Released

In this release, Advanced Installer introduces WinGet manifest generation, allowing you to create WinGet manifests directly inside the application, without the hassle of managing YAML files or external scripts. We’ve also expanded support for MSIX App Attach, enabling you to generate VHD, VHDX, and CIMFS images for modern deployment scenarios.

December 4th, 2025

Run exe file from powershell
Run exe file from powershell

How to Run EXE Files using PowerShell

The message is clear: PowerShell is taking over the scripting world within the Windows OS. Until now, many different scripting languages have been used, with batch scripting being the most popular, and later replaced by VBScript.

See author's page
Alex Marin

December 2nd, 2025 · 5min read

#POWERSHELL #EXE
Chat gpt ai in application packaging
Chat gpt ai in application packaging

Introducing Chat GPT and Artificial Intelligence in Application Packaging

AI is one of the best inventions of the past decades, as well as one of the most talked about topics across all industries.

See author's page
Alex Marin

November 26th, 2025 · 5min read

#APPLICATION-PACKAGING
Rsat install on windows11
Rsat install on windows11

How to install RSAT on Windows 11

If you’re an IT administrator managing multiple Windows servers, you may have heard of Remote Server Administration Tools (RSAT). RSAT is a collection of Microsoft utilities that let you manage Windows Server roles and features remotely from a Windows client machine — meaning you don’t need to log in to the server itself to perform administrative tasks.

See author's page
Horatiu Vladasel

November 21st, 2025 · 4min read

#WINDOWS-11
Create msi installer with visual studio 2026
Create msi installer with visual studio 2026

How to Create an MSI Installer with Visual Studio 2026

Visual Studio is a complete development environment for writing, testing, and deploying applications across different platforms. Beyond coding, it also supports creating MSI installers directly within the IDE.

See author's page
Renato Ivanescu

November 21st, 2025 · 3min read

#VISUAL-STUDIO #MSI
Retrieve win32 apps with powershell and intune
Retrieve win32 apps with powershell and intune

PowerShell & Intune, Automate your Work - Part 1: Retrieve Win32 Apps

PowerShell is a flexible tool created to help in automating your tasks in any environment. The same scenario applies to Intune, where users can use PowerShell extensively to accomplish this.

See author's page
Alex Marin

November 13th, 2025 · 11min read

#POWERSHELL #INTUNE #AUTOMATION
Repackaging versus wrapping
Repackaging versus wrapping

Repackaging vs Wrapping: Which is the Best Option for Software Packaging?

One of the greatest things about software packaging is the variety of choices available to you to achieve your objectives. However, having too many alternatives to choose from can make it challenging to pick the best one for your requirements.

See author's page
Alex Marin

November 13th, 2025 · 6min read

#TIPS #MSI
Remote software installation and deployment
Remote software installation and deployment

Remote Software Installation and Deployment Process Explained

In the digital era, the capacity to remotely install software on computers is essential for any kind of infrastructure, regardless of its size.

See author's page
Alex Marin

November 7th, 2025 · 7min read

#DEPLOYMENT
Continue powershell script after reboot
Continue powershell script after reboot

Continuing PowerShell Scripts After Reboot - How to do it?

In some cases, you may have to continue the execution of a certain PowerShell script after a device reboot. This applies to both local and remote execution environments.

See author's page
Alex Marin

November 7th, 2025 · 7min read

#POWERSHELL
How to align columns in listbox in advanced installer
How to align columns in listbox in advanced installer

How to Correctly Align Columns in ComboBox, ListBox, or CheckListView in Advanced Installer

Creating installer packages sometimes requires presenting item lists in custom dialogs, where data must line up cleanly rather than drift into uneven text blocks. Advanced Installer offers controls such as ComboBox, ListBox, and CheckListView. However, to correctly align columns in these controls, there are some steps you should be aware of.

See author's page
Renato Ivanescu

November 6th, 2025 · 4min read

#CUSTOM-ACTION #TIPS #POWERSHELL
Psadt service ui deprecation defer function impact
Psadt service ui deprecation defer function impact

PSADT Service UI Deprecated: What is the impact on the defer feature?

PSADT 4.1.X finally brings direct user interaction to Intune deployments, so no more ServiceUI.exe. The new Invoke-AppDeployToolkit.exe automatically detects active sessions, displaying messages and prompts right from Intune. But the new Defer feature doesn’t work on an exact timer; it depends on Intune’s own unpredictable recheck cycle.

See author's page
Radu Popescu

November 5th, 2025 · 6min read

#AUTOMATION #POWERSHELL
Convert jar files to exe
Convert jar files to exe

Convert JAR Files to EXE for Easier Deployment to Windows Users

Java applications are compiled into JAR files, which need the Java Runtime Environment (JRE) to run. However, JAR files cannot be executed as standalone files.

See author's page
Alex Marin

November 2nd, 2025 · 6min read

#EXE #TIPS
Appv msix conversion msix packaging tool limitations
Appv msix conversion msix packaging tool limitations

App-V to MSIX Conversion: MSIX Packaging Tool Limitations

Automatically converting your App-V application to MSIX spares you from rebuilding it from the ground up.

See author's page
Horatiu Vladasel

October 31st, 2025 · 9min read

#MSIX #APP-V #TOOLS
Ai v23
Ai v23

Advanced Installer 23.2 Released

Advanced Installer 23.2 delivers key enhancements across PowerShell automation, UI performance, and compatibility with the latest Windows and .NET versions.

October 28th, 2025

Top windows installer package errors
Top windows installer package errors

Top 10 Windows Installer Package Errors and How to Fix Them

The Windows Installer service is a standard in the industry when it comes to software packages, but it doesn’t mean it’s not prone to errors.

See author's page
Alex Marin

October 20th, 2025 · 10min read

#WINDOWS #MSI
How to use ps2exe embedfiles parameter
How to use ps2exe embedfiles parameter

How to use the new PS2EXE -embedFiles parameter

Converting PowerShell scripts into standalone executables with PS2EXE has always carried one persistent inconvenience: the external files.

See author's page
Horatiu Vladasel

October 16th, 2025 · 3min read

#EXE
Advanced installer architect complementing psadt
Advanced installer architect complementing psadt

How Advanced Installer Architect Complements PSADT in Application Packaging

Modern-day application packaging often relies on free, open-source scripting methods, and one of the most widely adopted is the PowerShell App Deployment Toolkit (PSADT). However, there are cases where PSADT alone is not sufficient. In such cases, the Advanced Installer Architect steps in to complement the workflow of an application packager.

See author's page
Radu Popescu

October 15th, 2025 · 8min read

#ENTERPRISE-PACKAGING
Software subscription renewal strategy with advanced installer updater
Software subscription renewal strategy with advanced installer updater

Turn Software Updates into a Subscription Renewal Strategy with Advanced Installer Updater

Software updates are an important part of keeping applications secure, stable, and competitive. But they also serve as a valuable business tool, as each new release is an opportunity to remind customers of your product and encourage them to maintain or renew their subscription.

See author's page
Renato Ivanescu

October 10th, 2025 · 6min read

#UPDATER
Customize app installer ui no xml required
Customize app installer ui no xml required

Customize Your App Installer UI in Minutes - No XML Required

Customizing the App Installer UI used to require manually editing an XML file and adding it to your MSIX application. With Advanced Installer, however, you can do the customization directly from its graphical user interface, no XML editing is required.

See author's page
Renato Ivanescu

October 2nd, 2025 · 2min read

#MSIX #XML
How to handle fonts on windows with powershell
How to handle fonts on windows with powershell

Handle fonts on Windows with PowerShell (and a faster alternative)

Windows fonts are a set of digital files that define how text appears on the screen or in print.

See author's page
Horatiu Vladasel

October 1st, 2025 · 3min read

#POWERSHELL #WINDOWS #APPLICATION-RESOURCES
  • 1
  • 2
  • 3
  • 4
  • 5
  • 37
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 37
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 37

Popular Articles

We use cookies to enhance your experience and analyse site traffic. Read our Cookie Policy.
packitlogo
New in PacKit by Advanced InstallerSCCM to Intune one-click app migration.
Get a free 1:1 demo

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
  • 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 - 2026 Ltd. Trademarks belong to their respective owners. All rights reserved.
Privacy  |  Site Map