Devashri B.
Devashri B.

Reputation: 2703

How to check MSI type if its Win32 (Non .net), .Net, App Mixed(.Net and Win32) 64 bit in c#?

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

Answers (1)

Ciprian
Ciprian

Reputation: 3565

The MSI type is stored in the Summary Information Stream in the Template property.

Upvotes: 4

Related Questions