Re: Use VS 2005 Setup project for VB 6 application
- From: "Phil Wilson" <pdjwilson@xxxxxxxxxxxxxx>
- Date: Sat, 19 Aug 2006 13:37:53 -0700
1. Just select the files you need and add them to the appropriate folder in
the File System on target machine 0drag and drop works).
There are a number of reasons why Dlls are not included in the setup, the
main one being that since Windows 2000 pretty much every Dll in the System32
folder is part of the OS and you do not redistribute them, and System File
Protection won't let you replace them.
2. A VS 2005 setup project builds a standard MSI setup like most other tools
that builds setups. You go to Add/Remove Programs to uninstall them.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280
"jimmy5 via DotNetMonster.com" <u15997@uwe> wrote in message
news:64dbdd6a1e71e@xxxxxx
Hi
I have a few of simple questions regarding VS 2005's setup Project.
1. In the past, I only use the package tool of VB 6 to create
installation
file for this VB 6 application. I like to know if I can use VS 2005's
setup
project for a VB 6 application. I have tried a bit. But I cannot find a
way
to let the setup project to include all DLLs needed in VB 6 application
(there is at least one DLL written in C++ that I must have). The old VB6
tool
seems easy to use since it includes all DLLs needed. Am I missing
something?
I thought VS 2005's tool should include DLLs (third-party DLL or those
Microsoft DLL in system32 folder) automatically.
2. The old VB 6 tool creates a uninstall.exe file, the new VS 2005 seems
not.
Or I need to change setting somewhere?
Thank you!
Jimmy
--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-setup/200608/1
.
- References:
- Use VS 2005 Setup project for VB 6 application
- From: jimmy5 via DotNetMonster.com
- Use VS 2005 Setup project for VB 6 application
- Prev by Date: Use VS 2005 Setup project for VB 6 application
- Next by Date: Re: deploying a c# app...
- Previous by thread: Use VS 2005 Setup project for VB 6 application
- Index(es):
Relevant Pages
|