How can I setup the VB project?

2019-02-25 16:41发布

问题:

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?

回答1:

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.



回答2:

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.



回答3:

Have a look at the answers to these questions

  • What is the best simple install system [for VB6 programs] on Windows XP and Vista
  • What is the best choice for building windows installers


回答4:

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



回答5:

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.



回答6:

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



标签: vb6 installer