We are using InstallAware Studio Admin X4.
The error was difficult to locate because it occurs before the code in our package executes. The IA dialog is being displayed, and progressing when the 'Location is not available' error message is displayed. If you select OK, the install can continue, but this is not acceptable because it stops silent installs

The issue is easy to reproduce, if you select 'New Project', then 'Native Setup'
build the project, then with the help of PSEXEC run the installer.
'psexec -i -s c:\sw\test.exe'
and you will get the error message.
The cause of the error message is line 184, 'Display Dialog: destination ...'. If you comment this line out and rebuild the project, you can run the install in the System account.
The IA project i used is in the attached ZIP file
Can this issue be fixed?
Ron.