How do I run an exe on a PC without visual studio installed on it?
Printable View
How do I run an exe on a PC without visual studio installed on it?
If you use standard package creation and installation precedures, the created package should contain everything to install everything needed to run your APP once installed on the receiving PC. YOu can't just copy a .exe to another PC. Your .EXE file uses system related objects like .DLL or .OCX files that are not part of your .EXE file and must somehow be installed on the target PC.
John G