VB package and deployment issue
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
Re: VB package and deployment issue
Innosetup maby helping you..
www.innosetup.com
greetz
nickname
Re: VB package and deployment issue
Re: VB package and deployment issue
man_luck,
You can use Inno Setup to create your package and use ********** 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.
Re: VB package and deployment issue
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