AMIT SHELKE
AMIT SHELKE

Reputation: 533

Execute exe after the installation is finish in VS 2010

I have created Setup Project in VS 2010.

I want to execute a exe after user clicks on Finsh/Close button.

What steps do I need to follow while creating a setup project.

I heared about custom action. But I dont have any idea how to use it.

Upvotes: 0

Views: 655

Answers (1)

anttix
anttix

Reputation: 7779

Consult the vast resources of MSDN

or if you want a VBScript custom action (the exe is not part of your application and you do not want a new DLL file) see

Visual Studio Setup - projects and custom actions

Upvotes: 1

Related Questions