VS 2005: MSI Setup project and add/remove programs question
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi All,
I have written a small app in VS2005 called "coop" and now want to
deploy to numerous machines. I have created a Setup project called
"Setup" within the same solution, which works fine apart from one
problem; When I look in Control Panel > Add/Remove Programs my app
appears in the list as "Setup coop" - is it possible to change the
name that appears in Add/Remove Programs to make it more relevant to
my customers?
TIA
Kiers
.
Relevant Pages
- Re: VS 2005: MSI Setup project and add/remove programs question
... I have written a small app in VS2005 called "coop" and now want to ... name that appears in Add/Remove Programs to make it more relevant to ... in the properites for the Setup project you can set the ... (microsoft.public.dotnet.languages.vb) - Re: Building customized Setup.dll for installations
... In the C++ code of your setup DLL write some code that for example sends ... that is also registered by your app when it starts. ... I created a Visual C++ MFC DLL project to design the custom Setup.dll. ... >>> Everything works fine except on uninstall. ... (microsoft.public.dotnet.framework.compactframework) - Re: Easiest E-Mail server to setup and use?
... >>> windows then how hard could it be to setup a nice GUI to control the ... >>> be too hard from a GUI program surely? ... fetchmail to get the mail from the ... > wee GUI app that uses fetchmail to get the mail, ... (alt.os.linux.suse) - Re: Check if a DLL exists...
... it was impressed upon me that any VBX files and DLL I ... used must be included in my setup because it could ... Would you really package a setup program with your EXE and not include ... checking for the existance of that file from within your app is ... (microsoft.public.vb.general.discussion) - Re: How to set permission of spawned application?
... It'll have a hard time replacing the executable if the process ... Setup doesn't know that my app has closed, but since I call Closeimmediately after spawning setup it is closed before they can click Next on the setup dialog. ... It might be some devilish trickery employed by the CLR for managed applications, or else the copy uses some sort of shadowing functionality. ... (microsoft.public.dotnet.languages.csharp) |
|