Deploying Light Image Resizer 6

previously known as VSO Image Resizer

Moderator: Fabrice

User avatar
Phil
ObviousIdea
Posts: 305
Joined: Wed Mar 16, 2011 11:51 pm
Contact:

Deploying Light Image Resizer 6

Post by Phil »

Here are some information on how to deploy Light Image Resizer in your enterprise environment.
By default we provide an EXE installer package, but depending on your needs you may also choose an MSI package.

EXE Installer

The following installation parameters are available for unattended software deployment:

/silent
Installation wizard is hidden, only installation progress is shown

/verysilent
Installation wizard and progress are hidden

Example command line:
light_image_resizer6_setup.exe /silent


MSI Installer

If you prefer an MSI package for deployment, it can be found here:
https://www.obviousidea.com/light-image ... installer/


License information

To deploy the license data, you just need to add two registry values named "LicenseKey" and "LicenseEmail" as follows:

Code: Select all

Key:   HKEY_LOCAL_MACHINE\SOFTWARE\ObviousIdea\ImageResizer\6.0
Name:  LicenseKey
Type:  REG_SZ
Value: <Your License Key>

Key:   HKEY_LOCAL_MACHINE\SOFTWARE\ObviousIdea\ImageResizer\6.0
Name:  LicenseEmail
Type:  REG_SZ
Value: <Your License Email>
LicenseKey should be the key you received with your purchase.
LicenseEmail should be the email address used to purchase (included in the confirmation email).

If you are not sure which email address is associated with your license, or need further information, please contact our support.