On the new build machine I am creating I have installed Windows7 x86
The previous build server had WindowsXP. Some of my build actions call RegSvr32 to register COM DLLs for use by later parts of the build. This worked fine on XP. But when I run the FB7 IDE on Win7, the RegSvr32 calls fail because FB7 is not running as an Administrator.
If I run FB7 as Administrator then I can avoid this when I'm running FB7 IDE interactively, but what about running the script via FinalBuilder Server?
What's the recommended way of registering/unregistering COM DLLs during an FB7 Server build on Win7 without falling foul of having insufficient rights?