wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

LoadUserProfile support for WebAppPool Element #3013

Open wixbot opened 13 years ago

wixbot commented 13 years ago

Hi.

I would like to request that the WebAppPool Element in the Iis Extension support the ability to load the user's profile (ex. LoadUserProfile="True").

By default, if the application pool is created by wix, the "Load User Profile" property will be set to False.

Thank you.

Originally opened by icnocop from http://sourceforge.net/p/wix/feature-requests/625/

wixbot commented 10 years ago

Originally changed by barnson Release set to v3.x

walldir commented 6 years ago

This is going to be done at any time or this is something there is not going to be created? Do you have any alternative solution for that?

robmen commented 6 years ago

This issue is open and unassigned. That means it is waiting for someone to investigate the root problem, discuss possible solutions to that problem then implement the decided solution.

If you are interested in doing so yourself, our developer documentation provides a great checklist for getting started.

If you are not interested then you are waiting for someone else to become interested. If this issue has been open for a long time then there probably isn't much interest in this particular issue. In that case, you'll want to consider how to motivate others to fix it for you. This is a pretty good list of support options.

Jertix commented 2 years ago

My workaround is this: <CustomAction Id="ReconfigureLoadUserProfile" Directory="MYWEBWEBSITE" Execute="deferred" Impersonate="no" ExeCommand="[System64Folder]inetsrv\AppCmd.exe set config -section:applicationPools &quot;/[\[]name=&#39;[WEB_APP_NAME]&#39;[\]].processModel.loadUserProfile:true&quot;" Return="ignore"/>