appcmd set apppool /apppool.name:MyAppPool /enable32BitAppOnWin64:true
Redgate Software
$appcmd = "$env:windir\system32\inetsrv\appcmd.exe set apppool /apppool.name:MyAppPool /enable32BitAppOnWin64:true" Invoke-Expression $appcmd
Tips and how-to guides for Redgate products
Ask, discuss, and solve questions about Redgate's tools
Meet us at an event, get sponsored, and join our Friends of Redgate
In-depth articles and opinion from Redgate's technical journal
Comments
Redgate Software
This works fine for us.
I added a suggestion at http://redgate.uservoice.com/forums/176290-deployment-manager/suggestions/5570073-configure-the-enable-32-bit-applications-setting regarding a DM variable for this setting.