|
Winget is becoming increasingly popular, and the official repository is growing larger as new applications are added. Many ISVs who place their apps on the repository already have a well-established process to keep them up to date. [...]
|
|
|
Full View / NID: 98347 / Submitted by: The Zilla of Zuron
|
|
Starting with Advanced Installer version 23.0, you can bundle multiple applications into an installer that acts as an application store, allowing your users to choose which app to install. [...]
|
|
|
Full View / NID: 98285 / Submitted by: The Zilla of Zuron
|
|
Understanding how actions are sequenced when building or customizing Windows Installer (MSI) packages is essential. [...]
|
|
|
Full View / NID: 98284 / Submitted by: The Zilla of Zuron
|
|
What version of Windows do I have? This is a far more common question than we’d think. Checking the OS version is important in software packaging and deployment, especially in the modern world. Each new OS version may include new functionality that third-party software developers can use. In cases like this, it is recommended to first check the actual OS version before installing or updating the software. [...]
|
|
|
Full View / NID: 98270 / Submitted by: The Zilla of Zuron
|
|
In a previous blog article, we discussed what an EXE setup file is, how it differs from an MSI installer, and other general EXE file particulars related to Windows setup.exe. [...]
|
|
|
Full View / NID: 98234 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 23.3 was released on December 4th, 2025
|
|
|
Full View / NID: 98229 / Submitted by: The Zilla of Zuron
|
|
The message is clear: PowerShell is taking over the scripting world within the Windows OS. Until now, many different scripting languages have been used, with batch scripting being the most popular, and later replaced by VBScript. [...]
|
|
|
Full View / NID: 98216 / Submitted by: The Zilla of Zuron
|
|
Visual Studio is a complete development environment for writing, testing, and deploying applications across different platforms. Beyond coding, it also supports creating MSI installers directly within the IDE. [...]
|
|
|
Full View / NID: 98197 / Submitted by: The Zilla of Zuron
|
|
If you’re an IT administrator managing multiple Windows servers, you may have heard of Remote Server Administration Tools (RSAT). RSAT is a collection of Microsoft utilities that let you manage Windows Server roles and features remotely from a Windows client machine — meaning you don’t need to log in to the server itself to perform administrative tasks. [...]
|
|
|
Full View / NID: 98196 / Submitted by: The Zilla of Zuron
|
|
Creating installer packages sometimes requires presenting item lists in custom dialogs, where data must line up cleanly rather than drift into uneven text blocks. Advanced Installer offers controls such as ComboBox, ListBox, and CheckListView. However, to correctly align columns in these controls, there are some steps you should be aware of. [...]
|
|
|
Full View / NID: 98109 / Submitted by: The Zilla of Zuron
|
|
PSADT 4.1.X finally brings direct user interaction to Intune deployments, so no more ServiceUI.exe. The new Invoke-AppDeployToolkit.exe automatically detects active sessions, displaying messages and prompts right from Intune. But the new Defer feature doesn’t work on an exact timer; it depends on Intune’s own unpredictable recheck cycle. [...]
|
|
|
Full View / NID: 98110 / Submitted by: The Zilla of Zuron
|
|
Automatically converting your App-V application to MSIX spares you from rebuilding it from the ground up. [...]
|
|
|
Full View / NID: 98090 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 23.2 was released on October 28th, 2025
|
|
|
Full View / NID: 98071 / Submitted by: The Zilla of Zuron
|
|
Converting PowerShell scripts into standalone executables with PS2EXE has always carried one persistent inconvenience: the external files. [...]
|
|
|
Full View / NID: 98031 / Submitted by: The Zilla of Zuron
|
|
Modern-day application packaging often relies on free, open-source scripting methods, and one of the most widely adopted is the PowerShell App Deployment Toolkit (PSADT). However, there are cases where PSADT alone is not sufficient. In such cases, the Advanced Installer Architect steps in to complement the workflow of an application packager. [...]
|
|
|
Full View / NID: 98032 / Submitted by: The Zilla of Zuron
|
|
Software updates are an important part of keeping applications secure, stable, and competitive. But they also serve as a valuable business tool, as each new release is an opportunity to remind customers of your product and encourage them to maintain or renew their subscription. [...]
|
|
|
Full View / NID: 98002 / Submitted by: The Zilla of Zuron
|
|
Customizing the App Installer UI used to require manually editing an XML file and adding it to your MSIX application. With Advanced Installer, however, you can do the customization directly from its graphical user interface, no XML editing is required. [...]
|
|
|
Full View / NID: 97962 / Submitted by: The Zilla of Zuron
|
|
Windows fonts are a set of digital files that define how text appears on the screen or in print. [...]
|
|
|
Full View / NID: 97963 / Submitted by: The Zilla of Zuron
|
|
The Windows services are apps that run in the background of the Windows operating system without direct user interaction. But how do you build and install a .NET-based service? [...]
|
|
|
Full View / NID: 97946 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 23.1 was released on September 25th, 2025
|
|
|
Full View / NID: 97928 / Submitted by: The Zilla of Zuron
|