Pregunta

I want to verify online if the installer can proceed. If I can change the website to whatever I need, is there any way to make this verification in a WiX generated MSI for a desktop app?

¿Fue útil?

Solución 2

I had to create a WiX Custom Action to check it and added it to the After="FindRelatedProducts" in the InstallUISequence tag

Otros consejos

I would get the WiX installer source code and check how it was developed.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top