1

I am very new to wix and windows installer

My installer needs .net 4.7.2 as prerequisite. So the I added this as a prerequisite and wix restarts the computer. After the restart the installation continues, but my BootstrapperApplication checks some other prerequisite conditions and prevents installation.

But I can see the still see uninstall option in the control panel even though nothing is installed.

How do I prevent creation of uninstall?

Appu
  • 185
  • 1
  • 3
  • 6
  • I haven't faced this particular problem, but the first question is why your setup didn't refuse to install on first launch given the other, missing prerequisite condition? I would exit early if success is not possible. – Stein Åsmul Jun 20 '19 at 23:33
  • Because my BootstrapperApplication is in 4.7.2 so it can't run until 4.7.2 is installed – Appu Jun 21 '19 at 14:06

0 Answers0