WMI - Protovcol - Multi Threaded is not working. I'm trying to uninstall and install a Installshield pacakge using the WMI protocoal and it is using single threaded. Looks like an issue with FB. Can you please check..
Hi
This issue is a result of the Windows API itself rather than FinalBuilder. We prevent some actions from running under Async action groups (as a safety measure) but in this case we do not.
Are you attempting to perform an installation and an un-installation in parallel on the same machine?
Regards,
Steve
This is what we are doing..
We have 6 different wintel machines and we are trying to install the msi (installshield) package using WMI.
First with Async process - Uninstall package in 6 machines simultaneously..and then after successful installation, install the packages in ASync process
This is not happening. These tasks are not running async. It is taking 5min for each server.
Can you please taks this as priority...
This problem is happening in our deployment too. Can you please look into this on priority
We’re currently testing a fix for this, we’ll issue a new build with the fix soon provided it doesn’t show up any side effects (so far so good).