Exemplo n.º 1
0
 INSISPolicy.CreateInstaller(
     NSISInstaller sender,
     Bam.Core.ExecutionContext context,
     Bam.Core.ICommandLineTool compiler,
     Bam.Core.TokenizedString scriptPath)
 {
     var args = new Bam.Core.StringArray();
     args.Add(scriptPath.Parse());
     CommandLineProcessor.Processor.Execute(context, compiler, args);
 }
Exemplo n.º 2
0
        INSISPolicy.CreateInstaller(
            NSISInstaller sender,
            Bam.Core.ExecutionContext context,
            Bam.Core.ICommandLineTool compiler,
            Bam.Core.TokenizedString scriptPath)
        {
            var args = new Bam.Core.StringArray();

            args.Add(scriptPath.Parse());
            CommandLineProcessor.Processor.Execute(context, compiler, args);
        }