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?
Asked
Active
Viewed 57 times
2 Answers
0
I would get the WiX installer source code and check how it was developed.

Fabito
- 1,165
- 2
- 13
- 30
-
The WiX installler has not implemented this feature yet. Implementing this is the whole purpose of this question. – Jader Dias Jun 26 '13 at 19:30
0
I had to create a WiX Custom Action to check it and added it to the After="FindRelatedProducts"
in the InstallUISequence
tag

Jader Dias
- 162
- 1
- 9