I am attempting to bundle a Windows installer using InnoSetup5/JavaPackager.
https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javapackager.html
Part of the packaging process involves the creation and use of temporary files in a generated folder in the user directory, such as AppData\Local\Temp\fxbundler7992120689013207236
We are running into the following error: How to fix Inno Setup error EndUpdateResource failed (110)
We must have McAfee Anti-Virus software running and I believe this to be the culprit, and we are not permitted to add an exclusion for the entire Temp folder.
Is there a way of changing the location of these generated folders to a different location, such as C:\BundleTemp?