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

Appv to msix startmenu folder
Appv to msix startmenu folder

App-V to MSIX conversion: StartMenu folder skipped during conversion

When you switch from using App-V to MSIX for packaging your applications, you'll notice a big change in how shortcuts work. MSIX doesn't use the old .lnk shortcuts StartMenu you might be used to. Instead, it uses something called “modern application entries.”

See author's page
Horatiu Vladasel

January 18th, 2024 · 3min read

#MSIX #APPV
Exe local directory vulnerability solution
Exe local directory vulnerability solution

Investigation and Resolution of .exe.local Directory Vulnerabilities

At Advanced Installer, security is not just a feature; it's a core value. We are dedicated to protecting our users' data, intellectual property, and overall digital well-being. Our commitment extends to every aspect of our product, offering a secure and reliable environment for installation and deployment needs.

See author's page
Danut Ghiorghita

January 12th, 2024 · 6min read

#SECURITY
Configure sql connections for msix packages
Configure sql connections for msix packages

Configuring SQL Connections for MSIX-Deployed Applications

Microsoft’s guidelines for MSIX packages introduced a new approach to app configuration, in contrast with the MSI package format.

See author's page
Renato Ivanescu

January 12th, 2024 · 4min read

#MSIX
Add eula msix app deployment
Add eula msix app deployment

How to Integrate EULA in MSIX-Deployed Applications

Microsoft introduced new guidelines for configuring apps deployed via MSIX packages, different from those for traditional MSI packages. These include the app configuration when the user first launches it. With MSI packages you could hand over the app configuration to the installer. With MSIX you have to add code to allow configuration at the app’s initial launch because the installation sequence is no longer customizable

See author's page
Renato Ivanescu

January 4th, 2024 · 5min read

#MSIX
Msix vfs appdata notepad plus plus
Msix vfs appdata notepad plus plus

MSIX VFS AppData - Notepad++ disable autoupdate issues

When deploying with MSIX, the files and folders within the user's AppData directory (located under C:\Users\<user_name>\AppData) are written to a per-user, per-app location.

See author's page
Horatiu Vladasel

December 28th, 2023 · 4min read

#MSIX
Display user messages during intune deployment
Display user messages during intune deployment

How to display interactive user messages during an Intune system deployment

Ever faced the puzzle of deploying an application silently via Intune in a system context, but also needing to communicate with the user? You're not alone!

See author's page
Alex Marin

December 21st, 2023 · 6min read

#INTUNE
Ai v21
Ai v21

Advanced Installer 21.3 Released

As we unveil Advanced Installer 21.3, the final release of the year, we reflect on a transformative 2023. In 2023, Advanced Installer has made remarkable steps in enhancing user experience and functionality.

December 14th, 2023

Vbscript deprecated
Vbscript deprecated

VBScript Deprecation impact and solution on installer packages

VBScript (Visual Basic Script) is a scripting language introduced by Microsoft in the mid-1990s. It was designed to offer a lightweight scripting capability for web development and Windows administration. In October 2023, Microsoft announced the VBScript deprecation in upcoming Windows releases, making it available only as a feature on demand.

See author's page
Renato Ivanescu

December 12th, 2023 · 2min read

#POWERSHELL #CUSTOM-ACTION
Secure install properties guide
Secure install properties guide

Enhancing Software Security: A Guide to Secure Install Properties with Advanced Installer

In today's world, where digital security is crucial, installing new software on your computer should be straightforward and secure.

See author's page
Radu Popescu

December 12th, 2023 · 5min read

#SECURITY
Create web offline enterprise msi advanced installer
Create web offline enterprise msi advanced installer

Create Web, Offline & Enterprise MSI within the same Advanced Installer project

In the dynamic world of software installation, one often faces the challenge of creating both offline and web installers, not to mention the MSI version for Enterprise customers.

See author's page
Danut Ghiorghita

December 4th, 2023 · 4min read

#ENTERPRISE-PACKAGING
Set windows registry value with powershell
Set windows registry value with powershell

How to set a Windows registry value with PowerShell

Customizations for applications inside the Windows OS are usually done either in files or the registry, depending on the developer's choice.

See author's page
Alex Marin

November 23rd, 2023 · 5min read

#CUSTOM-ACTION #POWERSHELL
Msix shell context menu
Msix shell context menu

Shell Context Menu Support in MSIX Packaging

The Context Menu is undeniably one of the most useful shell extensions in Windows. This menu appears when you right-click on an object, like a file, folder, or icon, in Windows Explorer or File Explorer.

