Home > Software engineering >  Using vb to install package, there was a problem in the uninstall program, how to solve
Using vb to install package, there was a problem in the uninstall program, how to solve

Time:09-21


Made the installation package to unload when met this situation, anyone know the solution greatly
There will be a problem, to make the library system at the installation package will tabctl32. Ocx also included, once unloading to the library in a computer file delete

CodePudding user response:

1) may have a VB program is running,
2) packaging set the tabctl32. Ocx to sharing, unload when asked whether to delete,

CodePudding user response:

reference 1st floor Tiger_Zhao response:
1) may have a VB program is running,
2) packaging set the tabctl32. Ocx to sharing, unloading when asked whether to delete,


Is this a vb program is running

CodePudding user response:

To see if a directory is the first file (note that a 64 - bit system to use SysWOW64),
Download a unlocker tool, remove the file locking,
Turn off antivirus software,
Try again,

CodePudding user response:

Use support Win64 installation package production tools software,

CodePudding user response:

reference Tiger_Zhao reply: 3/f
see if directory is the first file (note that a 64 - bit system to use SysWOW64),
Download a unlocker tool, remove the file locking,
Turn off antivirus software,
Try again,
because the application permissions not enough?
Also, after installing the software vb TLB file path in the reference libraries all changed,,,

CodePudding user response:

reference 4 floor zhao4zhong1 response:
use support Win64 installation package production tools software,

After the success of the installation reference libraries location path is changed?
Use the uninstall program will change the location path again after back

CodePudding user response:

refer to 6th floor csdn_mr_l response:
Quote: refer to 4th floor zhao4zhong1 response:

Use support Win64 installation package production tools software,

After the success of the installation reference libraries location path is changed?
Use the uninstall program will change the location path again after back,

Simply write your own a bat or a VBS script install and uninstall,
  • Related