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

Office 32 64 bit add in installation
Office 32 64 bit add in installation

32-bit vs. 64-bit Office Add-ins Installation: Step-by-Step Guide

Microsoft Office introduced add-ins, replacing the old COM plugins for developers. Now, developers create applications using Office Add-Ins, expanding the range of possibilities and features within the operating system.

See author's page
Catalin Gheorghe

May 31st, 2023

#TIPS #INSTALLER COMPRESSION #VISUAL STUDIO
Create csharp winui3 desktop app
Create csharp winui3 desktop app

How to create and customize a C# WinUI 3 desktop app

Ensuring your application is well-designed is one of the key methods to keep users engaged. They need to have a positive experience while using your app, therefore a poor design can drive them away.

See author's page
Renato Ivanescu

May 31st, 2023

#WINDOWS #TOOLS #TIPS
Add file msi embedded cab
Add file msi embedded cab

How to Add a File to an MSI Installer with Embedded CAB

Cabinet files, also known as CAB files, are files that store compressed files in a file library. When it comes to Windows Installers, cabinet files can be located either inside or outside the MSI file.

See author's page
Horatiu Vladasel

May 25th, 2023

#MSI #CAB
Ai v20
Ai v20

Advanced Installer 20.7 Released

We're thrilled to introduce our new feature: built-in support for repackaging in Windows Sandbox. Leverage an isolated repackaging environment without the hassle of a big virtual machine.

May 25th, 2023

Msix to msi conversion
Msix to msi conversion

How to Easily Convert Your MSIX Package Into MSI

Even though MSI is still the preferred packaging format, there's no question that MSIX is a great complement to MSI and AppV.

See author's page
Horatiu Vladasel

May 24th, 2023

#MSIX #MSI
Automatic updates windows forms application
Automatic updates windows forms application

How to automatically update a Windows Forms Application?

Windows Forms is a UI framework used to create Windows desktop applications. This development platform provides a broad set of features to develop graphically rich and interactive applications, including a visual designer in Visual Studio.

See author's page
Renato Ivanescu

May 19th, 2023

#WINDOWS #UPDATE #UPDATER #VISUAL STUDIO
Handle wrappers with psadt
Handle wrappers with psadt

How to Use PowerShell App Deployment Toolkit for Wrapper Handling

In the previous article discussing "Repackaging vs. Wrapping", we touched upon the concept of working with wrappers in the world of software packaging and deployment.

See author's page
Alex Marin

May 18th, 2023

#POWERSHELL #TOOLS
Register dll ocx file windows
Register dll ocx file windows

Mastering the DLL and OCX File Registration Methods: The Complete How-To Guide

Object Linking and Embedding (OLE) is a proprietary technology developed by Microsoft that enables developers to embed and link to other objects.

See author's page
Alex Marin

May 17th, 2023

#CUSTOM ACTION #POWERSHELL #TOOLS
Run exe as administrator programmatically
Run exe as administrator programmatically

How to Run EXE files as Administrator in Windows Programmatically

Do you need to execute your application (exe file) as an administrator or apply compatibility options to it?

See author's page
Catalin Gheorghe

May 11th, 2023

#EXE #CUSTOM ACTION #AUTOMATION
Msi error 1603 fatal error during installation
Msi error 1603 fatal error during installation

How to Troubleshoot MSI Error 1603: Fatal Error During Installation

MSI is a Windows Installer package format that uses Microsoft’s Windows Installer service to manage the installation (and uninstallation) of applications.

See author's page
Horatiu Vladasel

May 10th, 2023

#MSI #CUSTOM ACTION
Create msi packages from command line
Create msi packages from command line

Create MSI packages via command lines: Unleash the power of automation

Automation is probably one of the most used words in the IT Industry these days. We can't enter a room without hearing about it in the software packaging industry. However, sometimes simplicity is key.

See author's page
Alex Marin

May 10th, 2023

#MSI #AUTOMATION
Extract msi from exe
Extract msi from exe

How to extract an MSI file from an EXE installer: A comprehensive guide

The MSI Windows Installer is the most popular packaging format used in Enterprise environments. A lot of Independent Software Vendors (ISVs) create their software installer using MSI Windows Installer technology, whether they provide the installer in MSI format directly or wrap it into a setup EXE.

See author's page
Horatiu Vladasel

May 5th, 2023

#MSI #EXE
Dependency supersedence rule sccm deployment
Dependency supersedence rule sccm deployment

SCCM Dependency: Supersedence Rule in Application Packaging - Bug or Feature?

If we were to manually install and manage software on a large number of target devices, the process would be very expensive and complicated. To avoid that hassle, enterprises use software deployment tools to simplify these tasks.

See author's page
Horatiu Vladasel

May 5th, 2023

#SCCM
Winget tool deploy apps intune
Winget tool deploy apps intune

How to use the Winget tool to deploy apps in Microsoft Intune

In this article, we'll explore the various uses of WinGet and the options available when it comes to Store Apps deployment in Intune.

See author's page
Alex Marin

May 4th, 2023

#INTUNE #TOOLS
Repackage java dependent applications as msix
Repackage java dependent applications as msix

How to repackage Java dependent applications as MSIX

Java is an essential component within enterprise environments, powering various business-critical applications that are necessary for daily operations. However, it is also the most targeted platform for malware and cyber-attacks, posing a significant security risk to organizations that rely on it.

See author's page
Horatiu Vladasel

April 27th, 2023

#MSIX #JAVA #REPACKAGER
Ai v20
Ai v20

Advanced Installer 20.6 Released

Advanced Installer 20.6 brings you new functional and stability improvements, while setting the foundations for new features.

April 27th, 2023

Deploy net wpf msi installer
Deploy net wpf msi installer

How to deploy .NET WPF applications using MSI installer

Windows Presentation Foundation (WPF) is a powerful User Interface (UI) framework for building desktop client apps. It's a part of .NET and offers a multitude of helpful features, such as media services, controls, data binding, and security.

See author's page
Renato Ivanescu

April 12th, 2023

#VISUAL STUDIO #MSI #WINDOWS #TIPS
De hardcoding file paths vbscript powershell custom actions
De hardcoding file paths vbscript powershell custom actions

De-hardcoding File Paths Using VbScript and PowerShell Custom Actions

Often throughout the repackaging process, it's frequent to come across files featuring straightforward paths such as: C:\Program Files.

See author's page
Alex Marin

April 11th, 2023

#POWERSHELL #CUSTOM ACTION #MSI #AUTOMATE
Deploy msix with group policies
Deploy msix with group policies

Deploy MSIX Applications with Group Policies: Direct MSIX Deployment and MSI Wrapper Methods Explained

In this article, we'll explore how to deploy an MSIX using Group Policies, covering Direct MSIX Deployment with Scheduled Tasks and the MSI Wrapper method.

See author's page
Alex Marin

April 4th, 2023

#MSIX #POWERSHELL #MSI #TIPS
Add dependencies to dotnet maui msix
Add dependencies to dotnet maui msix

How to Add C++ Dependencies to Your .NET MAUI MSIX Package

.NET MAUI (Multi-platform App UI) is a cross platform framework designed for creating native mobile and desktop applications using C# and XAML. With the .NET MAUI platform, you can create applications that run on Android, iOS, MacOS, and Windows from a single code-base.

See author's page
Alex Marin

April 4th, 2023

#MSIX #TIPS
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 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