See author's page
Horatiu Vladasel

November 16th, 2023 · 3min read

#MSIX
Sccm to intune migration for application deployment
Sccm to intune migration for application deployment

SCCM to Intune Migration: Is Intune the best Microsoft SCCM Alternative?

Hey there, IT folks and tech enthusiasts! Today, we're diving into the ever-changing world of IT management, specifically the transition from SCCM to Intune, and spicing things up with a bit of application packaging know-how.

See author's page
Alex Marin

November 10th, 2023 · 13min read

#SCCM #INTUNE
Create msi installer for cpp application visual studio
Create msi installer for cpp application visual studio

How to create an MSI installer for your C++ application in Visual Studio

Developing in C++ means creating powerful and efficient applications. But once the development is done, how do we package such an app for the end users?

See author's page
Renato Ivanescu

November 10th, 2023 · 6min read

#MSI #VISUAL-STUDIO
Ai v21
Ai v21

Advanced Installer 21.2 Released

We are excited to introduce a powerful new feature in Advanced Installer: the ability to run .NET and .NET Framework code as a predefined custom action.

November 7th, 2023

Link installer analytics to application package
Link installer analytics to application package

How to link Installer Analytics to your Installation Package

Have you just finished developing your application and created the installation package using Advanced Installer?

See author's page
Radu Popescu

November 3rd, 2023 · 3min read

#ANALYTICS
Winget missing or not installed issue fix
Winget missing or not installed issue fix

Is WinGet missing or not installed on your system? Here's how to fix it

Winget is a command-line package manager created by Microsoft for the Windows operating system. It enables users to search for, install, update, and uninstall software applications using the command line or scripts instead of a graphical user interface (GUI).

See author's page
Alex Marin

October 26th, 2023 · 3min read

#TOOLS #WINDOWS
Create msi installer for c sharp application
Create msi installer for c sharp application

How to create a Windows installer for a C# application

C# is a widely used programming language for developing various applications - from desktop apps to games and websites.

See author's page
Renato Ivanescu

October 18th, 2023 · 4min read

#MSI #VISUAL-STUDIO
Appv to msix environment variables
Appv to msix environment variables

App-V to MSIX conversion: Environment Variables

In our previous article, we simplified the steps of App-V 5 to MSIX conversion using MSIX Packaging Tool and Advanced Installer. We went even further and saw How to Automate the App-V to MSIX conversion.

See author's page
Horatiu Vladasel

October 17th, 2023 · 2min read

#MSIX #APPV
Appv to msix skipped workingdirectory
Appv to msix skipped workingdirectory

App-V to MSIX Conversion: WorkingDirectory skipped during conversion

In our latest article, we discussed App-V to MSIX conversion: Shortcut argument skipped during conversion. But that’s just the tip of the iceberg. The same goes for WorkingDirectory.

See author's page
Horatiu Vladasel

October 5th, 2023 · 3min read

#MSIX #APPV
  • 1
  • 9
  • 10
  • 11
  • 12
  • 13
  • 38
  • 1
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 38
  • 1
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 38

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

PRODUCT

  • Update Download
  • Release Notes
  • Manage Your Account
  • Documentation
  • Architect + PacKit Plus Bundle
  • Refer a Friend
  • Product Feedback
  • Feature Request

SERVICES

  • Personalized Training
  • Consulting
  • Premium Support

GET STARTED

  • Free Trial
  • Pricing
  • Get a Demo
  • Features
  • Customers
  • Case Studies
  • Testimonials
  • Product Flyer

MIGRATION SUPPORT

  • Migrate from InstallShield
  • Migrate from WIX
  • Migrate from Inno Setup
  • Migrate from MSIX Packaging Tool
  • Migrate from Pace Suite

FREE TOOLS

  • Advanced Installer Express MSIX
  • Advanced Installer Free
  • TweakAppV
  • Visual Studio Extension
  • PacKit Free (Patch & Deploy)

RESOURCES

  • Advanced Installer Upgrade Guide
  • FREE Packaging eBooks
  • Webinars
  • MSIX Introduction
  • MSIX New Features
  • Blog
  • Forum

TRAINING & CERTIFICATION

  • MSI Packaging Essentials
  • Advanced MSI Packaging
  • MSIX Packaging Fundamentals
Link to Capterra ReviewsAdvanced Installer, a Microsoft Partner

FOLLOW US

Get the latest news 
in Application Packaging

© Caphyon 2002 - 2026 Ltd. Trademarks belong to their respective owners. All rights reserved.
EULA  |  Privacy  |  Site Map