What VSDCA_Launch mean in Custom Action script

后端 未结 1 1498
鱼传尺愫
鱼传尺愫 2020-12-22 02:50

I want to launch an application after installation with Visual Studio setup&deployment output. I follow the article \'How do I launch an application after install in a

相关标签:
1条回答
  • 2020-12-22 03:21

    Just a minor correction to the above solution: There's a backslash missing. I think it may have to do with the formatting of the post. The line should be:

    sql = "INSERT INTO CustomAction (Action, Type, Source, Target) VALUES ('VSDCA_Launch', '226', 'TARGETDIR', '[TARGETDIR]\\App.exe')";
    
    0 讨论(0)
提交回复
热议问题