I am giving a shot Delphi with RAD Studio, and so far so good; I am doing a very dead simple application that has buttons, which launches other files (MSI, VBS)
When building (both in debug and release), the exe I want is there, but I have to put my MSI and VBS files into a resource folder. Which, works. But isnt the best convenient and or portable option.
So you all can see what I mean, here it is: https://github.com/audricd/OffDog
You can run the exe standalone, but every button (that launches the MSI and VBS mentioned files) will throw the error "the file cannot be found", unless the folder "resources" is at the same folder level.
So, is it possible to have a build option that, somehow, puts everything together in a single EXE? I have seen a lot of these.. Loads of programs have a single setup.exe with nothing on the side to make it run. Then again I dont know if these are made in Delphi.
Thank you for your time.