Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
One frequent cause for this error is using a session variable pointing to an empty string or an invalid destination folder. Open the installation log file and check the name of the last file which was successfully deployed. Then open the build log of your installer, and see what file would be the next in the installation - this is where there the error was most likely caused.
Does not work identically on utf-8 encoded file between normal English machines and machines with Japanese system locale. (For non-unicode applications)
I have fixed so that generated required configurations into .lua script itself, then no need to test on different machines.
Lua does not support working with UTF-8 encoded files directly, but there are known workarounds. If you have code to share, please open a new dedicated thread for this matter. I do not see the reason why you post this on a over 4 years old topic which is unrelated with your message.
Comment