Launching file after install

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alexia.bee@gmail.com

    Launching file after install

    Hi all,

    I want to develop a setup exe which installs my application using VS
    2005 setup projec when installation is done.
    I havn't found any way for doing so. the last dialog in the
    installation process is "Finished".
    I there a way to launch my app after the "Finish" dialog?

    thanks.
  • Stanimir Stoyanov

    #2
    Re: Launching file after install

    Your setup project should support Custom Actions. You can add one for the
    "Install" category by pointing to your executable file but make sure this
    action's InstallerClass property is set to False (unless you really have
    coded one). Note that this does not mean that your Finish dialog will
    contain a check box prompting the user whether or not they would like to
    start your program. You can code your own dialogs in the User Interface
    category.
    --
    Stanimir Stoyanov
    슬롯사이트 리스트중 2025년에도 가장 중요하게 보는것은 안전성과 신뢰성입니다. 슬롯나라를 통해 안전한 온라인카지노 게임을 선택함으로써 먹튀사이트 위험에 보장을 받을 수 있습니다.슬롯나라는 10개의 먹튀검증이 완료된 안전한 온라인카지노를 추천합니다.


    <alexia.bee@gma il.comwrote in message
    news:480b213d-283b-4911-9476-6917349c94e8@a1 7g2000prm.googl egroups.com...
    Hi all,
    >
    I want to develop a setup exe which installs my application using VS
    2005 setup projec when installation is done.
    I havn't found any way for doing so. the last dialog in the
    installation process is "Finished".
    I there a way to launch my app after the "Finish" dialog?
    >
    thanks.

    Comment

    Working...