I'm having trouble building my exe. Here is what I know: antivirus program installed on my computer removes any suspicious files from my temp folder during build, therefore failing the build:
[ ExeBuild ]
Building package:
C:\data\[path to my working dir allowed by the antivirus]\ExeBuildSetupFiles\MyApplication.exe
Prepare build
Detecting MSI incompatible resources
Preparing files
Reusing archives from cache
Creating MSI database
Writing Summary Information
Compressing MSI database
Creating EXE file
Could not set the version of the package.
Could not set the icon to the package.
Unable to set Vista UAC Execute Level. Please see if the file [C:\Users\ogelfond\AppData\Local\Temp\BUI3221.tmp\advEC04.tmp\MyApplication.aiui] exists and can be accessed.
GetLastError() returned: Access is denied.
At the same time antivirus reports removed file from the temp directory.
Known malware was blocked:
C:\users\ogelfond\appdata\local\temp\bui3221.tmp\advec04.tmp\myapplication.aiui
The interesting part is that if go to Themes > Settings and switch Use enhanced user interface from "Always" to "Only on Install" I'm able to build project with no issues. But I need UI to be turned on "Always".
Is there a way for me to specify alternate Temp dir for AI build - like I mentioned before I have to use specific dir which is not being scanned by antivirus.