Hi.
I'm having complications with the ThinApp 5.x installer. My intentions is to perform a silent installation of ThinApp in a Virtual Machine to save time manually installing applications, then, after analyzing the MSI propertys, I've discovered the required property names and values, so I'm launching the application with these arguments:
VMware-ThinApp-Enterprise-5.1.1-2722044.exe /silent /noSilentReboot /debug /verbose /log ".\Install.log" /msi_args EDITION=ENTERPRISE LicenseKey=CENSORED LicenseDisplayName=Elektro EULAS_AGREED=1 ADDLOCAL=ALL
However, the license dialog with name ThinAppLicenseKeyDlg still appears:
What more I need to do to ignore that dialog?.
PS: I'm using a valid license key, that is not the problem.
Maybe I could set other value for EDITION property to install a free edition to avoid the license dialog? (what values are supported for that parameter?), then after installation has finished add a registry key to validate my enterprise edition or some other workaround?.