[WiX-users] Gaming extension leaking MSIHANDLES

2011-09-29 Thread Gavin Dodd
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

Re: [WiX-users] Gaming extension leaking MSIHANDLES

2011-09-29 Thread Gavin Dodd
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