tags:

views:

151

answers:

6

Using VB6

I want to setup the Project, Last time I used VB 6 Package and Deployment wizard. It asks to modify some system file. I modified my system file, and then it worked. Now again I want to setup my new project, is asking to change the system file.

Once I set up the project, is asking to change the system file and crystal report files (like crystl32.ocx… etc)

Is showing error like, “out of stack space”, “out of system date” etc...

Why is always asking to change?

What is best way to setup a vb project? If there is any software is available for setup a project.

Always am getting a problem for setup a VB 6 project, please Can any one help to solve my problem?

A: 

Do you have a copy of Visual Studio? You can use that to create installers instead.

AnthonyWJones
How to create the Installer? where I have to find that one.
Gopal
+2  A: 

In my experience the VB6 Package and Deployment wizard is pretty useless. I recommend you look at commercial installation software like InstallShield or Wise.

If you have Visual Studio 2002 or above, you could also try hacking a .NET setup project to install your VB6 components. It is capable of self-registering COM binaries, creating Start menu shortcuts, etc.

Christian Hayter
A: 

You may use some other thirdparty software like installshield to create the setups. As far as I see they are much flexible.

Wise installer is one of other similar products.

Chathuranga Chandrasekara
+1  A: 

Microsoft is now offering a replacement for the Package and Deployment Wizard that may help you out. Visual Studio Installer

Narayan
"Now offering?" Well if "now" was back in 2000! Yes, it is a better solution though.
Bob Riemersma
A: 

I've been using Advanced Installer (for VB.NET projects, but that doesn't matter), the free version is very capable and easy to use.

But to answer your question, sounds like the package wizard has got itself in a bad state. I'd re-install VB6 in that case.

Martin