how do you package an MFC program
-
hi i am new to MFC and i have a small (my first ) program-sort of schedular program .I want to package it and deploy it to my friends so that they can run 'setup' and install it in their PCs. is it much work to do that and how is it done? thanks in advance
-
hi i am new to MFC and i have a small (my first ) program-sort of schedular program .I want to package it and deploy it to my friends so that they can run 'setup' and install it in their PCs. is it much work to do that and how is it done? thanks in advance
You want to make an installer. There's many ways to do this, commercial packages and freeware. I use "Advanced Installer" -- they have a freeware version... http://advancedinstaller.com/feats-list.html#free[^]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Peter Weyzen Staff Engineer [SoonR Inc -- PC Power delivered to your phone](http://www.soonr.com)
-
hi i am new to MFC and i have a small (my first ) program-sort of schedular program .I want to package it and deploy it to my friends so that they can run 'setup' and install it in their PCs. is it much work to do that and how is it done? thanks in advance