I have an .Net 6 exe that is published as a single exe with its app config along side it. I want to run this exe after the commit stage of the wix installation. I know that the exe can be embedded in the msi using the Binary element and specifying a custom action to run this exe. What I don't know is how do a specify the app config of this exe? Does anyone know how to do this?
0
There are 0 best solutions below
Related Questions in CUSTOM-ACTION
- rasa not responding when setting the value of session_persistence: true using socket
- VS2010 Installer Project Custom Action to run an EXE is failing
- How to execute a custom action when a user changes a feature from 'selected' to 'unselected'?
- WiX v4 - execommand not working - works fine on command line
- How to get the additional CA dll from a Wix Custom Action build into a nuget package?
- Wix 4: How to run console application referenced from the setup project
- Unit Testing of Deferred Custom Actions in wix
- How can to run custom action that would run on CANCEL/abort installation?
- Flutterflow package plaid_flutter: ^3.1.4 throws error upon initializing PlaidLink with the correct LinkToken in Custom Action. What am I missing?
- To validate user install step in installer project in Visual Studio 2022
- How to connect appwrire with flutterflow...?
- How to specify the application config file in a Wix Custom Action that will execute an exe that is in a Binary element?
- How to invoke exe using custom action in WIX V4?
- run .msi file compiled from wxs without any installation whatsoever
- Wix4: Perform validations in Bundle.wxs
Related Questions in WIX3.5
- How to update a value in an msi registry table as REG_DWORD
- Understanding MSI uninstall - EXECUTEACTION = INSTALL
- Using WiX, how to skip a component when a certain registry key does not exist?
- WiX: CustomAction based on the outcome of another CustomAction
- Installer (wix built msi) does not remove a feature element (a directory) during uninstallation
- WIX Feature Tree with Checkbox selection
- How to HeatDirectory 2 or more times against directories with the same files?
- WiX - harvest non project assemblies in setup output
- Getting SQL Server instance name in WIX?
- Using pkgmgr to install IIS 7
- WiX -- Set Component Directory at Install Time?
- Wix created cub file
- CAQuietExec Command string must begin with quoted application name
- HOW to select file according to intl setting
- How to include MFC and Visual Studio CRT libraries into MSI installer?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?