DWebPro License Bundler Software
The DWebPro License Bundler software enables you to attach the
distribution license (LICENSE.LIC file) to the dwebpro.exe file in such a way that it cannot be used
by another CD/DVD.
This tool is available into two different versions:
-
one with a user firendly interface named
bundler.exe -
one with command line support named
bundlertool.exe
The software encodes the license and attaches it to dwebpro.exe with a unique key based on the http.ini file and the files in the document root folder (if the Enable checkbox is selected). In this way, the
generated executable will function only with that specific configuration
file and Web files.
Here is an example of the the command line tool usage:
bundlertool.exe "C:\DWebPro\bundler\dwebpro.exe" "C:\DWebPro\deploy\license.lic" "C:\DWebPro\deploy\http.ini" "C:\DWebPro\deploy\www" "C:\DWebPro\deploy\dwebpro.exe" True
The first parameter ("C:\DWebPro\bundler\dwebpro.exe") specifies the path of the original dwebpro.exe file.
The second parameter ("C:\DWebPro\deploy\license.lic") specifies the path of the license file.
The third parameter ("C:\DWebPro\deploy\http.ini") specifies the path of the http.ini file.
The fourth parameter ("C:\DWebPro\deploy\www") specifies the path of the document root.
The fifth parameter ("C:\DWebPro\deploy\dwebpro.exe") specifies the path of the destination file.
The sixth parameter ("True") specifies if the tool has to use the Document Root hash function. In this configuration field you can specify True or False.
If you want to bundle the license in a trialware version, follow the steps described in the DWebPro Trial Generator Software section.

