I was hoping to run the msi silently using something like msiexec and the /qn command line parameter... however, I cannot run that from a CustomAction within another msi. So, It appears I am stuck using the Bootstrapper Manifest Generator and a package manifest for the flash msi. This will run, but will not silently.
Are there any other options?
Main Topics
Browse All Topics





by: vadimrapp1Posted on 2008-11-11 at 05:58:06ID: 22930301
The experience of installing installations made by Adobe clearly says that they are so illiterate that for thorough solution they need to be repackaged. That's what I have been doing for Reader since Reader 6. If you read recommendations, you will find that repackaging MSI is not recommended and instead transform should be applied; but these recommendations always assume that the MSI is good, which is not the case more often than it is. Including by the way Microsoft's own packages.
That said, I don't quite understand your problem. You've got MSI from them, which supposedly would install the product so why "MSI cannot call another MSI"? why the need to call one MSI from another?