Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   COM Register multiple files (https://www.kinook.com/Forum/showthread.php?t=1631)

wellilein 03-15-2006 11:41 AM

COM Register multiple files
 
I have a directory full of files which I need to register before I start the build process.
I cannot use the COM register action, because *.dll does not work (Exit code 3 / Failed to load DLL).

I am currently using a workaround
%DOSCMD% for %%d in ("C:\...\*.dll") do regsvr32 /s %%d

This would also work for a single DLL. Perhaps implementation can be changed to something similar like this. Please note that quotation marks are necessary for directory names with spaces.

Thanks,
Thomas

kinook 03-15-2006 12:48 PM

http://www.visualbuild.com/Manual/pr...ilesaction.htm
http://www.visualbuild.com/Manual/vstudiosample.htm

wellilein 03-15-2006 03:41 PM

Excellent
 
Thanks! Works really fine


All times are GMT -5. The time now is 08:21 PM.


Copyright © 1999-2023 Kinook Software, Inc.