Written by Alex Marin · February 13, 2024 #MSI #PYTHON As one of the most prominent programming languages in the world, Python is supported by many tools and modules. It’s easy to learn and offers beautifully constructed code — which opens the door to many solutions and endless possibilities. In this particular article, we will […]
Lưu trữ Danh mục: Tin Mới
Tin Mới
Written by Radu Popescu · February 14, 2024 At the Microsoft Build 2022 event, a new opportunity for developers was announced: the ability to upload MSI and EXE applications directly to the Microsoft Store. In this article, I’ll walk you through the steps of publishing your MSI or EXE app to the Microsoft Store. We […]
Written by Renato Ivanescu · February 14, 2024 Creating a seamless user experience for an app often involves using shortcuts. Desktop shortcuts provide a direct method of accessing any application. Now, the main question is: how can we? create a desktop shortcut for an application deployed via an MSI package? This article has you covered. […]
Written by Radu Popescu · February 14, 2024 Ensuring the security and integrity of software applications is a key part of modern digital security practices. Digitally signing an MSI file from the command line is a straightforward process that increases the security and reliability of your application. This article simplifies the process of applying digital […]
Written by Alex Marin · February 22, 2024 Running Python scripts from PowerShell is a powerful way to integrate Python capabilities into a Windows environment. Before diving in how to run a Python script from PowerShellit is important to ensure that Python is installed on your Windows computer. Installing Python on Windows If Python is […]
Written by Alex Marin · February 22, 2024 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. In this article, we examine what a JAR file is, its importance, and its […]
On February 26, 2024, Caphyon Ltd. is proud to announce the release of Advanced Installer 21.5 IN Free, Professional, Enterprise and Architect publications. This version is available for download on the Advanced Installer website. This release brings improvements mostly useful for software vendors who build packages from scratch, with a few exceptions in MSIX repackaging. […]
Written by Alex Marin · February 29, 2024 Installing MSI packages via PowerShell is a widely recognized technique that simplifies the deployment of software across multiple systems, especially for system administrators and IT professionals. In this article, I’ll walk you through the process of installing MSI packages using PowerShell, covering basic installations and those that […]
Written by Alex Marin · March 8th, 2024 In today’s technology-driven workplace, deploying Win32 applications efficiently and securely is a critical challenge for IT departments. Microsoft Intune, a robust cloud-based service for mobile device and application management, offers a comprehensive solution for this task. In this article, we’ll: dive into the Win32 deployment type in Intune, explore […]
Written by Radu Popescu · March 14, 2024 In our previous article, we talked about how to create Web, Offline & Enterprise MSIs all within the same Advanced Installer project. This time, we’re diving deeper and showing you how to create an LZMA-compressed online installer using Advanced Installer. What is an online installer? An online […]