I need to detect what type of installer software is being used for a particular software. How do I do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.