Home All Groups Group Topic Archive Search About

Create a Deployment Package!

Author
28 Nov 2006 9:22 PM
Vai2000
Does any1 know how to invoke a custom action or script while u install a VB6
package...


TIA

Author
29 Nov 2006 12:42 AM
Herfried K. Wagner [MVP]
"Vai2000" <nospam@microsoft.com> schrieb:
> Does any1 know how to invoke a custom action or script while u install a
> VB6
> package...

Note that this is a VB.NET newsgroup.  For VB6-related questions consider
posting into an appropriate group in the "microsoft.public.vb.*" group
hierarchy.

BTW:  The setup for VB6 applications consists of a bootstrapper application
provided by Microsoft ("setup.exe") which calls a fully customizable VB6
executable named "setup1.exe".  The source code of "setup1.exe" is provided
by some editions of VB6 and can be easily customized.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
29 Nov 2006 2:40 AM
Master Programmer
I use Inno setup. I find that it creates a slicker looking setup
program than the one built into VB 6.0. Its free open source software.
It allows you to write to the registry, start other programs, install
vb runtimes etc

http://www.jrsoftware.org

Steve Ray Irwin

Vai2000 wrote:
Show quoteHide quote
> Does any1 know how to invoke a custom action or script while u install a VB6
> package...
>
>
> TIA