Question

I would like to launch an URL after the installer finishes. I added an *.url file to the project content and added the content files in the Visual Studio Installer project. Then I try to add the *.url in the Commit Custom Action putting the name of the file in the Name field, the EntryPoint says "Commit" and the InstallerClass in false.

When I compile the Visual Studio Installer project it game me an error that Entry point 'Commit' not found in module for custom action *.url

Is it possible to do this without adding an InstallerClass?

Was it helpful?

Solution

You can use a VB script file to run a shell command on the URL file. Look here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top