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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. self launcher deployment using windows installer

self launcher deployment using windows installer

Scheduled Pinned Locked Moved C#
sysadminquestionworkspace
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.
  • P Offline
    P Offline
    Praveen Raghuvanshi
    wrote on last edited by
    #1

    hi, I have created a setup & deployed a project using windows installer. how can i incorporate the self launching of the application after teh completion of installation. like we have for winamp, after installing winamp it used to launch on its own. this is the feature i want to incorporate. Thanks in advance.

    Praveen Raghuvanshi

    A 1 Reply Last reply
    0
    • P Praveen Raghuvanshi

      hi, I have created a setup & deployed a project using windows installer. how can i incorporate the self launching of the application after teh completion of installation. like we have for winamp, after installing winamp it used to launch on its own. this is the feature i want to incorporate. Thanks in advance.

      Praveen Raghuvanshi

      A Offline
      A Offline
      Alper Camel
      wrote on last edited by
      #2

      Hi, I'd suggest you to write a class like ; [RunInstaller(true)] public class RunAfterInstall: Installer { ... } You should add it, as a custom action in your deploy project. Also you can handle the after installation event, in the class above. Hope this will help. Cheers.

      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