How to set up a VB project?

Using VB6

I want to set up a project, the last time I used the VB 6 Package and Deployment wizard. He asks to change any system file. I changed my system file and then it worked. Now again I want to set up my new project, asks to change the system file.

As soon as I set up the project, I’ll ask you to change the system file and crystal file (for example, crystall32.ocx ... etc.)

Displays an error such as "out of stack space", "out of system date", etc.

Why is it always necessary to change?

What is the best way to set up a vb project? If any software is available to set up the project.

There is always a problem when setting up a VB 6 project, please. Can someone help solve my problem?

+3
source share
6 answers

I used the Advanced Installer (for VB.NET projects, but it does not matter), the free version is very convenient and easy to use.

But to answer your question, it sounds like the package wizard is in poor condition. In this case, I would reinstall VB6.

+2
source

In my experience, the VB6 Package and Deployment wizard is pretty useless. I recommend that you check out commercial installation software such as InstallShield or Wise.

Visual Studio 2002 , .NET VB6. COM, "" ..

+1

Visual Studio? .

0

Microsoft is currently offering a replacement Package and Deployment Wizard to help you. Visual Studio Installer

0
source

Source: https://habr.com/ru/post/1715980/


All Articles