When I use in 32-bit program WixSharp.AppSearch.GetProducts and WixSharp.AppSearch.GetProductCode, these functions drops.
In 64-bit version they work right.
When I try to detect if my product is installed I use project.GUID, but it isn't the same as returns AppSearch.GetProductCode(projectName). It differs from project.GUID in last 6 symbols. It's the same as project.ID. How can I get project.ID from project.GUID?
Or how transfer project.ID from main function where MSI is building to UIInitialized event handler?
In 64-bit version they work right.
When I try to detect if my product is installed I use project.GUID, but it isn't the same as returns AppSearch.GetProductCode(projectName). It differs from project.GUID in last 6 symbols. It's the same as project.ID. How can I get project.ID from project.GUID?
Or how transfer project.ID from main function where MSI is building to UIInitialized event handler?