I have a little App I want to run in certain moment of the setup. Or I want to write certain values to the registry into the setup process. I'm using the VB5 SetUp Wizard.
I'll really appreciate any idea on how to do it.
Thanks!
Printable View
I have a little App I want to run in certain moment of the setup. Or I want to write certain values to the registry into the setup process. I'm using the VB5 SetUp Wizard.
I'll really appreciate any idea on how to do it.
Thanks!
The Setup1.exe program used by the Setup Wizard is based on the setup1.vbp project supplied with VB5. You can modify that program to do whatever you want.
Thanks Marty, I have discovered this morning and I modified it.
I'm right know doing the little application I want to run into the setup process.
Thanks again and good look!