MasamuneXGP
06-12-2003, 10:28 AM
Heya. I'm trying to make a little mini-installer for my online game that will automatically take a supplied DLL, move it the system folder, and register it. I know how to get the system folder, I know how to register it from code, the only thing i don't know is how to include the DLL file with the program. I'd like to include it as one big .exe instead of having the .exe and .dll seperate. How would I do this?