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
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 v19
Ai v19

Advanced Installer 19.6 Released

Installer Analytics' most recent release introduces a brand new feature that allows you to track any property that you define within your setup package.

June 23rd, 2022

Handle desktop shortcuts through msix
Handle desktop shortcuts through msix

How to Handle Desktop Shortcuts through MSIX Packages

MSIX packages lack built-in support for installing a desktop shortcut. This is mainly because Microsoft recommends that user preferences are exclusively chosen by the user. So, for instance, creating a Desktop shortcut or pinning it to the Taskbar or Start Menu are not things we can control.

See author's page
Daniel Radu

June 17th, 2022 · 5min read

#MSIX #PSF
What are msp files
What are msp files

What are .MSP files, how to create and extract them?

Depending on whether we're installing or updating an application, we need to use different types of files. For instance, we use MSI files when installing Windows applications, but if we want to make a small update, we can use an MSP file.

See author's page
Radu Popescu

June 9th, 2022 · 6min read

#MSI #MSP
Security updates auto updater
Security updates auto updater

Important Security Updates for the Advanced Installer Auto Updater

Continuously managing security improvements and updates, as we do at Advanced Installer, should be your top priority.

See author's page
Alexandra Stoienescu

June 9th, 2022 · 2min read

#NEWS #UPDATE #UPDATER #SECURITY
Silent install builder
Silent install builder

Silent Install Builder for IT Pros - How to build a silent installer package

Silent installs are the preferred delivery method within an enterprise environment given that end-users don't have to worry about installing or having technical knowledge and just focus on using the software products.

See author's page
Horatiu Vladasel

June 3rd, 2022 · 4min read

#MSI #REPACKAGER
How to create sparse package
How to create sparse package

How to Create a Sparse Package

A “Sparse” package contains an AppxManifest.xml but, unlike a regular/full package, the manifest can reference files outside its package in a predetermined 'external location’.

See author's page
Danut Ghiorghita

May 31st, 2022 · 5min read

#MSIX
How to show toast notification for updates
How to show toast notification for updates

How to Show Toast Notification for Your Updates

A toast notification is a message that your app can create and deliver to your user while they are not currently inside your app.

See author's page
Danut Ghiorghita

May 27th, 2022 · 3min read

#UPDATER #UPDATE
Ai v19
Ai v19

Advanced Installer 19.5 Released

Beginning with version 19.5 of Advanced Installer, you can now display a toast notification whenever an update is available once the application has been launched.

May 23rd, 2022

What is msi file
What is msi file

MSI File - What is, how to open and edit it?

We use MSI or EXE files whenever we install a Windows application, so we're pretty used to them. But, what is an MSI file, and what makes it different from an EXE file? What’s the easiest way to open and edit an MSI installer?

See author's page
Radu Popescu

May 20th, 2022 · 6min read

#MSI
Code signing with signtool
Code signing with signtool

Microsoft SignTool - our favorite Windows code signing tool

Code signing is one of the most reliable ways to secure and authentify that our code is trustworthy. It is achieved by signing executables and scripts using a digital certificate with a unique cryptographic hash to connect the identity of the publisher to the software. This code signed certificate includes all the information required to fully identify the publisher.

See author's page
Horatiu Vladasel

May 18th, 2022 · 5min read

How to replace clickonce with msix
How to replace clickonce with msix

How to Replace ClickOnce application with MSIX

Although not as popular and widely adopted as MSI, ClickOnce has been around for some time in the application packaging industry. ClickOnce enables you to create self-updating Windows-based applications that can be installed and run with minimal user interaction.

See author's page
Alex Marin

May 10th, 2022 · 5min read

#MSIX
Generate updates config file azure devops banner
Generate updates config file azure devops banner

How to Generate Updates Configuration File in Azure DevOps pipelines with Advanced Installer PowerShell Automation

With Advanced Installer’s PowerShell automation, you can automatically create the Updates Configuration File –the one placed on your server and used by the Updater to determine if there are any updates available.

See author's page
Danut Ghiorghita

May 4th, 2022 · 3min read

#POWERSHELL #AZURE
Silent install exe msi applications
Silent install exe msi applications

Silently Install EXE and MSI setup applications (Unattended) - How To Guide

If you are a System Administrator, IT Pro, or Developer, and want to find out how to perform a silent MSI or EXE installation – this article is for you!

See author's page
Radu Popescu

April 28th, 2022 · 13min read

#MSI
Ai v19
Ai v19

Advanced Installer 19.4 Released

Advanced Installer 19.4 brings you a new built-in functionality to help you automate the process of adding context menu items to your application.

April 26th, 2022

Ice validation and how to fix errors
Ice validation and how to fix errors

Top 10 most common ICE Validation Errors and How to Fix them

We extremely recommend you to validate an MSI before attempting to install it for the first time.

See author's page
Horatiu Vladasel

March 24th, 2022 · 6min read

#MSI
Ai v19
Ai v19

Advanced Installer 19.3 Released

We are so excited about our new Github Actions integration that we can't help it.

March 21st, 2022

MECM Application Deployment Made Easy

MECM (formerly known as System Center Configuration Manager) is the standard application deployment solution from Microsoft. It simplifies the complex task of distributing software to servers, desktops, laptops and mobile devices across large or complex networks. The software can be installed silently and automatically to the specifically targeted users or computers.

#SCCM #MECM #ENTERPRISE-PACKAGING
Webinar automate msi github actions
Webinar automate msi github actions

Webinar: Automate MSI builds using GitHub Actions | New Feature Presentation

You are invited to join our upcoming LIVE Webinar to see a demo where Advanced Installer presents its own GitHub Action integration, and learn how to use it.

#WEBINAR #NEWS
Code signing with github actions
Code signing with github actions

How to automatically code sign the MSI with GitHub Actions

In our previous article titled "How to automate the MSI building using GitHub Actions", we saw how you can use Advanced Installer's own GitHub Action to automate the build of your MSI packages.

See author's page
Alex Marin

March 10th, 2022 · 5min read

#MSI #DEVELOPERS
Troubleshooting msix installation errors
Troubleshooting msix installation errors

Troubleshooting MSIX Installation Errors with the Free MSIX Troubleshooter tool

In this article, we will take a look at how MSIX technology handles log files whenever an installation issue occurs.

See author's page
Horatiu Vladasel

March 4th, 2022 · 6min read

#MSIX #MSI #TOOLS
  • 1
  • 13
  • 14
  • 15
  • 16
  • 17
  • 35
  • 1
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 35
  • 1
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 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