Archive: RegDLL/UnRegDLL wildcards?


RegDLL/UnRegDLL wildcards?
It's not documented as such, but I gotta ask: is there a way to get wildcard functionality with RegDLL/UnRegDll, as with File/Delete?

As my installer needs to pretty much just register a slew of COM dlls, I'm looking for a simple solution before I buckle down and have to manage a list of filenames for myself.

Thanks in advance,
- m


If they're all in the same folder, do a FindFirst, FindNext loop.

-Stu


I suppose that's quite simple enough! Thanks.

- m