Example #1
0
 public PowershellCompiler()
 {
     this.schema =
         CompilerExtension.LoadXmlSchemaHelper(
             Assembly.GetExecutingAssembly(),
             "PowershellExtension.PowershellSchema.xsd");
 }
 public GACompiler()
 {
     this.schema =
         CompilerExtension.LoadXmlSchemaHelper(
             Assembly.GetExecutingAssembly(),
             "WixGAExtension.ExtensionSchema.xsd");
 }