Hi,
In the next version of my Smart-Thinker Wall module I want to move images to portal level instead of under DesktopModules (effectively Host level). This will allow image customizations to be done at portal level (for example, if you have a set of flags that all modules can use but needs to diffe by portal).
My plan is to use the format:
Portals\CompanyName\Images\
eg.
Portals\Smart-Thinker\Images
The problem is that when I install a module I need to add the images to any portal that will use the module. So if you are installing it on a server with 10 portals then it really needs to create and write the image files to each one. I don't think there is any other way other than instructing the installer to create the folder under each portal and copy the files manually? From the looks of this post, the DNN installer can only write under the Desktop folder module when it comes to install resources.
I could of course check for it the first time it is used on the portal and create/copy/unzip it from the desktop folder, but this seems clunky - is there a better way?