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

Check your inbox and confirm the
subscription

Newsletter

Newsletter

Automate msi building using github actions
Automate msi building using github actions

How to automate the MSI building using GitHub Actions

See author's page
Alex Marin

February 17th, 2023 · 8min read

#MSI
Webinar powershell integration
Webinar powershell integration

Webinar Invite | PowerShell Integration in Advanced Installer | Streamlining Your Deployments

Power up your installation process with Advanced Installer’s integration with PowerShell. In our upcoming webinar, we'll explore how this dynamic duo can simplify the often overwhelming task of configuring your product's state.

#WEBINAR #NEWS
Electron msi installer
Electron msi installer

Create an MSI Installer by packaging an Electron application

Electron is an open-source framework to develop desktop GUI applications using web technologies. It combines the Chromium rendering engine and the Node.js runtime.

See author's page
Horatiu Vladasel

February 15th, 2023 · 4min read

#MSI
What is app installer
What is app installer

What is App Installer? And how to use it to simplify MSIX installation and updating process

In our previous articles, we discussed How to Set Automatic MSIX Downgrades with .appinstaller and the MS-AppInstaller Web Protocol, and now we will be discussing the technicalities of the .appinstaller.

See author's page
Alex Marin

February 8th, 2023 · 4min read

#MSI #TIPS
Silent install exe using powershell and cmd
Silent install exe using powershell and cmd

Unattended Installation - How to Silently Install your EXE using PowerShell & CMD?

One of the main challenges IT Pros face with application packages is the unattended installation. Unattended installations ensure that the same configuration is applied to all your active systems in the infrastructure, and no human error during installation can change that configuration.

See author's page
Alex Marin

February 8th, 2023 · 4min read

#TIPS #POWERSHELL
What is appx file
What is appx file

What is an APPX File - How to extract, open and edit one?

Have you encountered an .appx file and wondered what it is and what it can be used for?

See author's page
Radu Popescu

February 1st, 2023 · 5min read

#APPX #TIPS
Ai v20
Ai v20

Advanced Installer 20.3 Released

We are excited to announce the Advanced Installer Start Page redesign, which incorporates the latest design trends and technological advancements.

January 30th, 2023

Prevent smartscreen from appearing
Prevent smartscreen from appearing

How to avoid the "Windows Defender SmartScreen prevented an unrecognized app from starting" warning

As a vendor, you may often receive user complaints about the “Windows Defender SmartScreen prevented an unrecognized app from starting" warning whenever they download your installer.

See author's page
Alex Marin

January 20th, 2023 · 7min read

#TIPS
Ev code signing vs regular code signing
Ev code signing vs regular code signing

Why EV Code Signing? EV Code Signing vs. Regular Code Signing

By now, we all know the importance of a digital signature to secure our applications and how standard code signing certificates work.

See author's page
Radu Popescu

January 13th, 2023 · 5min read

#SECURITY
What is microsoft intune
What is microsoft intune

What is Microsoft Intune? The Ultimate Guide for Beginners

Although Microsoft Endpoint Configuration Manager (formerly SCCM) is still a very popular infrastructure management tool, many companies are moving to Azure and Intune.

See author's page
Alex Marin

January 6th, 2023 · 6min read

#TIPS
Net framework prerequisite install
Net framework prerequisite install

How to add .NET Framework as a prerequisite

It is well known that whenever you install a .NET application, you need to add a .NET Framework prerequisite to your installation package.

See author's page
Radu Popescu

December 23rd, 2022 · 4min read

#TIPS
Exe vs msi installer
Exe vs msi installer

EXE or MSI Installer - What suits your business best? | Differences and Recommendations

When we install a Windows program, we often have to deal with MSI and EXE files.

See author's page
Radu Popescu

December 22nd, 2022 · 5min read

#MSI #REPACKAGER
What is code signing certificate
What is code signing certificate

What is a Code Signing Certificate and how to ensure digital trust for your application

We are living in a digital era, and the need for trust and authenticity of digital documents, websites, and applications requires the use of a digital signature.

See author's page
Radu Popescu

December 15th, 2022 · 5min read

#DIGITAL-SIGNATURE #UPDATER
Ways of handling user resources in msi
Ways of handling user resources in msi

3 Ways of Handling User Resources in MSI: Self-Repair, Active-Setup, CustomAction

As IT Pros, we deal with all sorts of application installers developed by different software vendors. We also need to configure and customize each of those applications to fit our organization's needs.

See author's page
Horatiu Vladasel

December 15th, 2022 · 5min read

#MSI #CUSTOMS-ACTION
Ai v20
Ai v20

Advanced Installer 20.2 Released

Starting with the 20.2 version of Advanced Installer, we are introducing a dedicated web-based installation theme that you can use when creating a web installation package: the Serene theme.

December 14th, 2022

Pros and cons of using vbscript in msi packaging
Pros and cons of using vbscript in msi packaging

What are the Pros and Cons of using VBScript in MSI packaging?

22 years after its introduction, MSI is still the most widely used method of managing program installation. Microsoft released Windows Installer with Office 2000 to enable the application's administration to follow a set of common guidelines (installing, repairing, uninstalling).

See author's page
Alex Marin

December 8th, 2022 · 6min read

#MSI
How to set aspnet version for application
How to set aspnet version for application

How to set the ASP.NET Version for a Website or Application

To make websites or applications available online, you need to host them on a web server.

See author's page
Renato Ivanescu

December 8th, 2022 · 3min read

#IIS
Set up environment variables in msix
Set up environment variables in msix

How to Set Up an Environment Variable in MSIX to Directory and File Paths

Environmental variables, as their name implies, are variables that specify the environment in which a program runs.

See author's page
Horatiu Vladasel

November 25th, 2022 · 4min read

#MSIX #TIPS
How to set up msix app attach
How to set up msix app attach

MSIX App Attach Step-by-Step Guide: How to configure MSIX App Attach for Azure Virtual Desktop

In our previous blog post, Azure Virtual Desktop - Step by Step Guide of Creating, Configuring and Managing your AVD setup, we took a look at how we can set up an Azure Virtual Desktop environment.

See author's page
Alex Marin

November 25th, 2022 · 6min read

#MSIX #AZURE
Install files in path specified in registry
Install files in path specified in registry

How to Install Files into a Registry specified path using Wise Package Studio

When creating an installer package, you typically provide a default installation folder and allow the users to modify it if required. But what if you need to set the installation path based on a value saved in the registry?

See author's page
Renato Ivanescu

November 21st, 2022 · 4min read

#WISE
  • 1
  • 10
  • 11
  • 12
  • 13
  • 14
  • 35
  • 1
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 35
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 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