|
-
Jan 20th, 2005, 08:24 AM
#1
Thread Starter
New Member
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
-
Jan 20th, 2005, 08:43 AM
#2
Addicted Member
Re: VB package and deployment issue
Innosetup maby helping you..
www.innosetup.com
greetz
nickname
Software Engineer
DBA
Webdesigner
--
to code or to be coded, that's the question
-
Jan 20th, 2005, 11:34 AM
#3
Re: VB package and deployment issue
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 20th, 2005, 04:11 PM
#4
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.
-
Jan 20th, 2005, 04:16 PM
#5
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|