
kiran.thonse1.5524941654480437E12 asked a question.
Generating a PreReq from an MSI
I have a requirement where an MSI A is invoked by another installer B. As such the MSI A is generated at runtime , and the main installer B than invokes this also is generated at runtime, the input to this being the MSI A.
Given this requirement, since the installer B chains multiple MSIs, we need to use the PreReqs for each of these. Is there a way to crank these PreReqs using a command line or something of that sort ?
All this while I thought thr prq was self contained, but it seems it just references the MSI and just swapping out the MSIs from that fixed location would work for me.
Thanks again. This thread is now resolved.