I'm new to C++ and the program I'm trying to create is an installer (or msi). I'm having a very difficult time finding out how to make my program install the files onto a computer that chooses to run it. Can someone help me?
Printable View
I'm new to C++ and the program I'm trying to create is an installer (or msi). I'm having a very difficult time finding out how to make my program install the files onto a computer that chooses to run it. Can someone help me?
Perhaps Windows Installer might be of some help...
As I said, I'm not wanting to install my program. I'm trying to make an installer. It has to do more than install stuff too. It'll have to run a few commands after that.
Then that documentation is indeed what you'll need.
Quote:
Originally Posted by MSDN