9. Deploying a DSL

Introduction

So far, using a DSL has meant launching the generated designer as part of a debugging session in the experimental version of Visual Studio. This is suitable for the DSL author while building the designer, but is not an appropriate experience for users of the designer. Users will expect to launch the designer from within Visual Studio just like the XML or C# editor or the WinForms designer, after going through a familiar installation process. To enable that, DSL authors need to be able to build a Windows installer package (.msi file) for their designer. The DSL Tools make this really easy by providing a DSL Setup project template, which is used to create a setup project in the DSL authoring solution. Building the ...

Get Domain-Specific Development with Visual Studio DSL Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.