Make Homepage | Add To Favorites | Print Page | Submit News | Feedback | Contact | 

Your Technical Computer Information Resource!  
     

  Caphyon related Technical Updates [Page: 1 of 40] @ TACKtech Corp.  

12.363.2025 - Caphyon Ltd.: The Best Alternatives to WinGet: Windows Package Managers Compared



View Caphyon related news. 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

12.356.2025 - Caphyon Ltd.: How to Customize Your Suite Installer Theme



View Caphyon related news. 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

12.356.2025 - Caphyon Ltd.: InstallExecuteSequence vs InstallUISequence Table for MSI Installers



View Caphyon related news. 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

12.349.2025 - Caphyon Ltd.: How to Check Windows OS Version and System Architecture for Software Packaging



View Caphyon related news. 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

12.342.2025 - Caphyon Ltd.: How to Run an .exe File on a Mac



View Caphyon related news. 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

12.338.2025 - Caphyon Ltd.: Advanced Installer 23.3



View Caphyon related news. Advanced Installer 23.3 was released on December 4th, 2025
Full View / NID: 98229 / Submitted by: The Zilla of Zuron

12.336.2025 - Caphyon Ltd.: How to Run EXE Files using PowerShell



View Caphyon related news. 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

11.325.2025 - Caphyon Ltd.: How to Create an MSI Installer with Visual Studio 2026



View Caphyon related news. 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

11.325.2025 - Caphyon Ltd.: How to install RSAT on Windows 11



View Caphyon related news. 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

11.310.2025 - Caphyon Ltd.: How to Correctly Align Columns in ComboBox, ListBox, or CheckListView in Advanced Installer



View Caphyon related news. 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

11.309.2025 - Caphyon Ltd.: PSADT Service UI Deprecated



View Caphyon related news. 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

10.304.2025 - Caphyon Ltd.: App-V to MSIX Conversion: MSIX Packaging Tool Limitations



View Caphyon related news. 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

10.301.2025 - Caphyon Ltd.: Advanced Installer 23.2



View Caphyon related news. Advanced Installer 23.2 was released on October 28th, 2025
Full View / NID: 98071 / Submitted by: The Zilla of Zuron

10.289.2025 - Caphyon Ltd.: How to use the new PS2EXE -embedFiles parameter



View Caphyon related news. 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

10.288.2025 - Caphyon Ltd.: How Advanced Installer Architect Complements PSADT in Application Packaging



View Caphyon related news. 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

10.283.2025 - Caphyon Ltd.: Turn Software Updates into a Subscription Renewal Strategy with Advanced Installer Updater



View Caphyon related news. 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

10.275.2025 - Caphyon Ltd.: Customize Your App Installer UI in Minutes - No XML Required



View Caphyon related news. 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

10.274.2025 - Caphyon Ltd.: Handle fonts on Windows with PowerShell



View Caphyon related news. 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

09.268.2025 - Caphyon Ltd.: How to Create a WiX Installer for a Windows Service (.NET)



View Caphyon related news. 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

09.268.2025 - Caphyon Ltd.: Advanced Installer 23.1



View Caphyon related news. Advanced Installer 23.1 was released on September 25th, 2025
Full View / NID: 97928 / Submitted by: The Zilla of Zuron
  Popular Tech News  
  Most Viewed News  
  Top Affiliates  
.....