hi all
any one know about the compelete setup making .with all refernce(componets which we use and dll files and etc). if any one know kindly send me the compelete procedure.
thanks
khurram
Printable View
hi all
any one know about the compelete setup making .with all refernce(componets which we use and dll files and etc). if any one know kindly send me the compelete procedure.
thanks
khurram
use your package and deployment wizard from the visual studio tools menu to create a full setup of your project
but i recommend INNOsetup though... but P&D is pretty fine anyways
or if you know what dlls and ocx files you used, create your own setup.exe using Standard.exe project.
in that way, you can come up with a more customized setup
Moved to application deployment
If you use the P&D Wizard, it contains the steps needed as its a wizard. Just folor the steps as it walks you through the package creation. :)