I need to detect what type of installer software is being used for a particular software. How do I do that?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I don't think there's a common way to do it which fits each vendor. I can only talk about Windows Installer based vendors, like InstallShield and WiX. If you use extra functionality provided by a certain vendor (built on top of usual Windows Installer stuff), this can be various custom MSI tables or just specific MSI properties. The Orca tool and verbose installation log file are helpful tools.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.