1

I'm using Wix 3.8 Burn and looking for an event like OnExecuteApp. We can launch bootstrapper.exe using -passive option so that it would auto start its installation process.

(Note: Type "BootStrapper.exe /?" to see other options.)

Question: How can we default set bootstrapper.exe to launch as passive (i.e. using -passive option)?

Thanks

Siguza
  • 21,155
  • 6
  • 52
  • 89
Farrukh Waheed
  • 2,163
  • 2
  • 29
  • 59

1 Answers1

1

This is not possible with the WixStandardBA. You will have to write a custom bootstrapper application, which will have complete control over how it wants to handle the UI.

Sean Hall
  • 7,629
  • 2
  • 29
  • 44