CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Guest

    Package and Deployment

    When I package my program for deployment across our network, it rips out all the OCX's and DLL's it needs and bundles them together perfectly. But when I (or one of the users) tried to run setup, it falls over because it claims it can't find one of the OCX controls.

    I haven't succesfully packaged a solution yet.

    Can anybody help?


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Package and Deployment

    Consider using Visual Installer instead of the package and deployment wizard. You can download it from the MS site.
    It's integrated with MS Installer and gives you much more control and error handling during the installation process and also AutoRepair (as in OFfice 2000)


  3. #3

    Re: Package and Deployment

    Do you have the url to the Visual Installer?


  4. #4
    Join Date
    May 1999
    Posts
    3,332

    Re: Package and Deployment

    the correct name of the product is "Visual Studio installer".
    find it on http://msdn.microsoft.com/vstudio/do...6redirect%3Dno

    or go to www.microsoft.com, select the download section and search for "Visual studio installer" by keyword


  5. #5
    Join Date
    Sep 1999
    Posts
    11

    Re: Package and Deployment

    I used Visual Visual stodio instaler.
    How to include some exe like MDAC_TYP.exe and DCOM98.exe
    which will execute withen setup process
    Arun Sahoo
    ([email protected])



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured