I had the same problem when trying to install a module from the gallery. Application pool had necessary NTFS permissions (Modify) on all directories. The workaround that worked for me was to download the module package from gallery web site to local computer and then install it from the Modules\Installed page using the "Install a module from your computer" link. Similar option (Install a theme from your computer) exists for Themes, so maybe it will work for you.
--Daniel On Fri, Mar 30, 2012 at 7:46 AM, Andrew Cain <misterc...@gmail.com> wrote: > The asp.net worker process needs write access to those directories. You > should be able to add the account or the IIS_IUSRS group to the NTFS > permissions on those directories to get it working. > > Cheers, > Drew > > > > -------- Original message -------- > Subject: Install themes - Install package failed > From: Aaron Seet <aaron.s...@aspinsiders.com> > To: orchard-discuss@lists.outercurve.org > CC: > > > Ok after getting pass the sub web.config locking problem, it appears > attempting to install themes from the gallery is hitting a different > problem.**** > > ** ** > Install package failed**** > > Skip to navigation > <http://localhost/Orchard14/Packaging/PackagingServices/InstallGallery?packageId=Orchard.Theme.FloralOrangeOne&version=1.0&sourceId=1&redirectUrl=%2FOrchard14%2FPackaging%2FGallery%2FThemes%3Fpage%3D2#Menu-admin> > **** > > Package installation failed: There was an error installing the requested > package. This can happen if the server does not have write access to the > '~/Modules' or '~/Themes' folder of the web site. If the site is running in > shared hosted environement, adding write access to these folders sometimes > needs to be done manually through the Hoster control panel. Once Themes and > Modules have been installed, it is recommended to remove write access to > these folders.**** > > ** ** > > ** ** > > This is despite granting the App pool identity permissions just like v1.3. > **** > > ** ** > > I noted from procmon when attempting to install a theme, several Queryopen > operations to the following path and files within were called, but they end > in NAME NOT FOUND, PATH NOT FOUND results. No access denied errors to hint > other problems.**** > > ** ** > > E:\projects\collab\Orchard.Web.1.4.0\Orchard\Packaging**** > > ** ** > > ** ** > > Any clues to the nature of this error?**** > > ** ** > > Thanks,**** > > Aaron**** >