I am working on a project where we need to repeat certain steps with powershell to deploy stuff. i would like to create a process/install guidance (steps supported with UI) with WIX but after the msi has finished i have an entry in programs and features. I just need it to execute the powershell and then end without registering in windows. i might be using the wrong tooling or whatever, any suggestions are welcome.
Asked
Active
Viewed 413 times
1 Answers
0
You would have to create a program install wrapper which would install the MSI first and then call the Powershell script.
Some of the tools that might be helpful are:
Hope this helps!

Rajiv Iyer
- 157
- 9