-
hi, i have also a bootstapper app which bundle msi1 with 2 other msi. The package.exe getting failed as it says could not install msi1 as it does not have any application. I wanted to execute msi1 first and get some user info which will be used by msi2 and ms3. how can i achieve it?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not supported by Burn. You'll want to write a custom BootstrapperApplication to get all user input up front, and pass the values to the chained packages. |
Beta Was this translation helpful? Give feedback.
This is not supported by Burn. You'll want to write a custom BootstrapperApplication to get all user input up front, and pass the values to the chained packages.