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>
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.