Reputation: 2703
I want to check the type of MSI if its Win32(Non .Net), .Net, App Mixed(.Net and Win32) or 64bit. I found how to detect type of dll but not type of Windows Installer Package. I am using WiX and C#.Thanks in advance.
Upvotes: 0
Views: 220
Reputation: 3565
The MSI type is stored in the Summary Information Stream in the Template property.
Upvotes: 4