I want to extract the msi file of the application I created with Electron and after the msi file runs, an input field such as url, ip address will be output to the user and the value entered here will be set to a file in the application.
I have a desktop application written with Electron. I am getting msi file with Electron-builder. When I run the msi file I have obtained, I want the uploading user to enter a parameter such as url, ip and set this parameter to the config.json file in the application. How can I do that? I also tried to do it with electron-wix-msi but I couldn't.