Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

VB6 how to install pack

Hi All! :D

This is my second post here, and i wish you can help me as the first time!!! :D

OK, i need to know how i can create installer in VB6, where for installer i means a proggy that keep files on a Zip archive and extrat the contains in a folder select by user, overwriting just the equal files!!!! (as classic installer :P)

i hope u can help me!!!

tanx and regard!

Jude Wolff
[426 byte] By [Jude Wolff] at [2007-11-11 8:02:12]
# 1 Re: VB6 how to install pack
There are various installer you can use. By default you can use Package & Deployment Wizard that comes with VB. But some people have problems installing on Win2k/XP, Inno is supposed to cure this. There is Inno Setup and InnoScript they are free. ;)

Inno Setup

http://www.jrsoftware.org/isdl.php

InnoScript

http://www.randem.com/innoscript.html

Windows Installer

http://www.microsoft.com/downloads/details.aspx?FamilyID=889482fc-5f56-4a38-b838-de776fd4138c&DisplayLang=en

Visual Studio Installer 1.1

http://msdn.microsoft.com/vstudio/downloads/tools/vsi11/default.aspx
Keithuk at 2007-11-11 17:26:07 >