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

Configure key vault digital signature teamcity
Configure key vault digital signature teamcity

How to Configure Azure Key Vault Digital Signature in TeamCity Pipeline

This article will teach you how to configure an Azure Key Vault Digital Signature in a TeamCity Pipeline.

See author's page
Ciprian Burca

December 3rd, 2021 · 3min read

#DEVOPS #DEVELOPERS #TEAMCITY
Configure build step teamcity pipeline
Configure build step teamcity pipeline

How to configure an Advanced Installer build step in a TeamCity pipeline

When developing software, the codebase is always growing, making it difficult to navigate. Software engineers use continuous integration (CI) technologies like TeamCity to address this.

See author's page
Ciprian Burca

November 26th, 2021 · 5min read

#DEVELOPERS #DEVOPS
Ai v18
Ai v18

Advanced Installer 18.9 Released

When it comes to packaging and delivering certain application configurations, MSIX presents a high level of complexity as well as some challenges.

November 23rd, 2021

Msix introduction
Msix introduction

MSIX Introduction: A comprehensive 24-chapter guide

Get a quick 5,000 words introduction that will bring you up to speed with the latest packaging and deployment technology for Windows.

See author's page
Bogdan Mitrache

November 17th, 2021 · 24min read

#MSIX #WINDOWS #UPDATE
Jenkins configure digital signature
Jenkins configure digital signature

Configure a Digital Certificate in a Jenkins Build Step: Jenkins Credentials and Azure Key Vault

Digitally signing your application is not only mandatory, it is an essential step to making your software secure and trustworthy.

See author's page
Ciprian Burca

November 4th, 2021 · 4min read

#JENKINS #DIGITAL-SIGNATURE #CONTINUOUS-INTEGRATION
Msix powershell cmdlets
Msix powershell cmdlets

MSIX PowerShell Cmdlets

MSIX uses the same PowerShell cmdlets available for AppX packages. But Microsoft added aliases for them not to create confusion between the AppX and MSIX packages.Let’s go through some of them with a few examples.

See author's page
Alex Marin

November 4th, 2021 · 5min read

#MSIX
Free msi packaging training and certification
Free msi packaging training and certification

MSI Packaging Training Book - Practical guide for all packaging professionals

We are so proud to announce Alex Marin’s brand new work: the MSI Packaging ebook - visit the link to get your free copy.

#MSI #NEWS
Configure build step jenkins pipeline
Configure build step jenkins pipeline

How to configure an Advanced Installer build step into a Jenkins pipeline

Jenkins is one of the most famous Continuous Integration tools, similar to TeamCity, that allows developers to easily integrate changes into their build on a continuous basis.

See author's page
Ciprian Burca

October 29th, 2021 · 4min read

#JENKINS #CONTINUOUS-INTEGRATION
Vfs files management
Vfs files management

Managing Non-VFS Files when working with an MSIX-packaged application

Why does my MSIX app fail to find files from the package? The short answer is that this is related to how the files inside the VFS folder are, or are not, virtualized.

See author's page
Bogdan Mitrache

October 24th, 2021 · 7min read

#MSIX
Ai v18
Ai v18

Advanced Installer 18.8 Released

Starting with Advanced Installer 18.8, you can use WinUI Rendering to create modern installers and give your setup packages a polished and modern look.

October 20th, 2021

How to edit msi package
How to edit msi package

How to Edit an MSI Package With Advanced Installer

Sometimes we need to perform quick edits to our MSI packages without having to create a new project or going through the whole repackaging process.

See author's page
Alex Marin

October 14th, 2021 · 5min read

#MSI #MST
Powershell malware detection
Powershell malware detection

False-positive Malware Detection Announcement

On September 21st, 2021, the Morphisec team published an article explaining how a PowerShell script can be used to deploy malware via an MSI installation package.

See author's page
Bogdan Mitrache

October 8th, 2021 · 2min read

#VIRUS #NEWS #MALWARE #POWERSHELL #FALSE-POSITIVE
Update msix app microsoft store
Update msix app microsoft store

How to update your MSIX application in Microsoft Store

There's a certain feeling of relief and achievement when we finally launch our application to the Microsoft Store.

See author's page
Radu Popescu

October 4th, 2021 · 4min read

#UPDATE #MSIX #MICROSOFT-STORE
Windows 11 application packaging
Windows 11 application packaging

Windows 11 Software Packaging Updates

Windows 11's official release on October 5th, 2021 brings significant updates to the software industry which have direct implications in current application packaging processes.

See author's page
Danut Ghiorghita

September 23rd, 2021 · 4min read

#WINDOWS-11 #NEWS
Ai v18
Ai v18

Advanced Installer 18.7 Released

In a technology-driven world, the adoption of your software is influenced by many factors. And one of them is the level of trust your users have when installing your product.

September 21st, 2021

Binding ssl certificate during upgrade
Binding ssl certificate during upgrade

How to Bind the SSL Certificate During the Upgrade Process Using Custom Actions

During the installation process of WebApps, there are cases where users are asked to select an SSL certificate. This is because this certificate is used by the IIS elements.

See author's page
Danut Ghiorghita

September 3rd, 2021 · 6min read

#IIS #TIPS #POWERSHELL
Start service ini files
Start service ini files

How to use .INI files parameters to start a service

We got a question in the Advanced Installer forum about the possibility of passing arguments to a service when the parameters are received from a configuration file, such as an .INI file.

See author's page
Catalin Gheorghe

August 30th, 2021 · 5min read

#SERVICES #TIPS #POWERSHELL
Ai v18
Ai v18

Advanced Installer 18.6 Released

Get ready for Windows 11. The latest version of Advanced Installer introduces predefined launch conditions for Windows 11 and additional related improvements.

August 25th, 2021

Custom msi intune
Custom msi intune

Intune Deployment: How to Customize Line of Business (LoB) App Installs

See author's page
John Marcum

August 18th, 2021 · 5min read

#INTUNE #LOB-APP
Trigger msi installation from msix
Trigger msi installation from msix

How to Use PowerShell to trigger MSI installation from an MSIX package

Sometimes we need to have a single distribution package as an MSIX, which includes MSIX supported features along with MSI features that are no longer available (such as old drivers).

See author's page
Danut Ghiorghita

August 12th, 2021 · 4min read

#MSIX #MSI #POWERSHELL
  • 1
  • 15
  • 16
  • 17
  • 18
  • 19
  • 36
  • 1
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 36
  • 1
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 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