65.9K
CodeProject is changing. Read more.
Home

Calling JavaScript from a Visual Studio Installation Project's Custom Action

starIconstarIconstarIconstarIcon
emptyStarIcon
starIcon

4.20/5 (5 votes)

Oct 4, 2006

CPOL

3 min read

viewsIcon

42722

downloadIcon

558

When you create an installation project with Visual Studio, you can use Custom Actions to perform extra processing once the basic installation has completed. This article describes how to have a custom action execute some JavaScript, passing it some parameters.