Installation through MFC code
-
how to install a package using MFC. when i execute a mfc program it will install the specified package. How to do this.plz help me.
Copy the necessary files, registry properly COM components, etc... Handly if you have small self-contained C++ applications. Take also a look to NSIS installation tool, it's free, easy to use,and as they (Nullsoft) say, don't suck. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Copy the necessary files, registry properly COM components, etc... Handly if you have small self-contained C++ applications. Take also a look to NSIS installation tool, it's free, easy to use,and as they (Nullsoft) say, don't suck. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
-
Also take a look at http://www.jrsoftware.org/isinfo.php[^] - Inno Setup which allows you to build setups. It is prety easy to use. Dan.
-
Interesting but you need to fix the Link.
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.