Uday's website
Published on Uday's website (https://uday.net)

Home > Raiser's Edge DLL registration

Raiser's Edge DLL registration [1]

Submitted by uday [2] on May 25, 2021 - 12:55pm

regsvr32 command can be used to register .dll file as command components in the registry.

Windows commands can be accessed from here. [3]

Examples:

1. Unload Research.bat

The file will contain:

regsvr32 /u /s "%programfiles(x86)%\Blackbaud\Research.dll"
del "%programfiles(x86)%\Blackbaud\Research.dll" 

2. Save Resarch.bat

rem add the date to the output
for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set year=%%c
for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set month=%%a
for /f "tokens=2-4 delims=/ " %%a in ('date /T') do set day=%%b
set date=%year%-%month%-%day%

rem Now add the time to the output
for /f "tokens=1 delims=: " %%h in ('time /T') do set hour=%%h
for /f "tokens=2 delims=: " %%m in ('time /T') do set minutes=%%m
for /f "tokens=3 delims=: " %%a in ('time /T') do set ampm=%%a
set time=%ampm%-%hour%%minutes%

mkdir V:\Research\%date%--%time%

copy V:\Research.dll R:\Research.dll
copy V:\Research.dll \\xxhhvapprzrp01\tools\dlls\Research.dll
copy V:\Research.vba V:\Research\%date%--%time%\

3. Load Research.bat

regsvr32 /u /s "%programfiles(x86)%\Blackbaud\Research.dll"
COPY "\\path-to-file\RE Software\Research.dll" "%programfiles(x86)%\Blackbaud\Research.dll"
regsvr32  "%programfiles(x86)%\Blackbaud\Research.dll"

 

Rating: 
Tags: 
Raiser's edge [4]

 Valid XHTML 1.0 StrictCreative Commons LicenseVerbatim copying and redistribution of this entire page are permitted provided this notice is preserved. All content on this website including archives (including text, photographs, audio files and any other original work), unless otherwise noted, is licensed under a Creative Commons License or later.


Source URL:https://uday.net/Raisers-Edge-DLL-registration

Links
[1] https://uday.net/Raisers-Edge-DLL-registration [2] https://uday.net/user/1 [3] https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/regsvr32 [4] https://uday.net/taxonomy/term/84