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

Convert jar files to exe
Convert jar files to exe

Convert JAR Files to EXE for Easier Deployment to Windows Users

Java applications are compiled into JAR files, which require the Java Runtime Environment (JRE) to run. However, JAR files cannot be executed as standalone files.

See author's page
Alex Marin

May 2nd, 2024 · 6min read

#EXE #TIPS
Ai v21
Ai v21

Advanced Installer 21.7 Released

We have extended our Trusted Signing Integration capabilities to further enhance security and streamline your development processes. Now, you can sign your projects directly within Visual Studio using the Azure Trusted Signing in the Visual Studio Extension. This integration simplifies your workflow by enabling you to sign your packages without leaving your development environment.

April 29th, 2024

Chat gpt ai in application packaging
Chat gpt ai in application packaging

Introducing Chat GPT and Artificial Intelligence in Application Packaging

In the world of software deployment, efficiency and innovation are essential, not just aspirational. As technology evolves at a lightning pace, our IT tools and methodologies need to not only keep up but also anticipate and prepare for what's next.

See author's page
Alex Marin

April 26th, 2024 · 4min read

#APPLICATION-PACKAGING
Trusted signing integration
Trusted signing integration

Trusted Signing Integration

Digital Signing should be a formality for professionals. It’s been almost 30 years since the first software was digitally signed but we still have many users who don’t know how or why they should use a code signing certificate. We need it to protect their intellectual property and enhance the cybersecurity of their end-users.

See author's page
Bogdan Mitrache

April 19th, 2024 · 4min read

#MSI #MSIX #CODE-SIGNING #AUTHENTICODE #DIGITAL-SIGNATURE #SECURITY
Create trial for csharp windows forms application
Create trial for csharp windows forms application

How to Create a Trial Version for a C# Windows Forms application

Offering trial versions of applications is a common strategy to attract users by allowing them to evaluate the software before purchasing. However, designing a secure and user-friendly trial functionality can be challenging.

See author's page
Renato Ivanescu

April 19th, 2024 · 6min read

#C# #WINDOWS-FORMS #VISUAL-STUDIO
Common challenges in msi deployment
Common challenges in msi deployment

Identifying and Resolving Common Challenges in MSI Deployment

MSI deployments, while effective, are often marred by common errors.

See author's page
Alex Marin

April 12th, 2024 · 7min read

#MSI #DEPLOYMENT
Ai v21
Ai v21

Advanced Installer 21.6 Released

Advanced Installer 21.6 is out, bringing essential updates and improvements to streamline your software packaging and deployment workflows. This release introduces custom context menu for file associations installed via MSIX, simplifying user interactions with your applications.

April 4th, 2024

Change uwp applications with mutablepackagedirectory
Change uwp applications with mutablepackagedirectory

Modifying UWP Applications using the MutablePackageDirectory feature

Today, we're exploring the WindowsApps folder that you find in Windows 10 and 11. This folder holds all the files for UWP (Universal Windows Platform) applications on your computer.

See author's page
Horatiu Vladasel

April 3rd, 2024 · 2min read

#MSIX
Define prerequisite source online offline installer
Define prerequisite source online offline installer

How to define a prerequisite source (web installer or offline) within your installer

In our previous article, we discussed how to create Web, Offline & Enterprise MSI within the same Advanced Installer project.

See author's page
Radu Popescu

March 22nd, 2024 · 5min read

#APPLICATION-RESOURCES
Create web installer with lzma compression
Create web installer with lzma compression

How to create a web installer using LZMA compression

In our previous article, we talked about how to create Web, Offline & Enterprise MSI all within the same Advanced Installer project.

See author's page
Radu Popescu

March 14th, 2024 · 4min read

#WEB #EXE #INSTALLER
Deploy win32 applications to microsoft intune
Deploy win32 applications to microsoft intune

A Complete Guide to Deploying Win32 Applications via Microsoft Intune

In today's technology-driven workplace, deploying Win32 applications efficiently and securely is a critical challenge for IT departments.

See author's page
Alex Marin

March 8th, 2024 · 15min read

#INTUNE
Install msi files with powershell
Install msi files with powershell

How to Install and Uninstall MSI Packages using Powershell

Installing MSI packages through PowerShell is a widely known technique that simplifies the deployment of software across multiple systems, especially for system administrators and IT professionals.

See author's page
Alex Marin

February 29th, 2024 · 8min read

#MSI #POWERSHELL
Ai v21
Ai v21

Advanced Installer 21.5 Released

This release brings improvements useful mostly to software vendors creating packages from scratch, with a few exceptions on MSIX repackaging. The focus of the release are our most used features: prerequisites, installer dialogs/themes and automation.

February 26th, 2024

What is jar file how to package it
What is jar file how to package it

What is a JAR File and How to Package it into an MSI?

In the world of software development, especially within the Java ecosystem, JAR files are a fundamental component. Standing for Java Archive, a JAR file is essential for packaging, deploying, and distributing Java applications.

See author's page
Alex Marin

February 22nd, 2024 · 5min read

#PYTHON
Execute python script through powershell
Execute python script through powershell

Executing Python Scripts through PowerShell: A Step-by-Step Guide

Running Python scripts from PowerShell is a powerful way to integrate Python's capabilities into a Windows environment. Before diving into how to execute a Python script from PowerShell, it's important to ensure Python is installed on your Windows machine.

See author's page
Alex Marin

February 22nd, 2024 · 4min read

#POWERSHELL
Create desktop shortcut for windows form application
Create desktop shortcut for windows form application

How to Create a Desktop Shortcut for a Windows Forms Application?

Creating a seamless user experience for an application often involves the use of shortcuts.

See author's page
Renato Ivanescu

February 14th, 2024 · 3min read

#VISUAL-STUDIO #MSI
Publish msi exe app microsoft store
Publish msi exe app microsoft store

How to publish your MSI and EXE setup applications in the Microsoft Store

At the 2022 Microsoft Build event, a new opportunity was announced for developers: the ability to upload MSI and EXE applications directly to the Microsoft Store.

See author's page
Radu Popescu

February 14th, 2024 · 6min read

#MSI #HOVER #TIPS
Msi for python app
Msi for python app

How to Create an MSI installer for a Python Application

As one of the most prominent programming languages in the world, Python is supported by many tools and modules. It is easy to learn and provides a nicely constructed code -- which opens the door for many solutions and endless possibilities.

See author's page
Alex Marin

February 13th, 2024 · 4min read

#MSI #PYTHON
Nsis advanced installer packaging software comparison
Nsis advanced installer packaging software comparison

NSIS Installer vs. Advanced Installer: From Scripts to GUIs in Application Packaging

NSIS (Nullsoft Scriptable Install System) is an open-source tool that enables developers to create efficient and customizable Windows installers. Originally developed by Nullsoft, the creators of Winamp, NSIS has evolved into a versatile and widely adopted installation system.

See author's page
Alex Marin

February 8th, 2024 · 6min read

#TOOLS
From msi to msix app deployment
From msi to msix app deployment

The MSI to MSIX Shift in Application Deployment

MSIX is a game-changer for software application distribution. However, it’s not all smooth sailing - there are challenges to face. A big one? Configuring your application.

See author's page
Renato Ivanescu

February 5th, 2024 · 4min read

#MSI #MSIX #SECURITY
  • 1
  • 5
  • 6
  • 7
  • 8
  • 9
  • 36
  • 1
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 36
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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