Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Visual Studio 2005 Publishing Tool

Visual Studio 2005 Publishing Tool

Scheduled Pinned Locked Moved Visual Studio
questioncsharpvisual-studiotutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Drew
    wrote on last edited by
    #1

    I have a program that needs to be able to automatically update itself. One way to do that would be using the publishing tool that comes with Visual Studio. My question is how do you change the location where you install your program to? Also, is there a way to use a different installer (InstallShield, for example) instead of the one that is included? --------------------------------------------------- If it ain't broke, you're not doing your job!

    D 1 Reply Last reply
    0
    • D Drew

      I have a program that needs to be able to automatically update itself. One way to do that would be using the publishing tool that comes with Visual Studio. My question is how do you change the location where you install your program to? Also, is there a way to use a different installer (InstallShield, for example) instead of the one that is included? --------------------------------------------------- If it ain't broke, you're not doing your job!

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      `Drew wrote:

      One way to do that would be using the publishing tool that comes with Visual Studio. My question is how do you change the location where you install your program to?

      If you're talking about ClickOnce deployment, you don't get to specify where the app is installed.

      `Drew wrote:

      Also, is there a way to use a different installer (InstallShield, for example) instead of the one that is included?

      Sure, there's just no integration with Visual Studio. You'll have to assemble the installation package using the UI exposed by the app you're using.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups