I'm currently trying to determine the best way to layout my network shares for my Thinapps. Quite simply right now I have all the EXE's and DAT files in a single directory that is a read only share. Thinreg is then called to against that share with a "\*.exe" on the end. The only I issue I have with that, is that applications which have multiple entry points that don't start with the same name are not group together and you can lose track of what EXE is part of what application. Would it be better to place each application in its own sub-folder and call thinreg with a "\*\*.exe" instead?
I take it that I would need to duplicate my structure and unregister the original applications against the original share before registering them against the new folder structure?
Adam