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

    some question about deploy my Application

    1) how can i add uninstall info to "User's programs menu"?
    2) I want the deployment not to check the previous setup version. If the PC really has a previous version, just overwrite it, how can i do?

    Thanks!


    Kevin
    Best Regards,

    Kevin Shen

  2. #2
    Join Date
    Aug 1999
    Location
    Romania, Bucharest
    Posts
    253

    Re: some question about deploy my Application

    hi kevin

    1) i don't know how to do that with Visual Studion Setup Project (i think you can't)
    take a look at Custom Action and Shortcuts...
    i tried InstallShield X and that put the Uninstall feature to your user menu

    2) i think that the only way to install without messagebox about previous version is to set your project to RemovePreviousVersion from project properties to TRUE (select the setup project in solutions explorer and push F4; you can find now RemovePreviousVersion property)

    let me know if this helps you

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