Advanced Installer 20 year anniversary
  • Features
  • Resources
  • Analytics
  • Help
  • Community
  • Blog
  • Purchase
  • Download
Start Free Trial
BlogThe MSIx Experts Crib
Advanced Installer Releases
Analytics
Automation & Continuous Integration
Conversion & Editing
Free tools
MSIX
Product & News
Repackaging
Scripting & Deployment
RSS
icon subscribe mail

Check your inbox and confirm the
subscription

Newsletter

Newsletter

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

#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

#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

#INTUNE
What is software deployment and helpful tools
What is software deployment and helpful tools

What is software deployment and what tools can help?

Software deployment is a crucial process in the world of IT and software management. It refers to the activities and procedures involved in making software applications available for installation and use on various computer systems within an organization or for end-users. This process ensures that software programs, updates, patches, or new applications are correctly and efficiently delivered to target devices or systems.

See author's page
Alex Marin

December 21st, 2023

#TOOLS #AUTOMATION
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

#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

#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

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

How to set a Windows registry value with PowerShell

Navigating the Windows Registry can seem like wandering through a digital jungle. Fear not! Advanced Installer offers a user-friendly way to tweak registry keys and values.But what if you have a Custom Action in PowerShell or are a fan of the PowerShell App Deployment Toolkit (PSADT)? You might want to set registry key values using these tools.

See author's page
Alex Marin

November 23rd, 2023

#CUSTOM ACTION #POWERSHELL
Edit reg multi sz with powershell
Edit reg multi sz with powershell

Edit the Multi SZ Registry with PowerShell

In the labyrinth of Windows Registry data types, there's a special one that stands out for its ability to juggle multiple strings in a single act.

See author's page
Alex Marin

November 23rd, 2023

#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

#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

#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

#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

#ANALYTICS
Convert powershell to exe
Convert powershell to exe

How to convert a PowerShell Script into an EXE Shortcut

In software development and system administration, automation is crucial. Consider this: you want a PowerShell script to run every time an application starts.

See author's page
Horatiu Vladasel

November 3rd, 2023

#MSIX #POWERSHELL
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

#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

#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

#MSIX #APPV
Top windows installer package errors
Top windows installer package errors

Top 10 Windows Installer Package Errors and How to Fix Them

Ever faced annoying errors when trying to install something on Windows? You’re not alone.

See author's page
Alex Marin

October 16th, 2023

#WINDOWS #MSI
  • 1
  • 2
  • 3
  • 4
  • 5
  • 32
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 32
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 32

Popular Articles

bannerFloatingIcons
Free Training Program in MSI Packaging EssentialsSelf-paced, 100% Online
Get Your Certification
Cookies help us deliver you a better web experience. By continuing to use our website, you agree to our use of cookies.

CAPHYON PRODUCTS

  • Advanced Installer
  • Installer Analytics
  • Advanced Web Ranking
  • Clang Power Tools
  • Wattspeed
  • Bytes Route

COMPANY

  • About Us
  • Contact
  • Partners
  • Press Information

PRODUCT

  • Manage Your Account
  • Help
  • Download
  • Documentation
  • Features
  • Forum
  • Pricing
  • Free Trial
  • Customers
  • Resources
  • Case Studies
  • Testimonials
  • Get a Demo

RESOURCES

  • MSIX Packaging Fundamentals 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
  • Blog

FREE TOOLS

  • MSIX Troubleshooter
  • MSIX Tweaker
  • Advanced Installer Express
  • Advanced Installer Free
  • Hover
  • GoMSIX
  • TweakAppV
  • Visual Studio Extension

Application Packaging Academy

FREEMSI Packaging Essentials Training and Certification

CONNECT

  • RSS
  • Twitter
  • YouTube
  • LinkedIn
  • Facebook
  • GitHub
  • Stack Overflow
Advanced Installer, a Microsoft Partner

Application Packaging Academy

FREEMSI Packaging Essentials Training and Certification
Advanced Installer, a Microsoft Partner
Advanced Installer, a Microsoft Partner
© Caphyon 2002 - 2024 Ltd. Trademarks belong to their respective owners. All rights reserved.
Privacy  |  Site Map