How to debug VB 6 installation source setup1.vbp?

zhaozj2021-02-08  248

How to debug VB 6 installation source setup1.vbp

method one:

1. Just run a setup.exe that has already been packed, don't do anything else!

E.g:

D: / myvbp / setupdemo / package / setup.exe

("XX installer" at this time, don't do any response)

2. Open / VB98/wizards/pdwizr/setup1/setup1.vbp

Modify the engineering attribute of setup1.vbp => Generate => Command line parameters to adapt to you!

Such as:

D: / myvbp / setupdemo / package / setup.exe c: /windows/st6unst.001 c: /windows/st6unst.exe

3. F5 can debug the trace setup1.vbp!

You can modify the debug track setup1.vbp for what you want to be unscrupulous.

Method Two:

HOWTO: Run Setup1.vbp in The Design Environment

http://support.microsoft.com/support/kb/articles/q189/7/38.asp

转载请注明原文地址:https://www.9cbs.com/read-1096.html

New Post(0)