The MsiEnumProductsEx function enumerates through one or all the instances of products that are currently advertised or installed in the specified contexts. This function supersedes MsiEnumProducts.
5/16/2012 8:56:34 AM - janiek.buysrogge@gmail.com-194.78.138.114
The MsiEnumProductsEx function enumerates through one or all the instances of products that are currently advertised or installed in the specified contexts. This function supersedes MsiEnumProducts.
5/16/2012 9:20:26 AM - -80.121.78.224
.
EntryPoint="MsiEnumProductsExW",
.
public static extern uint MsiEnumProductsEx(
.
uint res = MsiInterop.MsiEnumProductsEx(codeToFind, null, (uint)MsiInterop.MSIINSTALLCONTEXT.MSIINSTALLCONTEXT_USERUNMANAGED, 0, code, out junk, szSid, ref pccSid);
The MsiEnumProductsEx function enumerates through one or all the instances of products that are currently advertised or installed in the specified contexts. This function supersedes MsiEnumProducts.
5/16/2012 8:56:34 AM - janiek.buysrogge@gmail.com-194.78.138.114
The MsiEnumProductsEx function enumerates through one or all the instances of products that are currently advertised or installed in the specified contexts. This function supersedes MsiEnumProducts.
5/16/2012 9:20:26 AM - -80.121.78.224
.
EntryPoint="MsiEnumProductsExW",
.
public static extern uint MsiEnumProductsEx(
.
uint res = MsiInterop.MsiEnumProductsEx(codeToFind, null, (uint)MsiInterop.MSIINSTALLCONTEXT.MSIINSTALLCONTEXT_USERUNMANAGED, 0, code, out junk, szSid, ref pccSid);