Runtime error in setup script:
Line 247: Unable to create directory
While just hacking around on his machine to see what's going on we managed to find that it worked if he did not use the install for all users option at the beginning, and instead installed it only for the current user. I forget how but we saw it trying to use an invalid path at C:\\Application Data\\<guid>... folder, so apparently InstallAware is picking up a bad "All Users Application Data" folder on his system.
Firstly, any thoughts on how to correct this? While he's able to use the workaround of "Current User Only" for now, I'd like to solve this.
More importantly, how do we troubleshoot such errors? What does "Line 247" mean? Line 247 in what file? The "setup script" for InstallAware appears to be many files. Also, is there a log file created on the users machine when they run InstallAware to help us troubleshoot such problems?
Thanks in advance for your assistance.