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

Your Technical Computer Information Resource!  
     

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

11.21.2024 - Caphyon Ltd.: Code Signing Your Inno Setup Installers



View Caphyon related news. You've put in the hard work to create an Inno Setup installer, and now it’s time to make sure end users trust your installer. Adding a digital signature to your setup file gives it credibility and protects it from tampering. [...]
Full View / NID: 96789 / Submitted by: The Zilla of Zuron

11.21.2024 - Caphyon Ltd.: How to Install Files into a Registry specified path using Wise Package Studio



View Caphyon related news. When creating an installer package, you typically provide a default installation folder and allow the users to modify it if required. But what if you need to set the installation path based on a value saved in the registry? [...]
Full View / NID: 96788 / Submitted by: The Zilla of Zuron

11.08.2024 - Caphyon Ltd.: How to Register File Types/Extensions with a WiX Installer?



View Caphyon related news. File associations play a key role in enhancing user experience and streamlining workflows. [...]
Full View / NID: 96745 / Submitted by: The Zilla of Zuron

11.08.2024 - Caphyon Ltd.: How to Verify Software Digital Signature



View Caphyon related news. Ensuring the integrity and authenticity of software is essential for maintaining security and user trust. Digital signatures provide a reliable method for verifying the origin and integrity of files, helping to prevent tampering and unauthorized modifications. [...]
Full View / NID: 96744 / Submitted by: The Zilla of Zuron

11.04.2024 - Caphyon Ltd.: Advanced Installer 22.2



View Caphyon related news. Advanced Installer 22.2 was released on November 4th, 2024
Full View / NID: 96694 / Submitted by: The Zilla of Zuron

11.01.2024 - Caphyon Ltd.: How to Add Launch Condition in Wise Package Studio



View Caphyon related news. Software products often require additional components to be installed on the target machine to run correctly. Therefore, it’s crucial to ensure that these components are present before proceeding with the application installation. [...]
Full View / NID: 96700 / Submitted by: The Zilla of Zuron

10.25.2024 - Caphyon Ltd.: How to Deploy an EXE File via Group Policy Using PowerShell



View Caphyon related news. Group Policy Objects (GPOs) are a powerful feature of Windows environments that enable administrators to control and configure operating systems, programs, and user settings across a network. [...]
Full View / NID: 96669 / Submitted by: The Zilla of Zuron

10.25.2024 - Caphyon Ltd.: How to Automatically Uninstall a Previous Application Version with Inno Setup



View Caphyon related news. Updates are crucial in software development, enabling developers to add new features, fix bugs, and enhance security. Regular updates are essential to maintaining the performance and reliability of applications. [...]
Full View / NID: 96668 / Submitted by: The Zilla of Zuron

10.18.2024 - Caphyon Ltd.: How to Force Intune to Run App Installations in a 64-bit Context



View Caphyon related news. Those of you already familiar with Intune might have noticed that, by default, Intune runs the application installer process in a 32-bit context. Unlike SCCM, Intune doesn’t offer an option to start app installation in a 64-bit context with a simple checkbox. [...]
Full View / NID: 96634 / Submitted by: The Zilla of Zuron

10.10.2024 - Caphyon Ltd.: How to Apply Current User (HKCU) Registry Values for All Users During Installation



View Caphyon related news. In an enterprise environment, applications are often deployed via configuration management tools like Intune, SCCM (MECM), or similar. These installations typically occur in the system context because end users lack administrative privileges. As a result, user-specific registry keys under the HKEY_CURRENT_USER (HKCU) hive are not applied during the installation process. [...]
Full View / NID: 96618 / Submitted by: The Zilla of Zuron

10.10.2024 - Caphyon Ltd.: How to Sign an EXE With a Code Signing Certificate



View Caphyon related news. Signing an executable (EXE) file with a code signing certificate is essential for ensuring the authenticity and integrity of the software, especially in security-conscious environments. [...]
Full View / NID: 96617 / Submitted by: The Zilla of Zuron

10.04.2024 - Caphyon Ltd.: How to Digitally Sign a PowerShell Script - A Step-by-Step Guide



View Caphyon related news. PowerShell scripts are an effective tool for automating tasks, but with great power comes a need for security. [...]
Full View / NID: 96598 / Submitted by: The Zilla of Zuron

10.01.2024 - Caphyon Ltd.: Advanced Installer 22.1



View Caphyon related news. Advanced Installer 22.1 was released on October 1st, 2024
Full View / NID: 96561 / Submitted by: The Zilla of Zuron

09.26.2024 - Caphyon Ltd.: ImageMagick MSIX is Now Built and Signed with Trusted Signing via Advanced Installer



View Caphyon related news. The ImageMagick team has recently adopted Trusted Signing to enhance the security and reliability of its binaries and installers. [...]
Full View / NID: 96550 / Submitted by: The Zilla of Zuron

09.24.2024 - Caphyon Ltd.: Code Signing Certificates Types



View Caphyon related news. In today's IT world, keeping software distribution secure and maintaining its integrity is crucial. [...]
Full View / NID: 96551 / Submitted by: The Zilla of Zuron

09.23.2024 - Caphyon Ltd.: How to install the .NET framework as a prerequisite using Inno Setup



View Caphyon related news. Software applications often require certain components, like runtime environments, databases, or other software to run properly. It’s important to make sure the right versions of these components are installed before the main application runs. [...]
Full View / NID: 96552 / Submitted by: The Zilla of Zuron

09.13.2024 - Caphyon Ltd.: How to digitally sign an MSI installer using different methods



View Caphyon related news. Ensuring the security and integrity of software applications is a key part of modern digital safety practices. Digitally signing an MSI file from the command line is a straightforward process that enhances the security and trustworthiness of your application. [...]
Full View / NID: 96499 / Submitted by: The Zilla of Zuron

09.13.2024 - Caphyon Ltd.: A Beginner's Guide to Simplifying Software Deployment with PDQ Deploy



View Caphyon related news. Configuration Manager as well as Intune are by all means the most widely used of the software deployment tools within organizations worldwide. Although these are truly great tools for big corporations, they might be a bit out of the scope for small or medium size organizations due to their complication and a lot of learning is required. [...]
Full View / NID: 96498 / Submitted by: The Zilla of Zuron

09.06.2024 - Caphyon Ltd.: Windows 7 Deprecation Announcement



View Caphyon related news. With the release of Advanced Installer version 22.0, our software can no longer be installed on Windows 7. [...]
Full View / NID: 96501 / Submitted by: The Zilla of Zuron

09.06.2024 - Caphyon Ltd.: How to Check if a Specific .NET Framework Version is Installed using Inno Setup



View Caphyon related news. Many applications require additional components installed on the target system to run properly. Therefore, before installing an application, it’s important to ensure all prerequisites are met. One common prerequisite is the .NET Framework. [...]
Full View / NID: 96500 / Submitted by: The Zilla of Zuron
  Popular Tech News  
  Most Viewed News  
  Top Affiliates  
.....