I can't combine my two MSI files into one executable. It works *sometimes* and other times it doesn't work. One minute it will be working, then the next compile I do gives the bootstrapper error 7 above. I change NOTHING in the .msifact file and it just dies at error 7. Tens of GB of space and 40GB of free RAM.
Here's the output:
Generating bootstrapper...
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
Indigo Rose MSI Bootstrapper
Copyright (c) 2015 Indigo Rose Corporation - www.indigorose.com
Initialize folders...
Loading configuration file...
Copy setup executable stub...
Writing Version Resources...
Adding bootstrapper execution level manifest...
Adding files...
D:\Temp\mainscript.lua.tmp
D:\Temp\_global_functions.lua.tmp
C:\Test\setup\setupx86.msi
C:\Test\setup\setupx64.msi
Adding data marker...
Adding manifest file...
ERROR: Failed to open file: C:\test\setup\setuptest.exe
Cleaning up temporary files...
Bootstrap build failed: 7
Error 1011: IRMakeBootstrap.exe returned error: 7
Deleting temporary files
Build FAILED! Error: 1011 - Error executing pre/post build step
Here's the output:
Generating bootstrapper...
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
LZMA 9.38 beta : Igor Pavlov : Public domain : 2015-01-03
Indigo Rose MSI Bootstrapper
Copyright (c) 2015 Indigo Rose Corporation - www.indigorose.com
Initialize folders...
Loading configuration file...
Copy setup executable stub...
Writing Version Resources...
Adding bootstrapper execution level manifest...
Adding files...
D:\Temp\mainscript.lua.tmp
D:\Temp\_global_functions.lua.tmp
C:\Test\setup\setupx86.msi
C:\Test\setup\setupx64.msi
Adding data marker...
Adding manifest file...
ERROR: Failed to open file: C:\test\setup\setuptest.exe
Cleaning up temporary files...
Bootstrap build failed: 7
Error 1011: IRMakeBootstrap.exe returned error: 7
Deleting temporary files
Build FAILED! Error: 1011 - Error executing pre/post build step
Comment