Hi I am trying to use the msidb.exe to embed a cabinet file into my MSI like so:
msidb.exe -d Setup.msi -a file.cab
When I open the MSI in InstEd I can see it in the _streams table but in Orca it is not getting added to the media table.
Am i missing something?