| |

VerySource

 Forgot password?
 Register
Search
View: 1281|Reply: 3

How to simply publish a small program?

[Copy link]

1

Threads

4

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-1-21 17:00:01
| Show all posts |Read mode
I designed a simple VB program. After compilation, there is only one exe, no database, dynamic link library, etc. But I copied him to run on someone else's computer and found that the VB library is needed. I use the Package&Deployment wizard to make the installation package, but the installation package file is too large and the content is complicated, and what is required to be updated during the installation. I have to restart the computer and ask for the update after the restart, anyway, it can't be installed. depressed!
I want to ask, how to make an installation package, which can quickly and easily install the program on someone else's computer?
Reply

Use magic Report

0

Threads

46

Posts

23.00

Credits

Newbie

Rank: 1

Credits
23.00

 China

Post time: 2020-2-5 17:45:02
| Show all posts
Inno installer, simple and small
Reply

Use magic Report

0

Threads

16

Posts

15.00

Credits

Newbie

Rank: 1

Credits
15.00

 China

Post time: 2020-2-5 19:00:01
| Show all posts
Even your problem is basically the same. Take the following measures to solve the problem, you can learn from:
1. First pack with VB;
2. Use setupfactory to scan various dynamic link libraries in the "support" folder packaged above, and add them to the list to be packaged at the same time;
3. Then add all the forms, modules and data tables related to the programs in the project folder you wrote to the pictures to be loaded into the list to be packaged together;
4. The normal build is complete!
5. What this contains: basically all the installation, uninstallation, etc., and there will be no shortage during the installation!

I always lack something when I try a packaging method alone at first, there is always something wrong! With the above method, it is no problem to use it on relatively uncomplicated computers!
Reply

Use magic Report

0

Threads

21

Posts

15.00

Credits

Newbie

Rank: 1

Credits
15.00

 China

Post time: 2020-2-12 19:30:01
| Show all posts
Extract the control and reference used in VB from the library, and register it on someone else's machine. It can definitely be used!
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list