The Resource DLLs in the Driver and RTK installers are already customized by the driver builder with the company name and product name, but the source code of the Resource DLL is does not have company name and product name.
If the Resource DLL is rebuilt, the companyname.h file has to be edited before building Resource DLL.
The following two lines has to be edited:
#define RELEASELICENSE "Licensed to YOUR COMPANY NAME"
#define PRODUCT_NAME "Licensed to YOUR PRODUCT"
32 bit RTK:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\companyname.h
64 bit RTK:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\companyname.h
The Resource DLL source code location is at:
32 bit RTK:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\
64 bit RTK:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\
The rebuild Resource DLL must be copied to:
32 bit RTK:
Color:
Desktop:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\COLOR_NT_Release\BuCResNT.dll
Server:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\COLOR_TS_Release\BuCResTS.dll
ColorPlus:
Desktop:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\COLOR_PLUS_NT_Release\BuAResNT.dll
Server:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\COLOR_PLUS_TS_Release\BuAResTS.dll
EMF:
Desktop:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\EMF_NT_Release\BuEResNT.dll
Server:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\EMF_TS_Release\BuEResTS.dll
Monochrome\TIFF:
Desktop:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\MONO_NT_Release\BuMResNT.dll
Server:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\MONO_TS_Release\BuMResTS.dll
PDF:
Desktop:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\PDF_NT_Release\BuPResNT.dll
Server:
<RTK Installation Directory>\RTK 32 bit\Install\Resource DLL\PDF_TS_Release\BuPResTS.dll
64 bit RTK:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\
Color:
Desktop:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\COLOR_NT_Release\BuCResNT.dll
Server:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\COLOR_TS_Release\BuCResTS.dll
ColorPlus:
Desktop:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\COLOR_PLUS_NT_Release\BuAResNT.dll
Server:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\COLOR_PLUS_TS_Release\BuAResTS.dll
EMF:
Desktop:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\EMF_NT_Release\BuEResNT.dll
Server:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\EMF_TS_Release\BuEResTS.dll
Monochrome\TIFF:
Desktop:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\MONO_NT_Release\BuMResNT.dll
Server:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\MONO_TS_Release\BuMResTS.dll
PDF:
Desktop:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\PDF_NT_Release\BuPResNT.dll
Server:
<RTK Installation Directory>\RTK 64 bit\Install\Resource DLL\x64\PDF_TS_Release\BuPResTS.dll