#Turning program into .exe and installer
24 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
when you run your code you already turn it into an exe
but making an installer isn't related to c++ really
there's a lot of info related to installer / deployment options that visual studio can create in here:
https://learn.microsoft.com/en-us/cpp/windows/deploying-native-desktop-applications-visual-cpp?view=msvc-170
if you're not using visual studio then there are other options, but the only one i've used is installshield (which isn't free, but i think you can get a free trial for it).
put double quotes around that path, or move the project folder into a directory so no spaces exist in the path.
alr tyyy
I’ll test in a little bit when i get back on
@ebon flower Has your question been resolved? If so, type !solved :)
!solved
Thank you and let us know if you have any more questions!
This thread is now set to auto-hide after an hour of inactivity
the thread won't disappear. since it's solved it'll disappear from the list after 1 hour of inactivity, but the thread itself won't go anywhere.
ohhh alr
There are spaces in your path, so the shell splits them and consider each of them a different command/argument.