I new to WIX. I have an requirement to run a batch file using MSI installer. I have done the below steps.
- Call the batch from a C# sharp code and converted it into dll.
- I used WIX_Mondo and called the dll using custom action. Its working fine with some unwanted scenario.
- But I need just one dialog with a single button. Just click on the button - to call the dll and run batch.
Please help me. Thanks.