문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top