|
-
Nov 25th, 2007, 02:21 AM
#1
Thread Starter
Frenzied Member
[2005] Placing an uninstaller in my Start Menu
Ok, I am using VS 2005 Professional, and I have placed a 'Shortcut' to my program using the setup project, which does it for you
Now I am wanting to place an uninstaller in there using the setup project GUI thing, could anyone tell me how, I've spent atleast 30 minutes trying my idea's, and I have run out 
Thanks
-
Nov 25th, 2007, 03:16 AM
#2
Re: [2005] Placing an uninstaller in my Start Menu
In 2008 its a supported feature now but for 2005 I guess you can make a shortcut, like you do for the desktop to the app but place it in the programs folder and point it to the uninstaller exe or msi.
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 
-
Nov 25th, 2007, 04:21 AM
#3
Thread Starter
Frenzied Member
Re: [2005] Placing an uninstaller in my Start Menu
I tried that, this is what I did:
I made my setup wizard project, and built it(so it is published to my desktop as Uninstaller.msi)
And then I went and imported it into my Files in the setup wizard, and then I made a shortcut for it in the Start Menu, then I published it again, and installed it, however I clicked uninstall and it said stuff about the current version being newer and it was unable to install (if it opens properly, it changes the dialog to 'repair' and 'uninstall' instead of install)
How else could I do this, is that what you meant?
-
Nov 25th, 2007, 05:17 AM
#4
Re: [2005] Placing an uninstaller in my Start Menu
Check theis article and also the part II as it goes over step by step setup of a setup project.
http://visualbasic.about.com/od/usin...etupProj01.htm
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 
-
Jun 3rd, 2008, 08:45 AM
#5
Re: [2005] Placing an uninstaller in my Start Menu
Is it possible to use VS 2008 to make a .Net 2.0 installer that has the uninstall feature? Since I've found a flaw with every method for including an UnInstall start menu shortcut and this application, MSI installer included, can only run on .Net 2.0
-
Jun 3rd, 2008, 10:55 AM
#6
Re: [2005] Placing an uninstaller in my Start Menu
You can have your app target 2.0 with 2008. Select the target framework in your project properties.
Project Properties > Compile > Advanced Compile Options > Target Framework > select 2.0 > Ok
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 
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
|