CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    12

    Package and Deployment Wizard

    Are there any other package and deployment wizards out there than the one the comes with Visual Studio.
    When I run setup, it creates two instances of a program in the add remove program properties. How can I stop that occurence.


  2. #2
    Join Date
    Sep 1999
    Location
    Red Wing, MN USA
    Posts
    312

    Re: Package and Deployment Wizard

    If you install it twice, then it will create another instance in the Add/Remove Programs, to get around this you'd need to edit the Install Log, so to do this programatically you'd have to customize the Setup1 program.

    Aaron Young
    Analyst Programmer
    [email protected]
    [email protected]
    Aaron Young
    Senior Programmer Analyst (Red Wing Software)
    Certified AllExperts Expert

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