How to add commercial License during silent installation

Bulk Rename Utility How-To's

How to add commercial License during silent installation

Postby lshapiro » Thu Feb 06, 2025 5:22 pm

How to add commercial License during silent installation. Purchased multi user license and must deploy silently without user intervention. I have already searched through all support install commands and there are no commands for inputting the license information. Please advise
lshapiro
 
Posts: 1
Joined: Thu Feb 06, 2025 4:44 pm

Re: How to add commercial License during silent installation

Postby Admin » Thu Feb 06, 2025 11:53 pm

Hi, it can be done from command line after installation, here is some info from the help file:

Command Line Parameters for automatic license code registration

"Bulk Rename Utility.exe" /writeregkey:"AAAA|BBBB" [/elevated]

/writeregkey:"AAAA|BBBB" : Enter a license code via the command line, where AAAA is the registration text and BBBB the registration key, separated only by the character |. The whole text must be surrounded by quotes ".
Program will return 0 if the operation was successful.

[/elevated] : Optionally instructs to prompt for elevation to administrator if needed (to register for all users on computer).

Examples:
"C:\Program Files\Bulk Rename Utility\Bulk Rename Utility.exe" /writeregkey:"Paul|1234"
"C:\Program Files\Bulk Rename Utility\Bulk Rename Utility.exe" /writeregkey:"Paul|1234" /elevated
Admin
Site Admin
 
Posts: 2883
Joined: Tue Mar 08, 2005 8:39 pm


Return to How-To