How to get MSIHANDLE
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi Guru, I'm a newbie in C#, as i know i can get the MSIHANDLE by call MsiOpenDatabase from Win32 SDK, can i call this function directly or there is a better way to get MSIHANDLE.
-
Hi Guru, I'm a newbie in C#, as i know i can get the MSIHANDLE by call MsiOpenDatabase from Win32 SDK, can i call this function directly or there is a better way to get MSIHANDLE.
Your best bet is to p/invoke the Win32 call.
Christian Graus Driven to the arms of OSX by Vista.
-
Hi Guru, I'm a newbie in C#, as i know i can get the MSIHANDLE by call MsiOpenDatabase from Win32 SDK, can i call this function directly or there is a better way to get MSIHANDLE.