|
-
May 11th, 2005, 04:00 PM
#1
Thread Starter
Member
New install doesn't overwrite old program name
Hi,
I use VB6 built-in package and deploy tools to create my setup files. It works ok but one annoying issue is every time I reinstall my software, it creates a new entry in the windows Add/Remove program list. Well, it does overwrite the one in programs group and my program works well. But If I install my software multipal times it will create lots of entries in the Add/Remove list. Could someone give me some suggestions? Thanks.
-
May 11th, 2005, 04:50 PM
#2
Re: New install doesn't overwrite old program name
You need to uninstall the previous installation before attempting to install a new build.
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 
-
May 11th, 2005, 05:12 PM
#3
Re: New install doesn't overwrite old program name
PDW has lots of things about it that make it a pain to use...
well anyway instead of uninstalling each time, you can simply delete the registry entires that make it show up in the add/remove programs screen
this is the key where those entries are.. just find the one that goes to your app and delete it (you could even write a tiny VB app to do this for you...)
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
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
|