I created my own single-file installer for my product Wusik Station and it works for the small versions: Demonstration (400 meg) and Engine/Update version (45 meg). But the FULL 14 Gig version does not work, the EXE doesn't run. So I wonder if there are limitations for Windows 10 on such files.
The way I created the file is simple, I just append the data that I want to the end of the EXE and for the last part I add int64(size of the data) so I know how large the data is. Very simple and works, until I do the 14 Gig version. :-(
So, please, if anyone could give me some directions I would be very glad. I can show the actual code, if needed, them I upload to my GitHub area.
Here is one of the files that WORKS: http://wusik.com/wsv8public/WIN_Wusik_Station_V9_Demonstration_64_Bits.exe
Thanks in advance.