summo wrote: how to make setup of project in a visual c++ 6.0 I assume you've created a program in VC++ and want to distribute it using a Setup application. If so, you can use InstallShield that comes with VS 6 itself. Sorry, I haven't used InstallShield myself, so I can't tell you if it's easy or not. If you want something else, try Ghost Installer or something. In the worst case, there's always Google. All the best, though! Vikram. "There's probably a Nish-like alien answering VB questions on a CP forum as we speak." - adamUK in The Lounge, discussing aliens and parallel universes. "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.