PDA

Click to See Complete Forum and Search --> : VB package and deployment issue


man_luck
Jan 20th, 2005, 08:24 AM
I want to create the set up(NOT USING Microsoft vb6 tools>Package and Deployment wizard) for my program with the option to uninstall(without going to the control panel).Is there any tool available on the net for the same?

Also when the software is installed, it should not be shown in the control panel so that it can not be uninstalled by anyone.

Furthur,I would like to know that is it possible to make the uninstall a seperate program which can be sent to the user if he wishes to uninstall ( I guess two seperate folders are needed............one for installation files and the other for uninstallation files).

please reply as early as possible

nickname
Jan 20th, 2005, 08:43 AM
Innosetup maby helping you..

www.innosetup.com

greetz

nickname

RobDog888
Jan 20th, 2005, 11:34 AM
Check out the Application Deployment Forum's FAQ. (http://www.vbforums.com/showthread.php?t=315829)

HTH

randem
Jan 20th, 2005, 04:11 PM
man_luck,

You can use Inno Setup (http://www.jrsoftware.org) to create your package and use ********** (http://www.**********.com/**********.html) to help you create your script from your vbp file. ********** will also find all of your dependecies with or without the aid of .dep files.

baja_yu
Jan 20th, 2005, 04:16 PM
You can also check NSIS (Nullsoft Installer) made by the guys that made Winamp. It is free, there are a lot of good addons and a wizard app to automatically generate from your source code