Does an .exe contain any personal computer information (what if any) that must be taken care of and what must be done before giving out a standalone .exe file?
Does an .exe contain any personal computer information (what if any) that must be
Share
The only personal information is path to
.pdbfile, like “c:\path\to\outdir\Release\program.pdb”.It may be useful for post-mortem debugging, so just change output directory if needed.