Hi
I'm trying to set up an install of multiple games from one package.
All games are optional installs.
When adding game explorer data using the gaming extension I get MSIHANDLE
leaks if some of the games (and therefore the gaming data) is not installed.
The leaks are during the WixSchedGameExplore
ing
if(WCA_TODO_UNKNOWN == todo)
{
continue;
}
as an extra check fixed the problem
Gavin
On Thu, Sep 29, 2011 at 11:04 AM, Gavin Dodd wrote:
> Hi
> I'm trying to set up an install of multiple games from one package.
> All games are optional installs.
> When
2 matches
Mail list logo