Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I get the ProductCode from an InstallShield executable?

I can programmatically query an MSI and retrieve such properties as the ProductCode. Is there a way to query an Installshield executable to get the properties of the MSI that it contains?

like image 625
Peter Kelly Avatar asked Dec 15 '25 20:12

Peter Kelly


1 Answers

I guess installshield executable is kind of a self extracting executable. It first extracts files to a temp folder and then runs the setup. If the exe supports commandline switch to extract all the files then you can make it extract through your program and then query the MSI for product code.

like image 108
ajay_whiz Avatar answered Dec 17 '25 12:12

ajay_whiz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!