DORSETRIGS
Home

windows-installer (34 post)


posts by category not found!

How to find version of an application installed using c#

How to Find the Version of an Application Installed Using C In software development especially when managing applications on a Windows operating system it s oft

3 min read 08-10-2024 31
How to find version of an application installed using c#
How to find version of an application installed using c#

Is the PackageCode for an MSI stored anywhere in windows?

Unveiling the Mystery Where Does the MSI Package Code Hide in Windows Many Windows users and developers find themselves grappling with the elusive Package Code

2 min read 07-10-2024 19
Is the PackageCode for an MSI stored anywhere in windows?
Is the PackageCode for an MSI stored anywhere in windows?

How to register file assocation in a separate component in WiX

Unlocking Flexibility Registering File Associations in a Separate Wi X Component The Challenge Keeping Your Installer Clean and Modular Imagine a scenario where

3 min read 06-10-2024 34
How to register file assocation in a separate component in WiX
How to register file assocation in a separate component in WiX

How to add a warning message if app is open and user want to uninstall it

Prevent Accidental App Uninstall Displaying a Warning Message in Android Have you ever accidentally uninstalled an app you needed Its a frustrating experience e

2 min read 05-10-2024 45
How to add a warning message if app is open and user want to uninstall it
How to add a warning message if app is open and user want to uninstall it

Uninstall VSTO plugin using batch file

Uninstalling VSTO Plugins with a Batch Script A Simple Guide VSTO Visual Studio Tools for Office plugins can be helpful for enhancing your Office applications b

2 min read 05-10-2024 53
Uninstall VSTO plugin using batch file
Uninstall VSTO plugin using batch file

MsiSummaryInfoSetProperty() returns error code 1627 while updating the package code

Understanding the Error Msi Summary Info Set Property Returns Error Code 1627 While Updating Package Code When working with Windows Installer and the Msi Summar

2 min read 29-09-2024 67
MsiSummaryInfoSetProperty() returns error code 1627 while updating the package code
MsiSummaryInfoSetProperty() returns error code 1627 while updating the package code

How to specify the update location for Electron Wix MSI installer?

How to Specify the Update Location for Electron Wix MSI Installer When developing applications with Electron packaging and distributing your app efficiently is

2 min read 24-09-2024 70
How to specify the update location for Electron Wix MSI installer?
How to specify the update location for Electron Wix MSI installer?

How to run Delphi silent installer on a machine that has no valid license?

How to Run Delphi Silent Installer on a Machine Without a Valid License If you are trying to run a Delphi silent installer on a machine that lacks a valid licen

3 min read 23-09-2024 53
How to run Delphi silent installer on a machine that has no valid license?
How to run Delphi silent installer on a machine that has no valid license?

Install a file to Program data folder using Visual Studio 2022 Setup project

How to Install Files to the Program Data Folder Using Visual Studio 2022 Setup Project When creating applications in Visual Studio 2022 one common requirement i

3 min read 23-09-2024 62
Install a file to Program data folder using Visual Studio 2022 Setup project
Install a file to Program data folder using Visual Studio 2022 Setup project

Why can I call the same .msi twice / multiple times on Windows Server operating system?

Understanding Why You Can Call the Same MSI Multiple Times on Windows Server Introduction to MSI Files The Windows Installer package file known as a MSI file is

3 min read 22-09-2024 53
Why can I call the same .msi twice / multiple times on Windows Server operating system?
Why can I call the same .msi twice / multiple times on Windows Server operating system?

VisualStudio 2022 CRT MergeModules overwrites newer msvcp140.dll

Understanding the Issue Visual Studio 2022 CRT Merge Modules Overwriting Newer msvcp140 dll When working with Visual Studio 2022 many developers encounter a per

3 min read 21-09-2024 44
VisualStudio 2022 CRT MergeModules overwrites newer msvcp140.dll
VisualStudio 2022 CRT MergeModules overwrites newer msvcp140.dll

Basic MSI Installer with Custom action to invoke a cmd batch script

How to Create a Basic MSI Installer with Custom Action to Invoke a CMD Batch Script Creating an MSI Microsoft Installer package is essential when you need to de

2 min read 20-09-2024 53
Basic MSI Installer with Custom action to invoke a cmd batch script
Basic MSI Installer with Custom action to invoke a cmd batch script

"System.DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies" error

