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
  • 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

Allow app from unknown publisher make changes
Allow app from unknown publisher make changes

"Do you want to allow this app from an unknown publisher to make changes to your device" Message Handling

Ever stumbled upon the message “Do you want to allow this app from an unknown publisher to make changes to your device”? You're not alone. This User Account Control (UAC) alert can be unclear, and potentially concerning for some users.

See author's page
Alex Marin

August 4th, 2023 · 3min read

#DIGITAL-SIGNATURE
Winget windows package management
Winget windows package management

Windows Package Management: A Comprehensive Guide to WinGet

For many years, Windows was missing a handy feature that Linux users took for granted: an efficient package manager. This tool streamlines the process of installing, updating, and configuring software.

See author's page
Alex Marin

August 4th, 2023 · 4min read

#TOOLS #TIPS
Software uninstall with powershell package management
Software uninstall with powershell package management

How to uninstall software using Package management in PowerShell

We've all been there - you're trying to uninstall a piece of software, but it just doesn't seem to be as straightforward as you'd like. Perhaps the traditional uninstall process is proving to be a hassle, or maybe the software doesn't seem to want to leave your system, no matter how hard you try.

See author's page
Alex Marin

August 4th, 2023 · 4min read

#POWERSHELL
Install unsigned drivers windows 10 11
Install unsigned drivers windows 10 11

How to Install Unsigned Drivers easily on Windows 10/11?

The confusion of dealing with unsigned drivers can sometimes disrupt your software installation process. Windows typically raises a red flag when such drivers come into play, triggering a warning message that it can't validate the publisher's credibility.

See author's page
Alex Marin

August 3rd, 2023 · 8min read

#WINDOWS #WINDOWS-11 #TIPS
What is windows powershell
What is windows powershell

What is PowerShell and how to use it to customize your MSI

In today’s software development industry, the partnership between PowerShell and MSI packaging continues to grow stronger.

See author's page
Alex Marin

July 28th, 2023 · 5min read

#POWERSHELL #MSI
What is a mime type
What is a mime type

What is a MIME type and how can you declare it?

In the world of digital communication, being able to correctly identify and interpret different types of data files is crucial.

See author's page
Alex Marin

July 28th, 2023 · 4min read

#TIPS
Import registry files
Import registry files

How to Import Windows Registry (.reg) Files

Working with registry files is quite a simple task. However, depending on the action you want to take, you can encounter various scenarios.

See author's page
Alex Marin

July 27th, 2023 · 5min read

#IMPORT #POWERSHELL
Upgrade application built with visual studio
Upgrade application built with visual studio

How to upgrade your C# application built with Visual Studio

Keeping your application upgraded is key for maintaining its functions and security. Regularly checking for and installing new versions ensures that your app works at its best.

See author's page
Renato Ivanescu

July 27th, 2023 · 6min read

#VISUAL-STUDIO #AUTOMATION
Ai v20
Ai v20

Advanced Installer 20.9 Released

Advanced Installer 20.9 introduces powerful updates to elevate your software packaging and deployment experience. With the Prerequisites Major Revamp, installation becomes a breeze as all prerequisites and the main package unify, improving the user experience for your customers.

July 27th, 2023

Read ini files with powershell
Read ini files with powershell

How to easily Read INI Files with PowerShell commands

With the rise of configuration files in various applications, understanding the ins and outs of INI files can elevate your productivity as a developer or software enthusiast. Despite their roots in the 16-bit Microsoft Windows platforms, INI files remain a crucial part of application configurations.

See author's page
Alex Marin

July 20th, 2023 · 4min read

#POWERSHELL
Install drivers msi package
Install drivers msi package

How to Handle Driver Installation through an MSI package?

Installing software drivers can often seem like a complex task, but it doesn’t have to be. While MSI technology doesn't directly support driver installation, the Operating System (OS) provides a multitude of ways to achieve this.

See author's page
Alex Marin

July 20th, 2023 · 6min read

#POWERSHELL #MSI
Inno setup advanced installer software comparison
Inno setup advanced installer software comparison

Inno Setup vs Advanced Installer: A Comparison in Package Creation

Inno Setup is a free open-source script-driven installer creator that was released in 1997. Inno Setup has some similarities to WiX Toolset, like not having a GUI when it comes to package creation and that it's dependent on code.

See author's page
Alex Marin

July 13th, 2023 · 5min read

#TOOLS
Process custom actions msi packaging
Process custom actions msi packaging

How to Handle Process Custom Actions in MSI Packaging

Understanding custom actions can be challenging, and most beginner IT Professionals tend to “leave the chat” when custom actions are brought to the table. Without a doubt, MSI technology is complex, and best practices have evolved over the years, adding to the difficulty.

See author's page
Alex Marin

July 12th, 2023 · 9min read

#CUSTOM-ACTION #MSI
Configure firewall rules msi
Configure firewall rules msi

How to Configure Firewall Rules via MSI with Custom Actions

To enhance the security of your machines, it is crucial to properly define and configure the firewall rules, ensuring a safer environment.

See author's page
Alex Marin

July 12th, 2023 · 4min read

#CUSTOM-ACTION #MSI
This package can only be run from a bootstrapper
This package can only be run from a bootstrapper

How to fix the "This package can only be run from a bootstrapper" error?

To repackage a setup, we first need to understand how that setup was originally built. You can find a brief explanation of this in our free MSI Packaging eBook.

See author's page
Alex Marin

July 7th, 2023 · 4min read

#BOOTSTRAPPER #REPACKAGER
Change output directory temp powershell files
Change output directory temp powershell files

Change Output Directory For Temporary PowerShell Files in Advanced Installer

The Run PowerShell inline script is offered as a predefined Custom Action in Advanced Installer. This action lets you directly type a code into the Advanced Installer editor. After saving your project and building the MSI, the custom action will execute according to your configuration.

See author's page
Alex Marin

July 5th, 2023 · 2min read

#POWERSHELL
How to access msi table using powershell
How to access msi table using powershell

How to access an MSI database table using PowerShell

If you’ve worked with MSI Windows Installer, you most likely know that the Windows Installer database includes various interrelated tables as a standard format for component management.

See author's page
Horatiu Vladasel

June 30th, 2023 · 4min read

#MSI #POWERSHELL
Create setup exe visual studio
Create setup exe visual studio

How to create a Setup.exe file in Visual Studio

Visual Studio is a powerful development tool that provides an environment for creating a wide range of applications. One of its notable features is the ability to create Setup.exe files, which greatly simplifies the deployment process for end-users.

See author's page
Renato Ivanescu

June 29th, 2023 · 9min read

#VISUAL-STUDIO
Ai v20
Ai v20

Advanced Installer 20.8 Released

We are excited to introduce a new Advanced Installer Visual Studio Extension improvement. Our latest update brings support for publishing .NET AOT applications directly from Visual Studio.

June 28th, 2023

What is thinapp package
What is thinapp package

What is a ThinApp package and how good is it for app deployment?

With VMware ThinApp, your application management and delivery across different computing environments is much easier.

See author's page
Alex Marin

June 23rd, 2023 · 5min read

#APPLICATION-VIRTUALIZATION
  • 1
  • 8
  • 9
  • 10
  • 11
  • 12
  • 36
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 36
  • 1
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 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