electron-userland / electron-wix-msi

:dvd: Create traditional MSI installers for your Electron app
MIT License
319 stars 93 forks source link

Software revision problem for windows store policy #162

Open promversioning opened 1 year ago

promversioning commented 1 year ago

App Policies: 10.1.2

The product crashes at launch. The issue was observed on multiple devices running Windows build 22000.1574

Observed On: Dell 5280 Tested On: Dell 5280

Steps to reproduce:

Install the product with the provided parameters.

Launch the product, notice that no UI or tray launched app observed.

We built the software in msi and uploaded it for publication on windows store, but in the review they tell us that it crashes with an update dating back to 2/14/2023 precisely OS Build 22000.1574. We believe it is a technical bug of the msi installer type and we ask you if there is any way to fix it so it will pass the review checks. We thank you very much

PS: in this case the parameter provided for silent installation are those found in your documentation: i.e. "/quiet" , Maybe we are doing something wrong and the parameter is not correct?