Understanding and Resolving the System Dll Not Found Exception Unable to load DLL e sqlite3 or one of its dependencies Error If you are developing an applicatio

3 min read 19-09-2024 71
"System.DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies" error
"System.DllNotFoundException: Unable to load DLL 'e_sqlite3' or one of its dependencies" error

con't install .msi in windows

How to Fix the Issue of Not Being Able to Install MSI Files in Windows Encountering problems while trying to install msi files on a Windows system can be frustr

3 min read 19-09-2024 51
con't install .msi in windows
con't install .msi in windows

How to include c++ redistributable package to installer file in c#

How to Include the C Redistributable Package in Your C Installer When developing applications in C you may encounter situations where your application depends o

3 min read 18-09-2024 53
How to include c++ redistributable package to installer file in c#
How to include c++ redistributable package to installer file in c#

Allow downgrades from MSI versions from CPack and Wix within CMake

Allowing Downgrades from MSI Versions with C Pack and Wi X in C Make In the world of software development managing versions is crucial especially when dealing w

3 min read 17-09-2024 50
Allow downgrades from MSI versions from CPack and Wix within CMake
Allow downgrades from MSI versions from CPack and Wix within CMake

How to pass customactiondata with textbox value from dialog to Power shell script in InstallShield 2023

How to Pass Custom Action Data with Text Box Value from Dialog to Power Shell Script in Install Shield 2023 In Install Shield 2023 a common requirement is to pa

2 min read 17-09-2024 57
How to pass customactiondata with textbox value from dialog to Power shell script in InstallShield 2023
How to pass customactiondata with textbox value from dialog to Power shell script in InstallShield 2023

UAC prompt at the launch of msi launch with wix toolset by heatwave

Understanding UAC Prompt during MSI Launch with Wi X Toolset A Guide by Heatwave User Account Control UAC is a vital Windows feature designed to improve securit

2 min read 16-09-2024 54
UAC prompt at the launch of msi launch with wix toolset by heatwave
UAC prompt at the launch of msi launch with wix toolset by heatwave

Attempting to perform a major upgrade with Installshield 2022 behaves as a downgrade

Understanding Major Upgrades in Install Shield 2022 Why They Might Seem Like Downgrades When working with Install Shield 2022 you may encounter a perplexing sit

3 min read 14-09-2024 52
Attempting to perform a major upgrade with Installshield 2022 behaves as a downgrade
Attempting to perform a major upgrade with Installshield 2022 behaves as a downgrade

Checking new files added in patch(msp)

Checking New Files Added in Patch MSP When managing software applications particularly those developed with Microsoft technologies it s common to deal with patc

2 min read 14-09-2024 53
Checking new files added in patch(msp)
Checking new files added in patch(msp)

C# setup project installs in C:

C Setup Project Installing to C Drive Instead of Custom Location Heres the Fix You ve built a C setup project and despite setting the default install location t

2 min read 06-09-2024 78
C# setup project installs in C:
C# setup project installs in C:

Elevate MSI install while allowing user based actions

Elevating MSI Install Permissions While Preserving User Context This article addresses a common issue faced by developers when attempting to elevate permissions

3 min read 06-09-2024 50
Elevate MSI install while allowing user based actions
Elevate MSI install while allowing user based actions

Create a new user and install windows service using that user

Installing Windows Services with a New User A Step by Step Guide This article explores a common challenge encountered when installing Windows services using a n

2 min read 06-09-2024 57
Create a new user and install windows service using that user
Create a new user and install windows service using that user

WIX build error ICE61: Upgrade.ActionProperty ... cannot be authored in the Property table

Troubleshooting ICE 61 Upgrade Action Property Error in Wi X Installers When building your Wi X installer encountering the dreaded ICE 61 Upgrade Action Propert

2 min read 03-09-2024 46
WIX build error ICE61: Upgrade.ActionProperty ... cannot be authored in the Property table
WIX build error ICE61: Upgrade.ActionProperty ... cannot be authored in the Property table

I am facing a problem while updating the Tauri app.exe icon

Updating Tauri App Icons A Comprehensive Guide Tauri a powerful framework for building cross platform desktop applications offers an easy way to customize your

2 min read 02-09-2024 50
I am facing a problem while updating the Tauri app.exe icon
I am facing a problem while updating the Tauri app.exe icon