How do you run a program
from setup.lst, You know the
list file the install program
uses to make the setup the
program.
I need to run this.
App.path & "\PicBot.exe /s"
Printable View
How do you run a program
from setup.lst, You know the
list file the install program
uses to make the setup the
program.
I need to run this.
App.path & "\PicBot.exe /s"
You'll need to modify the Setup1.vbp project that comes with VB. I've done it so that I can run a special program when setup finishes. It's not hard, particularly since there is a current series of articles on how to do it in VB-World.