Re: Use VS 2005 Setup project for VB 6 application



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



.



Relevant Pages

  • RE: Setup package Primary output
    ... is the setup project a standard setup or websetup or is ... Microsoft MSDN Online Support Lead ... Both my Debug and Release config use the bin folder for out put... ...
    (microsoft.public.vsnet.setup)
  • Re: Deploying with My DLLs
    ... As long as I keep the DLL files in the same directory as the primary output, ... If I try to create common folder or copy them to a Program Files> Common ... the DLLs can not be found after I install and try ... How do I tell setup that my primary output should look for its DLLs in some ...
    (microsoft.public.dotnet.languages.csharp)
  • Setup and Deployment project does not compile project with localization
    ... I am creating a setup project with VS2005. ... I have created a folder ... settings to compile. ...
    (microsoft.public.dotnet.general)
  • Issue w/Deployment and DLLs appearing to not get regd
    ... I want my folders to be setup like below.. ... Block DLLs and the Infragistic DLLs ... unless they are placed in the Main program folder, which I don't want to do. ...
    (microsoft.public.dotnet.languages.csharp)
  • Setup project from my program using VS.NET.
    ... I need to create a setup project for my MFC application. ... dlls" that need to be in the same folder as my program. ...
    (microsoft.public.vc.mfc)