How can I setup the VB project?

2019-02-25 16:44发布

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?

标签: vb6 installer
6条回答
女痞
2楼-- · 2019-02-25 17:03

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.

查看更多
Fickle 薄情
3楼-- · 2019-02-25 17:03

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

查看更多
Juvenile、少年°
4楼-- · 2019-02-25 17:05

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.

查看更多
何必那么认真
6楼-- · 2019-02-25 17:13

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.

查看更多
祖国的老花朵
7楼-- · 2019-02-25 17:23

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

查看更多
登录 后发表回答